summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2016-05-21 18:39:18 -0400
committerRalf Baechle <ralf@linux-mips.org>2016-05-28 06:35:09 -0400
commit4939788eb8559754a120531c49ffa96bb30fee06 (patch)
treef9fd1fb32cf74f35039e8191134ad620c3ceba42
parenta320a1156ac987ae45d2a922f8f7355d67658e83 (diff)
MIPS: Spelling fix lets -> let's
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>
-rw-r--r--arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h2
-rw-r--r--arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h2
-rw-r--r--arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h2
-rw-r--r--arch/mips/kernel/branch.c4
-rw-r--r--arch/mips/kernel/elf.c2
-rw-r--r--arch/mips/kernel/mips-r2-to-r6-emul.c2
-rw-r--r--arch/mips/sgi-ip27/ip27-nmi.c2
-rw-r--r--arch/mips/sgi-ip27/ip27-xtalk.c2
-rw-r--r--arch/mips/sni/rm200.c2
9 files changed, 10 insertions, 10 deletions
diff --git a/arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h b/arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h
index ca8077afac4a..456ddba152c4 100644
--- a/arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h
+++ b/arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h
@@ -100,7 +100,7 @@ typedef volatile struct au1xxx_ddma_desc {
100 u32 dscr_nxtptr; /* Next descriptor pointer (mostly) */ 100 u32 dscr_nxtptr; /* Next descriptor pointer (mostly) */
101 /* 101 /*
102 * First 32 bytes are HW specific!!! 102 * First 32 bytes are HW specific!!!
103 * Lets have some SW data following -- make sure it's 32 bytes. 103 * Let's have some SW data following -- make sure it's 32 bytes.
104 */ 104 */
105 u32 sw_status; 105 u32 sw_status;
106 u32 sw_context; 106 u32 sw_context;
diff --git a/arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h b/arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h
index 7023883ca50f..8e9b022c3594 100644
--- a/arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h
+++ b/arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h
@@ -22,7 +22,7 @@
22 22
23/* 23/*
24 * during early_printk no ioremap possible at this early stage 24 * during early_printk no ioremap possible at this early stage
25 * lets use KSEG1 instead 25 * let's use KSEG1 instead
26 */ 26 */
27#define LTQ_ASC0_BASE_ADDR 0x1E100C00 27#define LTQ_ASC0_BASE_ADDR 0x1E100C00
28#define LTQ_EARLY_ASC KSEG1ADDR(LTQ_ASC0_BASE_ADDR) 28#define LTQ_EARLY_ASC KSEG1ADDR(LTQ_ASC0_BASE_ADDR)
diff --git a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
index f87310755319..17b41bb5991f 100644
--- a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
+++ b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
@@ -75,7 +75,7 @@ extern __iomem void *ltq_cgu_membase;
75 75
76/* 76/*
77 * during early_printk no ioremap is possible 77 * during early_printk no ioremap is possible
78 * lets use KSEG1 instead 78 * let's use KSEG1 instead
79 */ 79 */
80#define LTQ_ASC1_BASE_ADDR 0x1E100C00 80#define LTQ_ASC1_BASE_ADDR 0x1E100C00
81#define LTQ_EARLY_ASC KSEG1ADDR(LTQ_ASC1_BASE_ADDR) 81#define LTQ_EARLY_ASC KSEG1ADDR(LTQ_ASC1_BASE_ADDR)
diff --git a/arch/mips/kernel/branch.c b/arch/mips/kernel/branch.c
index ceca6cc41b2b..6dc3f1fdaccc 100644
--- a/arch/mips/kernel/branch.c
+++ b/arch/mips/kernel/branch.c
@@ -481,7 +481,7 @@ int __compute_return_epc_for_insn(struct pt_regs *regs,
481 /* 481 /*
482 * OK we are here either because we hit a NAL 482 * OK we are here either because we hit a NAL
483 * instruction or because we are emulating an 483 * instruction or because we are emulating an
484 * old bltzal{,l} one. Lets figure out what the 484 * old bltzal{,l} one. Let's figure out what the
485 * case really is. 485 * case really is.
486 */ 486 */
487 if (!insn.i_format.rs) { 487 if (!insn.i_format.rs) {
@@ -515,7 +515,7 @@ int __compute_return_epc_for_insn(struct pt_regs *regs,
515 /* 515 /*
516 * OK we are here either because we hit a BAL 516 * OK we are here either because we hit a BAL
517 * instruction or because we are emulating an 517 * instruction or because we are emulating an
518 * old bgezal{,l} one. Lets figure out what the 518 * old bgezal{,l} one. Let's figure out what the
519 * case really is. 519 * case really is.
520 */ 520 */
521 if (!insn.i_format.rs) { 521 if (!insn.i_format.rs) {
diff --git a/arch/mips/kernel/elf.c b/arch/mips/kernel/elf.c
index c3c234dc0c07..891f5ee63983 100644
--- a/arch/mips/kernel/elf.c
+++ b/arch/mips/kernel/elf.c
@@ -88,7 +88,7 @@ int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf,
88 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; 88 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;
89 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags; 89 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags;
90 90
91 /* Lets see if this is an O32 ELF */ 91 /* Let's see if this is an O32 ELF */
92 if (elf32) { 92 if (elf32) {
93 if (flags & EF_MIPS_FP64) { 93 if (flags & EF_MIPS_FP64) {
94 /* 94 /*
diff --git a/arch/mips/kernel/mips-r2-to-r6-emul.c b/arch/mips/kernel/mips-r2-to-r6-emul.c
index 58681aea50a1..7ff2a557f4aa 100644
--- a/arch/mips/kernel/mips-r2-to-r6-emul.c
+++ b/arch/mips/kernel/mips-r2-to-r6-emul.c
@@ -2202,7 +2202,7 @@ fpu_emul:
2202 } 2202 }
2203 2203
2204 /* 2204 /*
2205 * Lets not return to userland just yet. It's costly and 2205 * Let's not return to userland just yet. It's costly and
2206 * it's likely we have more R2 instructions to emulate 2206 * it's likely we have more R2 instructions to emulate
2207 */ 2207 */
2208 if (!err && (pass++ < MIPS_R2_EMUL_TOTAL_PASS)) { 2208 if (!err && (pass++ < MIPS_R2_EMUL_TOTAL_PASS)) {
diff --git a/arch/mips/sgi-ip27/ip27-nmi.c b/arch/mips/sgi-ip27/ip27-nmi.c
index a2358b44420c..cfceaea92724 100644
--- a/arch/mips/sgi-ip27/ip27-nmi.c
+++ b/arch/mips/sgi-ip27/ip27-nmi.c
@@ -23,7 +23,7 @@ typedef unsigned long machreg_t;
23static arch_spinlock_t nmi_lock = __ARCH_SPIN_LOCK_UNLOCKED; 23static arch_spinlock_t nmi_lock = __ARCH_SPIN_LOCK_UNLOCKED;
24 24
25/* 25/*
26 * Lets see what else we need to do here. Set up sp, gp? 26 * Let's see what else we need to do here. Set up sp, gp?
27 */ 27 */
28void nmi_dump(void) 28void nmi_dump(void)
29{ 29{
diff --git a/arch/mips/sgi-ip27/ip27-xtalk.c b/arch/mips/sgi-ip27/ip27-xtalk.c
index 20f582a2137a..4fe5678ba74d 100644
--- a/arch/mips/sgi-ip27/ip27-xtalk.c
+++ b/arch/mips/sgi-ip27/ip27-xtalk.c
@@ -67,7 +67,7 @@ static int xbow_probe(nasid_t nasid)
67 return -ENODEV; 67 return -ENODEV;
68 68
69 /* 69 /*
70 * Okay, here's a xbow. Lets arbitrate and find 70 * Okay, here's a xbow. Let's arbitrate and find
71 * out if we should initialize it. Set enabled 71 * out if we should initialize it. Set enabled
72 * hub connected at highest or lowest widget as 72 * hub connected at highest or lowest widget as
73 * master. 73 * master.
diff --git a/arch/mips/sni/rm200.c b/arch/mips/sni/rm200.c
index a046b302623e..160b88000b4b 100644
--- a/arch/mips/sni/rm200.c
+++ b/arch/mips/sni/rm200.c
@@ -263,7 +263,7 @@ spurious_8259A_irq:
263 static int spurious_irq_mask; 263 static int spurious_irq_mask;
264 /* 264 /*
265 * At this point we can be sure the IRQ is spurious, 265 * At this point we can be sure the IRQ is spurious,
266 * lets ACK and report it. [once per IRQ] 266 * let's ACK and report it. [once per IRQ]
267 */ 267 */
268 if (!(spurious_irq_mask & irqmask)) { 268 if (!(spurious_irq_mask & irqmask)) {
269 printk(KERN_DEBUG 269 printk(KERN_DEBUG