diff options
| -rw-r--r-- | drivers/net/dl2k.c | 2 | ||||
| -rw-r--r-- | drivers/net/mv643xx_eth.h | 2 | ||||
| -rw-r--r-- | drivers/net/s2io.h | 2 | ||||
| -rw-r--r-- | drivers/net/sk98lin/skvpd.c | 2 | ||||
| -rw-r--r-- | drivers/scsi/initio.h | 12 | ||||
| -rw-r--r-- | include/linux/dqblk_xfs.h | 4 | ||||
| -rw-r--r-- | include/linux/udp.h | 2 |
7 files changed, 13 insertions, 13 deletions
diff --git a/drivers/net/dl2k.c b/drivers/net/dl2k.c index 038447fb5c5e..29778055223b 100644 --- a/drivers/net/dl2k.c +++ b/drivers/net/dl2k.c | |||
| @@ -390,7 +390,7 @@ parse_eeprom (struct net_device *dev) | |||
| 390 | for (i = 0; i < 6; i++) | 390 | for (i = 0; i < 6; i++) |
| 391 | dev->dev_addr[i] = psrom->mac_addr[i]; | 391 | dev->dev_addr[i] = psrom->mac_addr[i]; |
| 392 | 392 | ||
| 393 | /* Parse Software Infomation Block */ | 393 | /* Parse Software Information Block */ |
| 394 | i = 0x30; | 394 | i = 0x30; |
| 395 | psib = (u8 *) sromdata; | 395 | psib = (u8 *) sromdata; |
| 396 | do { | 396 | do { |
diff --git a/drivers/net/mv643xx_eth.h b/drivers/net/mv643xx_eth.h index 4262c1da6d4a..33c5fafdbbd3 100644 --- a/drivers/net/mv643xx_eth.h +++ b/drivers/net/mv643xx_eth.h | |||
| @@ -258,7 +258,7 @@ struct pkt_info { | |||
| 258 | struct sk_buff *return_info; /* User resource return information */ | 258 | struct sk_buff *return_info; /* User resource return information */ |
| 259 | }; | 259 | }; |
| 260 | 260 | ||
| 261 | /* Ethernet port specific infomation */ | 261 | /* Ethernet port specific information */ |
| 262 | 262 | ||
| 263 | struct mv643xx_mib_counters { | 263 | struct mv643xx_mib_counters { |
| 264 | u64 good_octets_received; | 264 | u64 good_octets_received; |
diff --git a/drivers/net/s2io.h b/drivers/net/s2io.h index 3203732a668d..c43f52179708 100644 --- a/drivers/net/s2io.h +++ b/drivers/net/s2io.h | |||
| @@ -652,7 +652,7 @@ typedef struct fifo_info { | |||
| 652 | nic_t *nic; | 652 | nic_t *nic; |
| 653 | }fifo_info_t; | 653 | }fifo_info_t; |
| 654 | 654 | ||
| 655 | /* Infomation related to the Tx and Rx FIFOs and Rings of Xena | 655 | /* Information related to the Tx and Rx FIFOs and Rings of Xena |
| 656 | * is maintained in this structure. | 656 | * is maintained in this structure. |
| 657 | */ | 657 | */ |
| 658 | typedef struct mac_info { | 658 | typedef struct mac_info { |
diff --git a/drivers/net/sk98lin/skvpd.c b/drivers/net/sk98lin/skvpd.c index 17786056c66a..1e662aaebf84 100644 --- a/drivers/net/sk98lin/skvpd.c +++ b/drivers/net/sk98lin/skvpd.c | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | ******************************************************************************/ | 22 | ******************************************************************************/ |
| 23 | 23 | ||
| 24 | /* | 24 | /* |
| 25 | Please refer skvpd.txt for infomation how to include this module | 25 | Please refer skvpd.txt for information how to include this module |
| 26 | */ | 26 | */ |
| 27 | static const char SysKonnectFileId[] = | 27 | static const char SysKonnectFileId[] = |
| 28 | "@(#)$Id: skvpd.c,v 1.37 2003/01/13 10:42:45 rschmidt Exp $ (C) SK"; | 28 | "@(#)$Id: skvpd.c,v 1.37 2003/01/13 10:42:45 rschmidt Exp $ (C) SK"; |
diff --git a/drivers/scsi/initio.h b/drivers/scsi/initio.h index 3efb1184fc39..9094250c37dd 100644 --- a/drivers/scsi/initio.h +++ b/drivers/scsi/initio.h | |||
| @@ -193,13 +193,13 @@ typedef struct { | |||
| 193 | #define TSC_SEL_ATN_DIRECT_OUT 0x15 /* Select With ATN Sequence */ | 193 | #define TSC_SEL_ATN_DIRECT_OUT 0x15 /* Select With ATN Sequence */ |
| 194 | #define TSC_SEL_ATN3_DIRECT_IN 0xB5 /* Select With ATN3 Sequence */ | 194 | #define TSC_SEL_ATN3_DIRECT_IN 0xB5 /* Select With ATN3 Sequence */ |
| 195 | #define TSC_SEL_ATN3_DIRECT_OUT 0x35 /* Select With ATN3 Sequence */ | 195 | #define TSC_SEL_ATN3_DIRECT_OUT 0x35 /* Select With ATN3 Sequence */ |
| 196 | #define TSC_XF_DMA_OUT_DIRECT 0x06 /* DMA Xfer Infomation out */ | 196 | #define TSC_XF_DMA_OUT_DIRECT 0x06 /* DMA Xfer Information out */ |
| 197 | #define TSC_XF_DMA_IN_DIRECT 0x86 /* DMA Xfer Infomation in */ | 197 | #define TSC_XF_DMA_IN_DIRECT 0x86 /* DMA Xfer Information in */ |
| 198 | 198 | ||
| 199 | #define TSC_XF_DMA_OUT 0x43 /* DMA Xfer Infomation out */ | 199 | #define TSC_XF_DMA_OUT 0x43 /* DMA Xfer Information out */ |
| 200 | #define TSC_XF_DMA_IN 0xC3 /* DMA Xfer Infomation in */ | 200 | #define TSC_XF_DMA_IN 0xC3 /* DMA Xfer Information in */ |
| 201 | #define TSC_XF_FIFO_OUT 0x03 /* FIFO Xfer Infomation out */ | 201 | #define TSC_XF_FIFO_OUT 0x03 /* FIFO Xfer Information out */ |
| 202 | #define TSC_XF_FIFO_IN 0x83 /* FIFO Xfer Infomation in */ | 202 | #define TSC_XF_FIFO_IN 0x83 /* FIFO Xfer Information in */ |
| 203 | 203 | ||
| 204 | #define TSC_MSG_ACCEPT 0x0F /* Message Accept */ | 204 | #define TSC_MSG_ACCEPT 0x0F /* Message Accept */ |
| 205 | 205 | ||
diff --git a/include/linux/dqblk_xfs.h b/include/linux/dqblk_xfs.h index 2fda1b2aabd9..527504c11c5e 100644 --- a/include/linux/dqblk_xfs.h +++ b/include/linux/dqblk_xfs.h | |||
| @@ -125,14 +125,14 @@ typedef struct fs_disk_quota { | |||
| 125 | 125 | ||
| 126 | /* | 126 | /* |
| 127 | * fs_quota_stat is the struct returned in Q_XGETQSTAT for a given file system. | 127 | * fs_quota_stat is the struct returned in Q_XGETQSTAT for a given file system. |
| 128 | * Provides a centralized way to get meta infomation about the quota subsystem. | 128 | * Provides a centralized way to get meta information about the quota subsystem. |
| 129 | * eg. space taken up for user and group quotas, number of dquots currently | 129 | * eg. space taken up for user and group quotas, number of dquots currently |
| 130 | * incore. | 130 | * incore. |
| 131 | */ | 131 | */ |
| 132 | #define FS_QSTAT_VERSION 1 /* fs_quota_stat.qs_version */ | 132 | #define FS_QSTAT_VERSION 1 /* fs_quota_stat.qs_version */ |
| 133 | 133 | ||
| 134 | /* | 134 | /* |
| 135 | * Some basic infomation about 'quota files'. | 135 | * Some basic information about 'quota files'. |
| 136 | */ | 136 | */ |
| 137 | typedef struct fs_qfilestat { | 137 | typedef struct fs_qfilestat { |
| 138 | __u64 qfs_ino; /* inode number */ | 138 | __u64 qfs_ino; /* inode number */ |
diff --git a/include/linux/udp.h b/include/linux/udp.h index bdd39be09406..90223f057d50 100644 --- a/include/linux/udp.h +++ b/include/linux/udp.h | |||
| @@ -46,7 +46,7 @@ struct udp_sock { | |||
| 46 | unsigned int corkflag; /* Cork is required */ | 46 | unsigned int corkflag; /* Cork is required */ |
| 47 | __u16 encap_type; /* Is this an Encapsulation socket? */ | 47 | __u16 encap_type; /* Is this an Encapsulation socket? */ |
| 48 | /* | 48 | /* |
| 49 | * Following member retains the infomation to create a UDP header | 49 | * Following member retains the information to create a UDP header |
| 50 | * when the socket is uncorked. | 50 | * when the socket is uncorked. |
| 51 | */ | 51 | */ |
| 52 | __u16 len; /* total length of pending frames */ | 52 | __u16 len; /* total length of pending frames */ |
