Re: [PATCH] kernel/module.c has something to hide. (whitespace
cleanup)
[Posted May 11, 2005 by corbet]
| From: |
| Andrew Morton <akpm-AT-osdl.org> |
| To: |
| Jesper Juhl <juhl-lkml-AT-dif.dk> |
| Subject: |
| Re: [PATCH] kernel/module.c has something to hide. (whitespace
cleanup) |
| Date: |
| Tue, 10 May 2005 16:16:57 -0700 |
| Cc: |
| linux-kernel-AT-vger.kernel.org |
Jesper Juhl <juhl-lkml@dif.dk> wrote:
>
> - if (b == NULL || already_uses(a, b)) return 1;
> + if (b == NULL || already_uses(a, b))
> + return 1;
There are about 88 squillion of these in the kernel. I think it would be a
mistake for me to start taking such patches, sorry.