From: Jesper Juhl Signed-off-by: Jesper Juhl Signed-off-by: Andrew Morton --- Documentation/CodingStyle | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/CodingStyle~codingstyle-correction Documentation/CodingStyle --- devel/Documentation/CodingStyle~codingstyle-correction 2005-09-28 22:32:36.000000000 -0700 +++ devel-akpm/Documentation/CodingStyle 2005-09-28 22:32:36.000000000 -0700 @@ -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); _