arch/alpha/lib/srm_puts.c:16: ERROR: that open brace { should be on the previous line Signed-off-by: Andrea Gelmini <andrea.gelmini@xxxxxxxxx> --- arch/alpha/lib/srm_puts.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/alpha/lib/srm_puts.c b/arch/alpha/lib/srm_puts.c index 7b60a6f..abb365f 100644 --- a/arch/alpha/lib/srm_puts.c +++ b/arch/alpha/lib/srm_puts.c @@ -13,8 +13,7 @@ srm_puts(const char *str, long len) if (!callback_init_done) return len; - for (remaining = len; remaining > 0; remaining -= written) - { + for (remaining = len; remaining > 0; remaining -= written) { written = callback_puts(0, str, remaining); written &= 0xffffffff; str += written; -- 1.7.1.251.gf80a2 -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html