Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+10 -10
+1 -1
arch/mips/include/asm/mach-au1x00/au1xxx_dbdma.h
··· 100 100 u32 dscr_nxtptr; /* Next descriptor pointer (mostly) */ 101 101 /* 102 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 105 u32 sw_status; 106 106 u32 sw_context;
+1 -1
arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h
··· 22 22 23 23 /* 24 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 27 #define LTQ_ASC0_BASE_ADDR 0x1E100C00 28 28 #define LTQ_EARLY_ASC KSEG1ADDR(LTQ_ASC0_BASE_ADDR)
+1 -1
arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
··· 75 75 76 76 /* 77 77 * during early_printk no ioremap is possible 78 - * lets use KSEG1 instead 78 + * let's use KSEG1 instead 79 79 */ 80 80 #define LTQ_ASC1_BASE_ADDR 0x1E100C00 81 81 #define LTQ_EARLY_ASC KSEG1ADDR(LTQ_ASC1_BASE_ADDR)
+2 -2
arch/mips/kernel/branch.c
··· 481 481 /* 482 482 * OK we are here either because we hit a NAL 483 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 485 * case really is. 486 486 */ 487 487 if (!insn.i_format.rs) { ··· 515 515 /* 516 516 * OK we are here either because we hit a BAL 517 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 519 * case really is. 520 520 */ 521 521 if (!insn.i_format.rs) {
+1 -1
arch/mips/kernel/elf.c
··· 88 88 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; 89 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 92 if (elf32) { 93 93 if (flags & EF_MIPS_FP64) { 94 94 /*
+1 -1
arch/mips/kernel/mips-r2-to-r6-emul.c
··· 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 2206 * it's likely we have more R2 instructions to emulate 2207 2207 */ 2208 2208 if (!err && (pass++ < MIPS_R2_EMUL_TOTAL_PASS)) {
+1 -1
arch/mips/sgi-ip27/ip27-nmi.c
··· 23 23 static 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 */ 28 28 void nmi_dump(void) 29 29 {
+1 -1
arch/mips/sgi-ip27/ip27-xtalk.c
··· 67 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 71 * out if we should initialize it. Set enabled 72 72 * hub connected at highest or lowest widget as 73 73 * master.
+1 -1
arch/mips/sni/rm200.c
··· 263 263 static int spurious_irq_mask; 264 264 /* 265 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 268 if (!(spurious_irq_mask & irqmask)) { 269 269 printk(KERN_DEBUG