Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81102
b: refs/heads/master
c: 00d7041
h: refs/heads/master
v: v3
  • Loading branch information
joe@perches.com authored and Paul Mackerras committed Dec 20, 2007
1 parent a9258a5 commit c26b58a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 84631f37cc405dd6dcd566f9fa4e8a3ca2f03f76
refs/heads/master: 00d70419fc8f86db94f56e0191be392c4a57f244
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/legacy_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/bestcomm/bestcomm.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct bcom_bd; /* defined later on ... */


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

/**
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/mmio_nvram.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c26b58a

Please sign in to comment.