Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28690
b: refs/heads/master
c: 5a43ee6
h: refs/heads/master
v: v3
  • Loading branch information
Will Schmidt authored and Paul Mackerras committed Apr 29, 2006
1 parent e50daf8 commit b36a7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c5c4591375a10f6bc1bc55d86af7764033b10367
refs/heads/master: 5a43ee65620d628ba04deecf241b63b2410b97f2
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/nvram_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ static void nvram_print_partitions(char * label)
printk(KERN_WARNING "indx\t\tsig\tchks\tlen\tname\n");
list_for_each(p, &nvram_part->partition) {
tmp_part = list_entry(p, struct nvram_partition, partition);
printk(KERN_WARNING "%d \t%02x\t%02x\t%d\t%s\n",
printk(KERN_WARNING "%4d \t%02x\t%02x\t%d\t%s\n",
tmp_part->index, tmp_part->header.signature,
tmp_part->header.checksum, tmp_part->header.length,
tmp_part->header.name);
Expand Down

0 comments on commit b36a7a8

Please sign in to comment.