]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
treewide: Fix typo in printks
authorMasanari Iida <standby24x7@gmail.com>
Mon, 8 Apr 2013 17:06:50 +0000 (02:06 +0900)
committerJiri Kosina <jkosina@suse.cz>
Fri, 12 Apr 2013 13:21:36 +0000 (15:21 +0200)
Correct spelling typos in printk and comments.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
13 files changed:
drivers/media/pci/saa7164/saa7164-core.c
drivers/rtc/Kconfig
drivers/rtc/rtc-max8997.c
drivers/usb/misc/iowarrior.c
drivers/video/amifb.c
drivers/video/auo_k190x.c
drivers/video/s1d13xxxfb.c
drivers/video/ssd1307fb.c
fs/nfs/objlayout/objio_osd.c
fs/nfs/objlayout/objlayout.h
sound/soc/codecs/wm8974.c
tools/perf/tests/attr.c
tools/perf/tests/parse-events.c

index 63502e7a2a762fbf75f90108ac9cf3b8781ad70b..7618fdae811e3b28264de314c43fe8c6996a8ae9 100644 (file)
@@ -54,7 +54,7 @@ MODULE_PARM_DESC(debug, "enable debug messages");
 
 unsigned int fw_debug;
 module_param(fw_debug, int, 0644);
-MODULE_PARM_DESC(fw_debug, "Firware debug level def:2");
+MODULE_PARM_DESC(fw_debug, "Firmware debug level def:2");
 
 unsigned int encoder_buffers = SAA7164_MAX_ENCODER_BUFFERS;
 module_param(encoder_buffers, int, 0644);
index 79fbe3832dfc6f3bfd5e140143b0b51bb40cc36c..0c81915b19975278daa15f99dea370bced46333c 100644 (file)
@@ -402,7 +402,7 @@ config RTC_DRV_TPS6586X
        tristate "TI TPS6586X RTC driver"
        depends on MFD_TPS6586X
        help
-         TI Power Managment IC TPS6586X supports RTC functionality
+         TI Power Management IC TPS6586X supports RTC functionality
          along with alarm. This driver supports the RTC driver for
          the TPS6586X RTC module.
 
@@ -420,7 +420,7 @@ config RTC_DRV_TPS80031
        tristate "TI TPS80031/TPS80032 RTC driver"
        depends on MFD_TPS80031
        help
-         TI Power Managment IC TPS80031 supports RTC functionality
+         TI Power Management IC TPS80031 supports RTC functionality
          along with alarm. This driver supports the RTC driver for
          the TPS80031 RTC module.
 
index 00e505b6bee3877696bf7b315de6c703fa9b9ce1..f15202c771da59cf23c1da983cba64e7e426dcb8 100644 (file)
@@ -24,7 +24,7 @@
 /* Module parameter for WTSR function control */
 static int wtsr_en = 1;
 module_param(wtsr_en, int, 0444);
-MODULE_PARM_DESC(wtsr_en, "Wachdog Timeout & Sofware Reset (default=on)");
+MODULE_PARM_DESC(wtsr_en, "Watchdog Timeout & Software Reset (default=on)");
 /* Module parameter for SMPL function control */
 static int smpl_en = 1;
 module_param(smpl_en, int, 0444);
index db46143c67a6db81569af53c0263eb751ba08720..d36f34e25bed516db48e16790dd20fd3e8017b1e 100644 (file)
@@ -672,7 +672,7 @@ static int iowarrior_release(struct inode *inode, struct file *file)
                retval = -ENODEV;       /* close called more than once */
                mutex_unlock(&dev->mutex);
        } else {
-               dev->opened = 0;        /* we're closeing now */
+               dev->opened = 0;        /* we're closing now */
                retval = 0;
                if (dev->present) {
                        /*
@@ -802,7 +802,7 @@ static int iowarrior_probe(struct usb_interface *interface,
                        /* this one will match for the IOWarrior56 only */
                        dev->int_out_endpoint = endpoint;
        }
-       /* we have to check the report_size often, so remember it in the endianess suitable for our machine */
+       /* we have to check the report_size often, so remember it in the endianness suitable for our machine */
        dev->report_size = usb_endpoint_maxp(dev->int_in_endpoint);
        if ((dev->interface->cur_altsetting->desc.bInterfaceNumber == 0) &&
            (dev->product_id == USB_DEVICE_ID_CODEMERCS_IOW56))
index 7fa1bf823729205450d0347a017ef62f9b19cd20..87b2bb3f83fc658a0735162aa748bac3d78bd353 100644 (file)
@@ -1181,7 +1181,7 @@ static int ami_decode_var(struct fb_var_screeninfo *var, struct amifb_par *par,
        }
 
        /*
-        * FB_VMODE_SMOOTH_XPAN will be cleared, if one of the folloing
+        * FB_VMODE_SMOOTH_XPAN will be cleared, if one of the following
         * checks failed and smooth scrolling is not possible
         */
 
index 53846cb534d40c35a6debb010c3d12e55a6bcc20..47e6770fa1fe8ce49d204387cb28c5a56b670099 100644 (file)
@@ -935,7 +935,7 @@ int auok190x_common_probe(struct platform_device *pdev,
                goto err_defio;
        }
 
-       dev_dbg(info->device, "targetting %d frames per second\n", board->fps);
+       dev_dbg(info->device, "targeting %d frames per second\n", board->fps);
        info->fbdefio->delay = HZ / board->fps;
        info->fbdefio->first_io = auok190xfb_dpy_first_io,
        info->fbdefio->deferred_io = auok190xfb_dpy_deferred_io,
index 76d9053d88c136bb65dd36562cc697361db7a35b..05c2dc3d4bc0ba5e0f0e23f1aa9d69cba8c0bcdb 100644 (file)
@@ -862,7 +862,7 @@ static int s1d13xxxfb_probe(struct platform_device *pdev)
                printk(KERN_INFO PFX
                        "unknown chip production id %i, revision %i\n",
                        prod_id, revision);
-               printk(KERN_INFO PFX "please contant maintainer\n");
+               printk(KERN_INFO PFX "please contact maintainer\n");
                goto bail;
        }
 
