ice: add function argument description to function header comment
authorBruce Allan <bruce.w.allan@intel.com>
Wed, 22 Jan 2020 15:21:37 +0000 (07:21 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 16 Feb 2020 02:34:33 +0000 (18:34 -0800)
commit644f40ea0c08942f088fbcaf2f43d999fc64fce4
treedac8f69a5153dae070eca051b0ef78b095cffb5d
parente0708aa8a5c4cc428f2b1d602e73143ce43ec758
ice: add function argument description to function header comment

Commit 0290bd291cc0 ("netdev: pass the stuck queue to the timeout handler")
introduced a new argument to the function but missed adding the description
of the argument to the function header comment.  Add it now.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_main.c