···390390 for (i = 0; i < 6; i++)391391 dev->dev_addr[i] = psrom->mac_addr[i];392392393393- /* Parse Software Infomation Block */393393+ /* Parse Software Information Block */394394 i = 0x30;395395 psib = (u8 *) sromdata;396396 do {
+1-1
drivers/net/mv643xx_eth.h
···258258 struct sk_buff *return_info; /* User resource return information */259259};260260261261-/* Ethernet port specific infomation */261261+/* Ethernet port specific information */262262263263struct mv643xx_mib_counters {264264 u64 good_octets_received;
+1-1
drivers/net/s2io.h
···652652 nic_t *nic;653653}fifo_info_t;654654655655-/* Infomation related to the Tx and Rx FIFOs and Rings of Xena655655+/* Information related to the Tx and Rx FIFOs and Rings of Xena656656 * is maintained in this structure.657657 */658658typedef struct mac_info {
+1-1
drivers/net/sk98lin/skvpd.c
···2222 ******************************************************************************/23232424/*2525- Please refer skvpd.txt for infomation how to include this module2525+ Please refer skvpd.txt for information how to include this module2626 */2727static const char SysKonnectFileId[] =2828 "@(#)$Id: skvpd.c,v 1.37 2003/01/13 10:42:45 rschmidt Exp $ (C) SK";
+6-6
drivers/scsi/initio.h
···193193#define TSC_SEL_ATN_DIRECT_OUT 0x15 /* Select With ATN Sequence */194194#define TSC_SEL_ATN3_DIRECT_IN 0xB5 /* Select With ATN3 Sequence */195195#define TSC_SEL_ATN3_DIRECT_OUT 0x35 /* Select With ATN3 Sequence */196196-#define TSC_XF_DMA_OUT_DIRECT 0x06 /* DMA Xfer Infomation out */197197-#define TSC_XF_DMA_IN_DIRECT 0x86 /* DMA Xfer Infomation in */196196+#define TSC_XF_DMA_OUT_DIRECT 0x06 /* DMA Xfer Information out */197197+#define TSC_XF_DMA_IN_DIRECT 0x86 /* DMA Xfer Information in */198198199199-#define TSC_XF_DMA_OUT 0x43 /* DMA Xfer Infomation out */200200-#define TSC_XF_DMA_IN 0xC3 /* DMA Xfer Infomation in */201201-#define TSC_XF_FIFO_OUT 0x03 /* FIFO Xfer Infomation out */202202-#define TSC_XF_FIFO_IN 0x83 /* FIFO Xfer Infomation in */199199+#define TSC_XF_DMA_OUT 0x43 /* DMA Xfer Information out */200200+#define TSC_XF_DMA_IN 0xC3 /* DMA Xfer Information in */201201+#define TSC_XF_FIFO_OUT 0x03 /* FIFO Xfer Information out */202202+#define TSC_XF_FIFO_IN 0x83 /* FIFO Xfer Information in */203203204204#define TSC_MSG_ACCEPT 0x0F /* Message Accept */205205
+2-2
include/linux/dqblk_xfs.h
···125125126126/*127127 * fs_quota_stat is the struct returned in Q_XGETQSTAT for a given file system.128128- * Provides a centralized way to get meta infomation about the quota subsystem.128128+ * Provides a centralized way to get meta information about the quota subsystem.129129 * eg. space taken up for user and group quotas, number of dquots currently130130 * incore.131131 */132132#define FS_QSTAT_VERSION 1 /* fs_quota_stat.qs_version */133133134134/*135135- * Some basic infomation about 'quota files'.135135+ * Some basic information about 'quota files'.136136 */137137typedef struct fs_qfilestat {138138 __u64 qfs_ino; /* inode number */
+1-1
include/linux/udp.h
···4646 unsigned int corkflag; /* Cork is required */4747 __u16 encap_type; /* Is this an Encapsulation socket? */4848 /*4949- * Following member retains the infomation to create a UDP header4949+ * Following member retains the information to create a UDP header5050 * when the socket is uncorked.5151 */5252 __u16 len; /* total length of pending frames */