Re: [PATCH] kernel/module.c has something to hide. (whitespacecleanup)

From: Andrew Morton
Date: Tue May 10 2005 - 18:17:16 EST


Jesper Juhl <juhl-lkml@xxxxxx> 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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/