From 48ea6e9e305907480ba0dfb306dd61c6310c9cdf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 17 Nov 2007 23:24:07 +0800 Subject: [PATCH] --- yaml --- r: 74118 b: refs/heads/master c: e709d84b99e03b0ff588d7754754c507e5543fc9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/blackfin/mach-common/cplbinfo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1d106d967a0a..8d3c38d2702a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8d2e24c3c1ecac394c3a9a1514bc883a868851d6 +refs/heads/master: e709d84b99e03b0ff588d7754754c507e5543fc9 diff --git a/trunk/arch/blackfin/mach-common/cplbinfo.c b/trunk/arch/blackfin/mach-common/cplbinfo.c index 785ca9816971..a4f0b428a34d 100644 --- a/trunk/arch/blackfin/mach-common/cplbinfo.c +++ b/trunk/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);