commit | a897a2adb602fe3d9223aa59393be07341d3a124 | [log] [tgz] |
---|---|---|
author | Jean Sacren <sakiwit@gmail.com> | Sat Sep 19 05:08:44 2015 -0600 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Nov 23 11:08:48 2015 -0800 |
tree | fd4f34d58123764e58c9ff1ca196225f3b31c0d0 | |
parent | cc1f88ba16fa5cc4769cf25dca9fafeb1546be50 [diff] |
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>