diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-11-17 23:24:07 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-11-17 23:24:07 +0800 |
commit | e709d84b99e03b0ff588d7754754c507e5543fc9 (patch) | |
tree | 2df479deda858d9ba93d2506961fbce4103dde49 /arch/blackfin/mach-common | |
parent | 8d2e24c3c1ecac394c3a9a1514bc883a868851d6 (diff) |
Blackfin arch: fix spurious newline in header
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/mach-common')
-rw-r--r-- | arch/blackfin/mach-common/cplbinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/cplbinfo.c b/arch/blackfin/mach-common/cplbinfo.c index 785ca981697..a4f0b428a34 100644 --- a/arch/blackfin/mach-common/cplbinfo.c +++ b/arch/blackfin/mach-common/cplbinfo.c @@ -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); |