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://review.tizen.org/git/?a=commitdiff_plain;h=dc3d28d02e3e83c3147b2afc5e19e3b58d23f31b;p=platform%2Fkernel%2Flinux-3.10.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 ce780ef..ce5d2c0 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);