typo fixes: infomation -> information
authorAdrian Bunk <bunk@stusta.de>
Fri, 30 Jun 2006 16:25:18 +0000 (18:25 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 30 Jun 2006 16:25:18 +0000 (18:25 +0200)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/net/dl2k.c
drivers/net/mv643xx_eth.h
drivers/net/s2io.h
drivers/net/sk98lin/skvpd.c
drivers/scsi/initio.h
include/linux/dqblk_xfs.h
include/linux/udp.h

index 038447fb5c5ee82ef17110189497e029c01d42fd..29778055223bf8e838c7fa9ece389d6db1a63731 100644 (file)
@@ -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 {
index 4262c1da6d4a883d1fc761f39e06b5629570e2d0..33c5fafdbbd3f2cfae431b9fa03d15f172df0a9b 100644 (file)
@@ -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;
index 3203732a668d81357353dd0e1c19511dadeef02c..c43f5217970833278ce36f80894fff52cf6cd2c3 100644 (file)
@@ -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 {
index 17786056c66a9ebbc10b0322b3903fc86e8986df..1e662aaebf84a3c32c624d67f18b49bbc053a9ba 100644 (file)
@@ -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";
index 3efb1184fc39ea66230eea7bd5c08530dc31f9d2..9094250c37dd57447a9277691ffec9a35f9de303 100644 (file)
@@ -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                       */
 
index 2fda1b2aabd964416137b337e70695f978458f66..527504c11c5e810b9848bcfc2dc480028bc103a5 100644 (file)
@@ -125,14 +125,14 @@ typedef struct fs_disk_quota {
 
 /*
  * fs_quota_stat is the struct returned in Q_XGETQSTAT for a given file system.
- * Provides a centralized way to get meta infomation about the quota subsystem.
+ * Provides a centralized way to get meta information about the quota subsystem.
  * eg. space taken up for user and group quotas, number of dquots currently
  * incore.
  */
 #define FS_QSTAT_VERSION       1       /* fs_quota_stat.qs_version */
 
 /*
- * Some basic infomation about 'quota files'.
+ * Some basic information about 'quota files'.
  */
 typedef struct fs_qfilestat {
        __u64           qfs_ino;        /* inode number */
index bdd39be094065fa5a53c26864e9db5feb51e5122..90223f057d507bd86edf2c8e30333319773e8f23 100644 (file)
@@ -46,7 +46,7 @@ struct udp_sock {
        unsigned int     corkflag;      /* Cork is required */
        __u16            encap_type;    /* Is this an Encapsulation socket? */
        /*
-        * Following member retains the infomation to create a UDP header
+        * Following member retains the information to create a UDP header
         * when the socket is uncorked.
         */
        __u16            len;           /* total length of pending frames */