]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
treewide: Fix typos in printk and comment
authorMasanari Iida <standby24x7@gmail.com>
Sat, 16 Mar 2013 11:53:05 +0000 (20:53 +0900)
committerJiri Kosina <jkosina@suse.cz>
Mon, 18 Mar 2013 13:57:53 +0000 (14:57 +0100)
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/arc/plat-arcfpga/Kconfig
arch/blackfin/include/asm/bfin_sport3.h
arch/s390/kernel/irq.c
arch/s390/kvm/trace.h
drivers/crypto/caam/ctrl.c
drivers/gpu/drm/radeon/radeon_irq_kms.c
drivers/i2c/busses/i2c-puv3.c
drivers/scsi/qla4xxx/ql4_nx.c
drivers/usb/misc/uss720.c
include/trace/events/timer.h
sound/pci/mixart/mixart.c

index b41e786cdbc06e8a42353bc34097e560862b8ad7..295cefeb25d3a85dec7728397a6d4bc6ec9d6f12 100644 (file)
@@ -53,7 +53,7 @@ menuconfig ARC_HAS_BVCI_LAT_UNIT
        bool "BVCI Bus Latency Unit"
        depends on ARC_BOARD_ML509 || ARC_BOARD_ANGEL4
        help
-         IP to add artifical latency to BVCI Bus Based FPGA builds.
+         IP to add artificial latency to BVCI Bus Based FPGA builds.
          The default latency (even worst case) for FPGA is non-realistic
          (~10 SDRAM, ~5 SSRAM).
 
index 03c00220d69bbf4e2f34960bed5e64f8f894366b..d82f5fa0ad9f4f22f48060f23a7f9cb3855644f9 100644 (file)
@@ -41,7 +41,7 @@
 #define SPORT_CTL_LAFS                0x00020000    /* Late Transmit frame select */
 #define SPORT_CTL_RJUST               0x00040000    /* Right Justified mode select */
 #define SPORT_CTL_FSED                0x00080000    /* External frame sync edge select */
-#define SPORT_CTL_TFIEN               0x00100000    /* Transmit finish interrrupt enable select */
+#define SPORT_CTL_TFIEN               0x00100000    /* Transmit finish interrupt enable select */
 #define SPORT_CTL_GCLKEN              0x00200000    /* Gated clock mode select */
 #define SPORT_CTL_SPENSEC             0x01000000    /* Enable secondary channel */
 #define SPORT_CTL_SPTRAN              0x02000000    /* Data direction control */
index 1630f439cd2a567d27d0ddb5828917808fec5f15..4f5ef62934a4d5b59565ae0b71a4f948e576f16c 100644 (file)
@@ -33,7 +33,7 @@ struct irq_class {
 };
 
 /*
- * The list of "main" irq classes on s390. This is the list of interrrupts
+ * The list of "main" irq classes on s390. This is the list of interrupts
  * that appear both in /proc/stat ("intr" line) and /proc/interrupts.
  * Historically only external and I/O interrupts have been part of /proc/stat.
  * We can't add the split external and I/O sub classes since the first field
index 2b29e62351d3a09f8e59af8b3d43721700e40fee..74789880535930ae57a94e8c6d82f084e7d7c9c7 100644 (file)
@@ -67,7 +67,7 @@ TRACE_EVENT(kvm_s390_sie_fault,
 #define sie_intercept_code                             \
        {0x04, "Instruction"},                          \
        {0x08, "Program interruption"},                 \
-       {0x0C, "Instruction and program interuption"},  \
+       {0x0C, "Instruction and program interruption"}, \
        {0x10, "External request"},                     \
        {0x14, "External interruption"},                \
        {0x18, "I/O request"},                          \
index 1c56f63524f27b2139860518f3ee672fdeef07cb..8acf00490fd5c3ff97f5dbd5b8a750c8ae548a62 100644 (file)
@@ -66,7 +66,7 @@ static void build_instantiation_desc(u32 *desc)
 
        /*
         * load 1 to clear written reg:
-        * resets the done interrrupt and returns the RNG to idle.
+        * resets the done interrupt and returns the RNG to idle.
         */
        append_load_imm_u32(desc, 1, LDST_SRCDST_WORD_CLRW);
 
