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
@@ -721,9 +721,7 @@ void e1000_reset(struct e1000_adapter *adapter)
|
||||
e1000_release_manageability(adapter);
|
||||
}
|
||||
|
||||
/**
|
||||
* Dump the eeprom for users having checksum issues
|
||||
**/
|
||||
/* Dump the eeprom for users having checksum issues */
|
||||
static void e1000_dump_eeprom(struct e1000_adapter *adapter)
|
||||
{
|
||||
struct net_device *netdev = adapter->netdev;
|
||||
@@ -3056,14 +3054,13 @@ static void e1000_tx_queue(struct e1000_adapter *adapter,
|
||||
mmiowb();
|
||||
}
|
||||
|
||||
/**
|
||||
* 82547 workaround to avoid controller hang in half-duplex environment.
|
||||
/* 82547 workaround to avoid controller hang in half-duplex environment.
|
||||
* The workaround is to avoid queuing a large packet that would span
|
||||
* the internal Tx FIFO ring boundary by notifying the stack to resend
|
||||
* the packet at a later time. This gives the Tx FIFO an opportunity to
|
||||
* flush all packets. When that occurs, we reset the Tx FIFO pointers
|
||||
* to the beginning of the Tx FIFO.
|
||||
**/
|
||||
*/
|
||||
|
||||
#define E1000_FIFO_HDR 0x10
|
||||
#define E1000_82547_PAD_LEN 0x3E0
|
||||
|
Reference in New Issue
Block a user