diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-07-10 06:56:00 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-11 02:13:46 -0400 |
commit | 49ce9c2cda18f62b13055dc715e7b514157c2da8 (patch) | |
tree | 432dea5cfd5c5f4b95a71a1e958e13b5cc538a1f /drivers/net/ethernet/intel/ixgb/ixgb_main.c | |
parent | ae86b9e3846f6fc5509dee721f2bdba1db8ab96a (diff) |
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Fix incorrect start markers, wrapped summary lines, missing section
breaks, incorrect separators, and some name mismatches. Delete
a few that are content-free.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgb/ixgb_main.c')
-rw-r--r-- | drivers/net/ethernet/intel/ixgb/ixgb_main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ethernet/intel/ixgb/ixgb_main.c b/drivers/net/ethernet/intel/ixgb/ixgb_main.c index 5fce363d810a..aab649f8c5f0 100644 --- a/drivers/net/ethernet/intel/ixgb/ixgb_main.c +++ b/drivers/net/ethernet/intel/ixgb/ixgb_main.c | |||
@@ -2276,9 +2276,9 @@ static void ixgb_netpoll(struct net_device *dev) | |||
2276 | #endif | 2276 | #endif |
2277 | 2277 | ||
2278 | /** | 2278 | /** |
2279 | * ixgb_io_error_detected() - called when PCI error is detected | 2279 | * ixgb_io_error_detected - called when PCI error is detected |
2280 | * @pdev pointer to pci device with error | 2280 | * @pdev: pointer to pci device with error |
2281 | * @state pci channel state after error | 2281 | * @state: pci channel state after error |
2282 | * | 2282 | * |
2283 | * This callback is called by the PCI subsystem whenever | 2283 | * This callback is called by the PCI subsystem whenever |
2284 | * a PCI bus error is detected. | 2284 | * a PCI bus error is detected. |