We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14db20 commit f187055Copy full SHA for f187055
drivers/net/ethernet/amd/amd8111e.h
@@ -751,7 +751,7 @@ struct amd8111e_priv{
751
const char *name;
752
struct pci_dev *pci_dev; /* Ptr to the associated pci_dev */
753
struct net_device* amd8111e_net_dev; /* ptr to associated net_device */
754
- /* Transmit and recive skbs */
+ /* Transmit and receive skbs */
755
struct sk_buff *tx_skbuff[NUM_TX_BUFFERS];
756
struct sk_buff *rx_skbuff[NUM_RX_BUFFERS];
757
/* Transmit and receive dma mapped addr */
0 commit comments