Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74118
b: refs/heads/master
c: e709d84
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 17, 2007
1 parent 888fdbb commit 48ea6e9
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: 8d2e24c3c1ecac394c3a9a1514bc883a868851d6
refs/heads/master: e709d84b99e03b0ff588d7754754c507e5543fc9
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-common/cplbinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static char *cplb_print_entry(char *buf, int type)
} else
buf += sprintf(buf, "Data CPLB entry:\n");

buf += sprintf(buf, "Address\t\tData\tSize\tValid\tLocked\tSwapin\n\tiCount\toCount\n");
buf += sprintf(buf, "Address\t\tData\tSize\tValid\tLocked\tSwapin\tiCount\toCount\n");

while (*p_addr != 0xffffffff) {
entry = cplb_find_entry(cplb_addr, cplb_data, *p_addr, *p_data);
Expand Down

0 comments on commit 48ea6e9

Please sign in to comment.