[PATCH] CodingStyle correction
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>pull/6/head
parent
d060a3218f
commit
dc3d28d02e
|
|
@ -199,7 +199,7 @@ The rationale is:
|
||||||
modifications are prevented
|
modifications are prevented
|
||||||
- saves the compiler work to optimize redundant code away ;)
|
- saves the compiler work to optimize redundant code away ;)
|
||||||
|
|
||||||
int fun(int )
|
int fun(int a)
|
||||||
{
|
{
|
||||||
int result = 0;
|
int result = 0;
|
||||||
char *buffer = kmalloc(SIZE);
|
char *buffer = kmalloc(SIZE);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue