OSDN Git Service

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)
commita897a2adb602fe3d9223aa59393be07341d3a124
treefd4f34d58123764e58c9ff1ca196225f3b31c0d0
parentcc1f88ba16fa5cc4769cf25dca9fafeb1546be50
ixgbe: fix multiple kernel-doc errors

The commit dfaf891dd3e1 ("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