]> git.baikalelectronics.ru Git - kernel.git/commit
ice: use proper format for function pointer as a function parameter
authorBruce Allan <bruce.w.allan@intel.com>
Wed, 22 Jan 2020 15:21:36 +0000 (07:21 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 16 Feb 2020 01:54:20 +0000 (17:54 -0800)
commit92af69d265aa93d8096e3f57d34643a62dd20631
tree6b19d7dc41be16aa802ce823b4b0f7e4117c20c0
parent842435a3fa52267707383f753a9f866ca7c8968f
ice: use proper format for function pointer as a function parameter

Compiling with gcc-9.2.1 with W=1 points out warnings about the improper
function parameter list.  Fix it.

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_xsk.c