From 373dda17e5f6deedc51d39ae6e2c4a36a5ed3705 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Mon, 9 Jan 2006 20:53:51 -0800 Subject: [PATCH] --- yaml --- r: 17667 b: refs/heads/master c: dc3d28d02e3e83c3147b2afc5e19e3b58d23f31b h: refs/heads/master i: 17665: a559f9cb379da69730cb32ddc0749736d4759753 17663: 5ac8c4bbdbc0f3df03a5ca909dd83dfe84301b45 v: v3 --- [refs] | 2 +- trunk/Documentation/CodingStyle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9869f1a8227f..eb37e212a8e5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d060a3218f6a046509fa31939ce1a671b0359086 +refs/heads/master: dc3d28d02e3e83c3147b2afc5e19e3b58d23f31b diff --git a/trunk/Documentation/CodingStyle b/trunk/Documentation/CodingStyle index ce780ef648f1..ce5d2c038cf5 100644 --- a/trunk/Documentation/CodingStyle +++ b/trunk/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);