index 395cb6a8d8f3a86e3507be05686218ebee6f7d6f..9ef05d3ef68a0a3add830b7a770f2ec9816684f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Driver for the Solomon SSD1307 OLED controler
+ * Driver for the Solomon SSD1307 OLED controller
  *
  * Copyright 2012 Free Electrons
  *
@@ -392,6 +392,6 @@ static struct i2c_driver ssd1307fb_driver = {
 
 module_i2c_driver(ssd1307fb_driver);
 
-MODULE_DESCRIPTION("FB driver for the Solomon SSD1307 OLED controler");
+MODULE_DESCRIPTION("FB driver for the Solomon SSD1307 OLED controller");
 MODULE_AUTHOR("Maxime Ripard <maxime.ripard@free-electrons.com>");
 MODULE_LICENSE("GPL");
index 88f9611a945cad359dfca1d0196f3d87b294e1c8..5457745dd4f1f993a7d37243d7c2d17bf67bade6 100644 (file)
@@ -234,7 +234,7 @@ static int __alloc_objio_seg(unsigned numdevs, gfp_t gfp_flags,
 
        lseg = kzalloc(lseg_size, gfp_flags);
        if (unlikely(!lseg)) {
-               dprintk("%s: Faild allocation numdevs=%d size=%zd\n", __func__,
+               dprintk("%s: Failed allocation numdevs=%d size=%zd\n", __func__,
                        numdevs, lseg_size);
                return -ENOMEM;
        }
index 880ba086be9499315d59d3957ed29d5e915f0ceb..87aa1dec6120643dd94e1c3c44feeaa0382ad6c4 100644 (file)
@@ -114,7 +114,7 @@ extern int objio_alloc_lseg(struct pnfs_layout_segment **outp,
        gfp_t gfp_flags);
 extern void objio_free_lseg(struct pnfs_layout_segment *lseg);
 
-/* objio_free_result will free these @oir structs recieved from
+/* objio_free_result will free these @oir structs received from
  * objlayout_{read,write}_done
  */
 extern void objio_free_result(struct objlayout_io_res *oir);
index b47c252ef901e3458c743a9bb1d020dd4570300c..a2d01d10a5dd8866747b335a027ed3049c9c71d3 100644 (file)
@@ -125,7 +125,7 @@ SOC_ENUM("Equaliser EQ4 Bandwidth", wm8974_enum[9]),
 SOC_ENUM("EQ4 Cut Off", wm8974_enum[10]),
 SOC_SINGLE_TLV("EQ4 Volume", WM8974_EQ4,  0, 24, 1, eq_tlv),
 
-SOC_ENUM("Equaliser EQ5 Bandwith", wm8974_enum[11]),
+SOC_ENUM("Equaliser EQ5 Bandwidth", wm8974_enum[11]),
 SOC_ENUM("EQ5 Cut Off", wm8974_enum[12]),
 SOC_SINGLE_TLV("EQ5 Volume", WM8974_EQ5,  0, 24, 1, eq_tlv),
 
index bdcceb886f77fc5f8ae91e3d79b2da4ccd11d09c..e8257326ec6118431c9b331091282ffb8818cf48 100644 (file)
@@ -173,6 +173,6 @@ int test__attr(void)
            !lstat(path_perf, &st))
                return run_dir(path_dir, path_perf);
 
-       fprintf(stderr, " (ommitted)");
+       fprintf(stderr, " (omitted)");
        return 0;
 }
index c5636f36fe3128e279115ff3ece1faddacfb58d5..63986f9db5807a6b14034e7aba0200e37ed3fecb 100644 (file)
@@ -1321,7 +1321,7 @@ static int test_pmu_events(void)
 
        ret = stat(path, &st);
        if (ret) {
-               pr_debug("ommiting PMU cpu events tests\n");
+               pr_debug("omitting PMU cpu events tests\n");
                return 0;
        }