Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

typo fixes: infomation -> information

Signed-off-by: Adrian Bunk <bunk@stusta.de>

+13 -13
+1 -1
drivers/net/dl2k.c
··· 390 390 for (i = 0; i < 6; i++) 391 391 dev->dev_addr[i] = psrom->mac_addr[i]; 392 392 393 - /* Parse Software Infomation Block */ 393 + /* Parse Software Information Block */ 394 394 i = 0x30; 395 395 psib = (u8 *) sromdata; 396 396 do {
+1 -1
drivers/net/mv643xx_eth.h
··· 258 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 263 struct mv643xx_mib_counters { 264 264 u64 good_octets_received;
+1 -1
drivers/net/s2io.h
··· 652 652 nic_t *nic; 653 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 656 * is maintained in this structure. 657 657 */ 658 658 typedef struct mac_info {
+1 -1
drivers/net/sk98lin/skvpd.c
··· 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 27 static const char SysKonnectFileId[] = 28 28 "@(#)$Id: skvpd.c,v 1.37 2003/01/13 10:42:45 rschmidt Exp $ (C) SK";
+6 -6
drivers/scsi/initio.h
··· 193 193 #define TSC_SEL_ATN_DIRECT_OUT 0x15 /* Select With ATN Sequence */ 194 194 #define TSC_SEL_ATN3_DIRECT_IN 0xB5 /* Select With ATN3 Sequence */ 195 195 #define TSC_SEL_ATN3_DIRECT_OUT 0x35 /* Select With ATN3 Sequence */ 196 - #define TSC_XF_DMA_OUT_DIRECT 0x06 /* DMA Xfer Infomation out */ 197 - #define TSC_XF_DMA_IN_DIRECT 0x86 /* DMA Xfer Infomation in */ 196 + #define TSC_XF_DMA_OUT_DIRECT 0x06 /* DMA Xfer Information out */ 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 */ 200 - #define TSC_XF_DMA_IN 0xC3 /* DMA Xfer Infomation in */ 201 - #define TSC_XF_FIFO_OUT 0x03 /* FIFO Xfer Infomation out */ 202 - #define TSC_XF_FIFO_IN 0x83 /* FIFO Xfer Infomation in */ 199 + #define TSC_XF_DMA_OUT 0x43 /* DMA Xfer Information out */ 200 + #define TSC_XF_DMA_IN 0xC3 /* DMA Xfer Information in */ 201 + #define TSC_XF_FIFO_OUT 0x03 /* FIFO Xfer Information out */ 202 + #define TSC_XF_FIFO_IN 0x83 /* FIFO Xfer Information in */ 203 203 204 204 #define TSC_MSG_ACCEPT 0x0F /* Message Accept */ 205 205
+2 -2
include/linux/dqblk_xfs.h
··· 125 125 126 126 /* 127 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 129 * eg. space taken up for user and group quotas, number of dquots currently 130 130 * incore. 131 131 */ 132 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 137 typedef struct fs_qfilestat { 138 138 __u64 qfs_ino; /* inode number */
+1 -1
include/linux/udp.h
··· 46 46 unsigned int corkflag; /* Cork is required */ 47 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 50 * when the socket is uncorked. 51 51 */ 52 52 __u16 len; /* total length of pending frames */