From: Jesper Juhl Date: Tue, 10 Jan 2006 04:53:51 +0000 (-0800) Subject: [PATCH] CodingStyle correction X-Git-Tag: v2.6.16-rc1~512 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=dc3d28d02e3e83c3147b2afc5e19e3b58d23f31b;p=linux-2.6-omap-h63xx.git [PATCH] CodingStyle correction Signed-off-by: Jesper Juhl Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index ce780ef648f..ce5d2c038cf 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@ -199,7 +199,7 @@ The rationale is: modifications are prevented - saves the compiler work to optimize redundant code away ;) -int fun(int ) +int fun(int a) { int result = 0; char *buffer = kmalloc(SIZE);