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);