···100100 u32 dscr_nxtptr; /* Next descriptor pointer (mostly) */101101 /*102102 * First 32 bytes are HW specific!!!103103- * Lets have some SW data following -- make sure it's 32 bytes.103103+ * Let's have some SW data following -- make sure it's 32 bytes.104104 */105105 u32 sw_status;106106 u32 sw_context;
···22222323/*2424 * during early_printk no ioremap possible at this early stage2525- * lets use KSEG1 instead2525+ * let's use KSEG1 instead2626 */2727#define LTQ_ASC0_BASE_ADDR 0x1E100C002828#define LTQ_EARLY_ASC KSEG1ADDR(LTQ_ASC0_BASE_ADDR)
···75757676/*7777 * during early_printk no ioremap is possible7878- * lets use KSEG1 instead7878+ * let's use KSEG1 instead7979 */8080#define LTQ_ASC1_BASE_ADDR 0x1E100C008181#define LTQ_EARLY_ASC KSEG1ADDR(LTQ_ASC1_BASE_ADDR)
+2-2
arch/mips/kernel/branch.c
···481481 /*482482 * OK we are here either because we hit a NAL483483 * instruction or because we are emulating an484484- * old bltzal{,l} one. Lets figure out what the484484+ * old bltzal{,l} one. Let's figure out what the485485 * case really is.486486 */487487 if (!insn.i_format.rs) {···515515 /*516516 * OK we are here either because we hit a BAL517517 * instruction or because we are emulating an518518- * old bgezal{,l} one. Lets figure out what the518518+ * old bgezal{,l} one. Let's figure out what the519519 * case really is.520520 */521521 if (!insn.i_format.rs) {
+1-1
arch/mips/kernel/elf.c
···8888 elf32 = ehdr->e32.e_ident[EI_CLASS] == ELFCLASS32;8989 flags = elf32 ? ehdr->e32.e_flags : ehdr->e64.e_flags;90909191- /* Lets see if this is an O32 ELF */9191+ /* Let's see if this is an O32 ELF */9292 if (elf32) {9393 if (flags & EF_MIPS_FP64) {9494 /*
+1-1
arch/mips/kernel/mips-r2-to-r6-emul.c
···22022202 }2203220322042204 /*22052205- * Lets not return to userland just yet. It's costly and22052205+ * Let's not return to userland just yet. It's costly and22062206 * it's likely we have more R2 instructions to emulate22072207 */22082208 if (!err && (pass++ < MIPS_R2_EMUL_TOTAL_PASS)) {
+1-1
arch/mips/sgi-ip27/ip27-nmi.c
···2323static arch_spinlock_t nmi_lock = __ARCH_SPIN_LOCK_UNLOCKED;24242525/*2626- * Lets see what else we need to do here. Set up sp, gp?2626+ * Let's see what else we need to do here. Set up sp, gp?2727 */2828void nmi_dump(void)2929{
+1-1
arch/mips/sgi-ip27/ip27-xtalk.c
···6767 return -ENODEV;68686969 /*7070- * Okay, here's a xbow. Lets arbitrate and find7070+ * Okay, here's a xbow. Let's arbitrate and find7171 * out if we should initialize it. Set enabled7272 * hub connected at highest or lowest widget as7373 * master.
+1-1
arch/mips/sni/rm200.c
···263263 static int spurious_irq_mask;264264 /*265265 * At this point we can be sure the IRQ is spurious,266266- * lets ACK and report it. [once per IRQ]266266+ * let's ACK and report it. [once per IRQ]267267 */268268 if (!(spurious_irq_mask & irqmask)) {269269 printk(KERN_DEBUG