X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2FCodingStyle;h=ce5d2c038cf54603d76c32b25e563456ebcf6711;hb=1cf3109ffb26a6ea572fd02436bd10458b4b2187;hp=ce780ef648f1d5c5e0504f8f290add2b5e738876;hpb=05814450070f13b671fc9dbf89477677aa0258cb;p=linux-2.6 diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index ce780ef648..ce5d2c038c 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);