Fixed typo.
This commit is contained in:
parent
a8f57cb080
commit
a0dcd59106
|
|
@ -41,12 +41,12 @@
|
|||
|
||||
#include "hw-2.6.34-ethercat.h"
|
||||
|
||||
/* Ethecat header file */
|
||||
/* EtherCAT header file */
|
||||
#include "../ecdev.h"
|
||||
|
||||
struct e1000_info;
|
||||
|
||||
/* Ethecat */
|
||||
/* EtherCAT */
|
||||
#define e_printk(level, adapter, format, arg...) \
|
||||
printk(level "ec_%s: %s: " format, pci_name(adapter->pdev), \
|
||||
adapter->netdev->name, ## arg)
|
||||
|
|
|
|||
Loading…
Reference in New Issue