MIPS: Spelling fix lets -> let's
authorRalf Baechle <ralf@linux-mips.org>
Sat, 21 May 2016 22:39:18 +0000 (00:39 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 28 May 2016 10:35:09 +0000 (12:35 +0200)
As noticed by Sergei in the discussion of Andrea Gelmini's patch series.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h
arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h
arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
arch/mips/kernel/branch.c
arch/mips/kernel/elf.c
arch/mips/kernel/mips-r2-to-r6-emul.c
arch/mips/sgi-ip27/ip27-nmi.c
arch/mips/sgi-ip27/ip27-xtalk.c
arch/mips/sni/rm200.c

index ca8077afac4a78078226baff94c3faa77f80a977..456ddba152c4538dcd45ef8e8fe9ecf52f52c3d4 100644 (file)
@@ -100,7 +100,7 @@ typedef volatile struct au1xxx_ddma_desc {
        u32     dscr_nxtptr;            /* Next descriptor pointer (mostly) */
        /*
         * First 32 bytes are HW specific!!!
-        * Lets have some SW data following -- make sure it's 32 bytes.
+        * Let's have some SW data following -- make sure it's 32 bytes.
         */
        u32     sw_status;
        u32     sw_context;
index 7023883ca50f843efe4d8321f35f64ce2b89eef0..8e9b022c359452626d944db21b20985b1e99f028 100644 (file)
@@ -22,7 +22,7 @@
 
 /*
  * during early_printk no ioremap possible at this early stage
- * lets use KSEG1 instead
+ * let's use KSEG1 instead
  */
 #define LTQ_ASC0_BASE_ADDR     0x1E100C00
 #define LTQ_EARLY_ASC          KSEG1ADDR(LTQ_ASC0_BASE_ADDR)
index f87310755319b236367252474f6f09b068c137a7..17b41bb5991f29161704a03d44869dccadfa2ee8 100644 (file)
@@ -75,7 +75,7 @@ extern __iomem void *ltq_cgu_membase;
 
 /*
  * during early_printk no ioremap is possible
- * lets use KSEG1 instead
+ * let's use KSEG1 instead
  */
 #define LTQ_ASC1_BASE_ADDR     0x1E100C00
 #define LTQ_EARLY_ASC          KSEG1ADDR(LTQ_ASC1_BASE_ADDR)
index ceca6cc41b2b8b0c11f637fa639e6d037e589404..6dc3f1fdaccc3640bf1199789936a4823786d1b9 100644 (file)
@@ -481,7 +481,7 @@ int __compute_return_epc_for_insn(struct pt_regs *regs,
                        /*
                         * OK we are here either because we hit a NAL
                         * instruction or because we are emulating an
-                        * old bltzal{,l} one. Lets figure out what the
+                        * old bltzal{,l} one. Let's figure out what the
                         * case really is.
                         */
                        if (!insn.i_format.rs) {
@@ -515,7 +515,7 @@ int __compute_return_epc_for_insn(struct pt_regs *regs,
                        /*
                         * OK we are here either because we hit a BAL
                         * instruction or because we are emulating an
-                        * old bgezal{,l} one. Lets figure out what the
+                        * old bgezal{,l} one. Let's figure out what the
                         * case really is.
                         */
                        if (!insn.i_format.rs) {
index c3c234dc0c07748ad7696f7b4d3c395df3954293..891f5ee639837af74b35c0190efaf727a73ab73b 100644 (file)
@@ -88,7 +88,7 @@ int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf,
        elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
        flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags;
 
-       /* Lets see if this is an O32 ELF */
+       /* Let's see if this is an O32 ELF */
        if (elf32) {
                if (flags & EF_MIPS_FP64) {
                        /*
index 58681aea50a1b42fa81c419a1fc7cd522c1d9403..7ff2a557f4aa26347512e073a738047e8a5336d3 100644 (file)
@@ -2202,7 +2202,7 @@ fpu_emul:
        }
 
        /*
-        * Lets not return to userland just yet. It's costly and
+        * Let's not return to userland just yet. It's costly and
         * it's likely we have more R2 instructions to emulate
         */
        if (!err && (pass++ < MIPS_R2_EMUL_TOTAL_PASS)) {
index a2358b44420c5ae27b4254f4cba8248ab3c2c2c7..cfceaea92724953a620dc5b87546a887f86dfea8 100644 (file)
@@ -23,7 +23,7 @@ typedef unsigned long machreg_t;
 static arch_spinlock_t nmi_lock = __ARCH_SPIN_LOCK_UNLOCKED;
 
 /*
- * Lets see what else we need to do here. Set up sp, gp?
+ * Let's see what else we need to do here. Set up sp, gp?
  */
 void nmi_dump(void)
 {
index 20f582a2137a3fea18c278f79e55ffb7f7e47bfe..4fe5678ba74da2d9564c5f0ef5e8f42a8b71bd8c 100644 (file)
@@ -67,7 +67,7 @@ static int xbow_probe(nasid_t nasid)
                return -ENODEV;
 
        /*
-        * Okay, here's a xbow. Lets arbitrate and find
+        * Okay, here's a xbow. Let's arbitrate and find
         * out if we should initialize it. Set enabled
         * hub connected at highest or lowest widget as
         * master.
index a046b302623e0dd43d42fc425f58dec843c80db6..160b88000b4b70815edeec254913bf834a347cdc 100644 (file)
@@ -263,7 +263,7 @@ spurious_8259A_irq:
                static int spurious_irq_mask;
                /*
                 * At this point we can be sure the IRQ is spurious,
-                * lets ACK and report it. [once per IRQ]
+                * let's ACK and report it. [once per IRQ]
                 */
                if (!(spurious_irq_mask & irqmask)) {
                        printk(KERN_DEBUG
This page took 0.030109 seconds and 5 git commands to generate.