index 90374dd7796003381adb8a774e061d722579adda..8c8a7f0d982e4760f398d4861806d72022b729a2 100644 (file)
@@ -270,7 +270,7 @@ int radeon_irq_kms_init(struct radeon_device *rdev)
 }
 
 /**
- * radeon_irq_kms_fini - tear down driver interrrupt info
+ * radeon_irq_kms_fini - tear down driver interrupt info
  *
  * @rdev: radeon device pointer
  *
index 261d7db437e250140349138903e653ab699ff519..8acef657abf3c76cd6377a80f001172a0c8d06ef 100644 (file)
@@ -199,7 +199,7 @@ static int puv3_i2c_probe(struct platform_device *pdev)
 
        adapter = kzalloc(sizeof(struct i2c_adapter), GFP_KERNEL);
        if (adapter == NULL) {
-               dev_err(&pdev->dev, "can't allocate inteface!\n");
+               dev_err(&pdev->dev, "can't allocate interface!\n");
                rc = -ENOMEM;
                goto fail_nomem;
        }
index 71d3d234f5265863f847d9de2694e4ca814d1a78..9299400d3c9e29c99555e13630e59e8380eaa7ac 100644 (file)
@@ -2089,7 +2089,7 @@ static int qla4_8xxx_minidump_process_rdmem(struct scsi_qla_host *ha,
 
        if (r_addr & 0xf) {
                DEBUG2(ql4_printk(KERN_INFO, ha,
-                                 "[%s]: Read addr 0x%x not 16 bytes alligned\n",
+                                 "[%s]: Read addr 0x%x not 16 bytes aligned\n",
                                  __func__, r_addr));
                return QLA_ERROR;
        }
index 29cad9e0a7a9b80188df9985fbfe78e987d64282..e129cf661223323bc88152fbd67f0ce4b6e8c321 100644 (file)
@@ -705,7 +705,7 @@ static int uss720_probe(struct usb_interface *intf,
                return -ENODEV;
        }
        i = usb_set_interface(usbdev, intf->altsetting->desc.bInterfaceNumber, 2);
-       dev_dbg(&intf->dev, "set inteface result %d\n", i);
+       dev_dbg(&intf->dev, "set interface result %d\n", i);
 
        interface = intf->cur_altsetting;
 
index 425bcfe56c620211678d94f6d3923a9451305db2..8d219470624f6c9d4eb5b39a037d1044a0fb811f 100644 (file)
@@ -123,7 +123,7 @@ DEFINE_EVENT(timer_class, timer_cancel,
 
 /**
  * hrtimer_init - called when the hrtimer is initialized
- * @timer:     pointer to struct hrtimer
+ * @hrtimer:   pointer to struct hrtimer
  * @clockid:   the hrtimers clock
  * @mode:      the hrtimers mode
  */
@@ -155,7 +155,7 @@ TRACE_EVENT(hrtimer_init,
 
 /**
  * hrtimer_start - called when the hrtimer is started
- * @timer: pointer to struct hrtimer
+ * @hrtimer: pointer to struct hrtimer
  */
 TRACE_EVENT(hrtimer_start,
 
@@ -186,8 +186,8 @@ TRACE_EVENT(hrtimer_start,
 );
 
 /**
- * htimmer_expire_entry - called immediately before the hrtimer callback
- * @timer:     pointer to struct hrtimer
+ * hrtimer_expire_entry - called immediately before the hrtimer callback
+ * @hrtimer:   pointer to struct hrtimer
  * @now:       pointer to variable which contains current time of the
  *             timers base.
  *
@@ -234,7 +234,7 @@ DECLARE_EVENT_CLASS(hrtimer_class,
 
 /**
  * hrtimer_expire_exit - called immediately after the hrtimer callback returns
- * @timer:     pointer to struct hrtimer
+ * @hrtimer:   pointer to struct hrtimer
  *
  * When used in combination with the hrtimer_expire_entry tracepoint we can
  * determine the runtime of the callback function.
index 01f7f37a84101dff11742a415ad607a9ac2d095c..934dec98e2ced022e3818a60d5d7ab65f3d4ba19 100644 (file)
@@ -1175,7 +1175,7 @@ static void snd_mixart_proc_read(struct snd_info_entry *entry,
 
                        snd_iprintf(buffer, "\tstreaming          : %d\n", streaming);
                        snd_iprintf(buffer, "\tmailbox            : %d\n", mailbox);
-                       snd_iprintf(buffer, "\tinterrups handling : %d\n\n", interr);
+                       snd_iprintf(buffer, "\tinterrupts handling : %d\n\n", interr);
                }
        } /* endif elf loaded */
 }