Fixed typo.

This commit is contained in:
Florian Pose 2011-11-04 11:26:12 +01:00
parent 9503cdd96b
commit 1a6f447447
1 changed files with 2 additions and 2 deletions

View File

@ -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)