]> 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)
commitd920c7c470062579f9e6f9bec3e8dd17f829c714
treefd4f34d58123764e58c9ff1ca196225f3b31c0d0
parentb6f722b3b2516e0ab0e52e99b91789befb4a7b74
ixgbe: fix multiple kernel-doc errors

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