net: amd8111e: Spelling s/recive/receive/

Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Geert Uytterhoeven 2014-01-12 14:02:52 +01:00 коммит произвёл David S. Miller
Родитель c14db20259
Коммит f187055964
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -751,7 +751,7 @@ struct amd8111e_priv{
const char *name; const char *name;
struct pci_dev *pci_dev; /* Ptr to the associated pci_dev */ struct pci_dev *pci_dev; /* Ptr to the associated pci_dev */
struct net_device* amd8111e_net_dev; /* ptr to associated net_device */ struct net_device* amd8111e_net_dev; /* ptr to associated net_device */
/* Transmit and recive skbs */ /* Transmit and receive skbs */
struct sk_buff *tx_skbuff[NUM_TX_BUFFERS]; struct sk_buff *tx_skbuff[NUM_TX_BUFFERS];
struct sk_buff *rx_skbuff[NUM_RX_BUFFERS]; struct sk_buff *rx_skbuff[NUM_RX_BUFFERS];
/* Transmit and receive dma mapped addr */ /* Transmit and receive dma mapped addr */