aboutsummaryrefslogtreecommitdiff
path: root/Documentation/CodingStyle
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2006-01-09 20:53:51 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-10 08:01:52 -0800
commitdc3d28d02e3e83c3147b2afc5e19e3b58d23f31b (patch)
treed8db50512067ad53ce999dfea7cf6aa79a416234 /Documentation/CodingStyle
parentd060a3218f6a046509fa31939ce1a671b0359086 (diff)
[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>
Diffstat (limited to 'Documentation/CodingStyle')
-rw-r--r--Documentation/CodingStyle2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle
index ce780ef648f1..ce5d2c038cf5 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);