Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00d70419 authored by joe@perches.com's avatar joe@perches.com Committed by Paul Mackerras
Browse files

[POWERPC] arch/powerpc/: Spelling fixes



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 84631f37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ void ibm4xx_denali_fixup_memsize(void)
	else
		dpath = 4; /* 32 bits */

	/* get adress pins (rows) */
	/* get address pins (rows) */
	val = mfdcr_sdram0(DDR0_42);

	row = DDR_GET_VAL(val, DDR_APIN, DDR_APIN_SHIFT);
+1 −1
Original line number Diff line number Diff line
@@ -474,7 +474,7 @@ static int __init serial_dev_init(void)

	/*
	 * Before we register the platfrom serial devices, we need
	 * to fixup their interrutps and their IO ports.
	 * to fixup their interrupts and their IO ports.
	 */
	DBG("Fixing serial ports interrupts and IO ports ...\n");

+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ struct bcom_bd; /* defined later on ... */


/* ======================================================================== */
/* Generic task managment                                                   */
/* Generic task management                                                   */
/* ======================================================================== */

/**
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ int __init mmio_nvram_init(void)
	nvram_addr = r.start;
	mmio_nvram_len = r.end - r.start + 1;
	if ( (!mmio_nvram_len) || (!nvram_addr) ) {
		printk(KERN_WARNING "nvram: address or lenght is 0\n");
		printk(KERN_WARNING "nvram: address or length is 0\n");
		ret = -EIO;
		goto out;
	}