Re: [PATCH v2 2/5] include/asm-generic/bug.h: Style fix: s/while(0)/while (0)/

2014-02-26 Thread Arnd Bergmann
On Wednesday 26 February 2014, Josh Triplett wrote: > > Reported-by: Randy Dunlap > Signed-off-by: Josh Triplett Acked-by: Arnd Bergmann -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http

[PATCH v2 2/5] include/asm-generic/bug.h: Style fix: s/while(0)/while (0)/

2014-02-25 Thread Josh Triplett
Reported-by: Randy Dunlap Signed-off-by: Josh Triplett --- include/asm-generic/bug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/asm-generic/bug.h b/include/asm-generic/bug.h index 7ecd398..2d54d8d 100644 --- a/include/asm-generic/bug.h +++ b/include/asm-gen