Loading drivers/net/dl2k.c +1 −1 Original line number Diff line number Diff line Loading @@ -390,7 +390,7 @@ parse_eeprom (struct net_device *dev) for (i = 0; i < 6; i++) dev->dev_addr[i] = psrom->mac_addr[i]; /* Parse Software Infomation Block */ /* Parse Software Information Block */ i = 0x30; psib = (u8 *) sromdata; do { Loading drivers/net/mv643xx_eth.h +1 −1 Original line number Diff line number Diff line Loading @@ -258,7 +258,7 @@ struct pkt_info { struct sk_buff *return_info; /* User resource return information */ }; /* Ethernet port specific infomation */ /* Ethernet port specific information */ struct mv643xx_mib_counters { u64 good_octets_received; Loading drivers/net/s2io.h +1 −1 Original line number Diff line number Diff line Loading @@ -652,7 +652,7 @@ typedef struct fifo_info { nic_t *nic; }fifo_info_t; /* Infomation related to the Tx and Rx FIFOs and Rings of Xena /* Information related to the Tx and Rx FIFOs and Rings of Xena * is maintained in this structure. */ typedef struct mac_info { Loading drivers/net/sk98lin/skvpd.c +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ ******************************************************************************/ /* Please refer skvpd.txt for infomation how to include this module Please refer skvpd.txt for information how to include this module */ static const char SysKonnectFileId[] = "@(#)$Id: skvpd.c,v 1.37 2003/01/13 10:42:45 rschmidt Exp $ (C) SK"; Loading drivers/scsi/initio.h +6 −6 Original line number Diff line number Diff line Loading @@ -193,13 +193,13 @@ typedef struct { #define TSC_SEL_ATN_DIRECT_OUT 0x15 /* Select With ATN Sequence */ #define TSC_SEL_ATN3_DIRECT_IN 0xB5 /* Select With ATN3 Sequence */ #define TSC_SEL_ATN3_DIRECT_OUT 0x35 /* Select With ATN3 Sequence */ #define TSC_XF_DMA_OUT_DIRECT 0x06 /* DMA Xfer Infomation out */ #define TSC_XF_DMA_IN_DIRECT 0x86 /* DMA Xfer Infomation in */ #define TSC_XF_DMA_OUT_DIRECT 0x06 /* DMA Xfer Information out */ #define TSC_XF_DMA_IN_DIRECT 0x86 /* DMA Xfer Information in */ #define TSC_XF_DMA_OUT 0x43 /* DMA Xfer Infomation out */ #define TSC_XF_DMA_IN 0xC3 /* DMA Xfer Infomation in */ #define TSC_XF_FIFO_OUT 0x03 /* FIFO Xfer Infomation out */ #define TSC_XF_FIFO_IN 0x83 /* FIFO Xfer Infomation in */ #define TSC_XF_DMA_OUT 0x43 /* DMA Xfer Information out */ #define TSC_XF_DMA_IN 0xC3 /* DMA Xfer Information in */ #define TSC_XF_FIFO_OUT 0x03 /* FIFO Xfer Information out */ #define TSC_XF_FIFO_IN 0x83 /* FIFO Xfer Information in */ #define TSC_MSG_ACCEPT 0x0F /* Message Accept */ Loading Loading
drivers/net/dl2k.c +1 −1 Original line number Diff line number Diff line Loading @@ -390,7 +390,7 @@ parse_eeprom (struct net_device *dev) for (i = 0; i < 6; i++) dev->dev_addr[i] = psrom->mac_addr[i]; /* Parse Software Infomation Block */ /* Parse Software Information Block */ i = 0x30; psib = (u8 *) sromdata; do { Loading
drivers/net/mv643xx_eth.h +1 −1 Original line number Diff line number Diff line Loading @@ -258,7 +258,7 @@ struct pkt_info { struct sk_buff *return_info; /* User resource return information */ }; /* Ethernet port specific infomation */ /* Ethernet port specific information */ struct mv643xx_mib_counters { u64 good_octets_received; Loading
drivers/net/s2io.h +1 −1 Original line number Diff line number Diff line Loading @@ -652,7 +652,7 @@ typedef struct fifo_info { nic_t *nic; }fifo_info_t; /* Infomation related to the Tx and Rx FIFOs and Rings of Xena /* Information related to the Tx and Rx FIFOs and Rings of Xena * is maintained in this structure. */ typedef struct mac_info { Loading
drivers/net/sk98lin/skvpd.c +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ ******************************************************************************/ /* Please refer skvpd.txt for infomation how to include this module Please refer skvpd.txt for information how to include this module */ static const char SysKonnectFileId[] = "@(#)$Id: skvpd.c,v 1.37 2003/01/13 10:42:45 rschmidt Exp $ (C) SK"; Loading
drivers/scsi/initio.h +6 −6 Original line number Diff line number Diff line Loading @@ -193,13 +193,13 @@ typedef struct { #define TSC_SEL_ATN_DIRECT_OUT 0x15 /* Select With ATN Sequence */ #define TSC_SEL_ATN3_DIRECT_IN 0xB5 /* Select With ATN3 Sequence */ #define TSC_SEL_ATN3_DIRECT_OUT 0x35 /* Select With ATN3 Sequence */ #define TSC_XF_DMA_OUT_DIRECT 0x06 /* DMA Xfer Infomation out */ #define TSC_XF_DMA_IN_DIRECT 0x86 /* DMA Xfer Infomation in */ #define TSC_XF_DMA_OUT_DIRECT 0x06 /* DMA Xfer Information out */ #define TSC_XF_DMA_IN_DIRECT 0x86 /* DMA Xfer Information in */ #define TSC_XF_DMA_OUT 0x43 /* DMA Xfer Infomation out */ #define TSC_XF_DMA_IN 0xC3 /* DMA Xfer Infomation in */ #define TSC_XF_FIFO_OUT 0x03 /* FIFO Xfer Infomation out */ #define TSC_XF_FIFO_IN 0x83 /* FIFO Xfer Infomation in */ #define TSC_XF_DMA_OUT 0x43 /* DMA Xfer Information out */ #define TSC_XF_DMA_IN 0xC3 /* DMA Xfer Information in */ #define TSC_XF_FIFO_OUT 0x03 /* FIFO Xfer Information out */ #define TSC_XF_FIFO_IN 0x83 /* FIFO Xfer Information in */ #define TSC_MSG_ACCEPT 0x0F /* Message Accept */ Loading