aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/xmon')
-rw-r--r--arch/powerpc/xmon/xmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c
index 08121d3e47ba..e1f33a81e5e1 100644
--- a/arch/powerpc/xmon/xmon.c
+++ b/arch/powerpc/xmon/xmon.c
@@ -2130,7 +2130,7 @@ void
2130dump_log_buf(void) 2130dump_log_buf(void)
2131{ 2131{
2132 const unsigned long size = 128; 2132 const unsigned long size = 128;
2133 unsigned long i, end, addr; 2133 unsigned long end, addr;
2134 unsigned char buf[size + 1]; 2134 unsigned char buf[size + 1];
2135 2135
2136 addr = 0; 2136 addr = 0;