Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142521
b: refs/heads/master
c: 1f8737a
h: refs/heads/master
i:
  142519: fc150ae
v: v3
  • Loading branch information
Anton Blanchard authored and Paul Mackerras committed Apr 7, 2009
1 parent cd1138e commit adcad3d
Show file tree
Hide file tree
Showing 2 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: 4da727ae2aa62f134c79d38c41d15f50d912745f
refs/heads/master: 1f8737aab39e15684bf6b6b53586b7c89a269f79
8 changes: 4 additions & 4 deletions trunk/arch/powerpc/kernel/prom_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ static void __init prom_instantiate_rtas(void)
return;
}

prom_printf("instantiating rtas at 0x%x ...", base);
prom_printf("instantiating rtas at 0x%x...", base);

if (call_prom_ret("call-method", 3, 2, &entry,
ADDR("instantiate-rtas"),
Expand Down Expand Up @@ -1564,7 +1564,7 @@ static void __init prom_check_displays(void)
if (call_prom("package-to-path", 3, 1, node, path,
PROM_SCRATCH_SIZE-10) == PROM_ERROR)
continue;
prom_printf("found display : %s, opening ... ", path);
prom_printf("found display : %s, opening... ", path);

ih = call_prom("open", 1, 1, path);
if (ih == 0) {
Expand Down Expand Up @@ -2389,7 +2389,7 @@ unsigned long __init prom_init(unsigned long r3, unsigned long r4,
/*
* Now finally create the flattened device-tree
*/
prom_printf("copying OF device tree ...\n");
prom_printf("copying OF device tree...\n");
flatten_device_tree();

/*
Expand All @@ -2404,7 +2404,7 @@ unsigned long __init prom_init(unsigned long r3, unsigned long r4,
* Call OF "quiesce" method to shut down pending DMA's from
* devices etc...
*/
prom_printf("Calling quiesce ...\n");
prom_printf("Calling quiesce...\n");
call_prom("quiesce", 0, 0);

/*
Expand Down

0 comments on commit adcad3d

Please sign in to comment.