]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: fix multiple kernel-doc errors
authorJean Sacren <sakiwit@gmail.com>
Sat, 19 Sep 2015 11:08:44 +0000 (05:08 -0600)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 23 Nov 2015 19:08:48 +0000 (11:08 -0800)
commitc253f47e811e3a20ce5378ff51225e9581a719f9
treefd4f34d58123764e58c9ff1ca196225f3b31c0d0
parent42c4b7f396bafd851aa5ab14437daf0dcde56b33
ixgbe: fix multiple kernel-doc errors

The commit 49946171223c ("ixgbe: Refactor the RSS configuration code")
introduced a few kernel-doc errors:

1) The function name is missing;
2) The format is wrong;
3) The short description is redundant.

Fix all the above for the correct execution of the kernel doc.

Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Tested-by: Darin Miller <darin.j.miller@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c