diff --git a/[refs] b/[refs] index 0c485e909a2d..728099d49938 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5499b45190237ca90dd2ac86395cf464fe1f4cc7 +refs/heads/master: 55c1b0d27b2d381a1986520b5953d3a454d344b5 diff --git a/trunk/arch/sh/boot/compressed/cache.c b/trunk/arch/sh/boot/compressed/cache.c index e27fc74f228c..d0b77b68a4d0 100644 --- a/trunk/arch/sh/boot/compressed/cache.c +++ b/trunk/arch/sh/boot/compressed/cache.c @@ -5,7 +5,7 @@ int cache_control(unsigned int command) for (i = 0; i < (32 * 1024); i += 32) { (void)*p; - p += (32 / sizeof (int)); + p += (32 / sizeof(int)); } return 0;