drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers
Convert doxygen (or similar) formatted comments to kernel-doc or unformatted comment. 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>
This commit is contained in:

committed by
David S. Miller

parent
49ce9c2cda
commit
1aa8b471e0
@@ -3552,8 +3552,7 @@ static irqreturn_t nv_nic_irq(int foo, void *data)
|
||||
return IRQ_HANDLED;
|
||||
}
|
||||
|
||||
/**
|
||||
* All _optimized functions are used to help increase performance
|
||||
/* All _optimized functions are used to help increase performance
|
||||
* (reduce CPU and increase throughput). They use descripter version 3,
|
||||
* compiler directives, and reduce memory accesses.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user