Re: [PATCH] to init/main.c

Richard Gooch (rgooch@ras.ucalgary.ca)
Sat, 16 Jun 2001 16:37:49 -0600


Daniel Dickman writes:
> Here is a small patch to main.c.
>
> It does the following:
> - makes sure that asm/mtrr.h actually gets included, and

What the hell is this? It is already included!

> - changes formatting in one place as per Documentation/CodingStyle
>
> --- linux-2.4.5/init/main.c Tue May 22 12:35:42 2001
> +++ linux/init/main.c Sat Jun 16 11:48:42 2001
> @@ -50,7 +50,7 @@
> #endif
>
> #ifdef CONFIG_MTRR
> -# include <asm/mtrr.h>
> +#include <asm/mtrr.h>
> #endif
>
> #ifdef CONFIG_NUBUS

I don't want this change. It's not fixing anything and removes the
intentional indentation.

And was there a reason not to Cc: me?

Regards,

Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/