]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit695e716a0c7900a0f9afd8ba19b26a84c326fae9
treedac8f69a5153dae070eca051b0ef78b095cffb5d
parent9c9e7363d93e385780e6c789d64507f0ef78a4d5
ice: add function argument description to function header comment

Commit f86cf94969d4 ("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