diff options
-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 d65fac39d1bf..caa9623e6bd6 100644 --- a/arch/blackfin/mach-common/cplbinfo.c +++ b/arch/blackfin/mach-common/cplbinfo.c | |||
@@ -82,7 +82,7 @@ static char *cplb_print_entry(char *buf, int type) | |||
82 | int entry = 0, used_cplb = 0; | 82 | int entry = 0, used_cplb = 0; |
83 | 83 | ||
84 | if (type == CPLB_I) { | 84 | if (type == CPLB_I) { |
85 | buf += sprintf(buf, "Instrction CPLB entry:\n"); | 85 | buf += sprintf(buf, "Instruction CPLB entry:\n"); |
86 | p_addr = ipdt_table; | 86 | p_addr = ipdt_table; |
87 | p_data = ipdt_table + 1; | 87 | p_data = ipdt_table + 1; |
88 | p_icount = ipdt_swapcount_table; | 88 | p_icount = ipdt_swapcount_table; |