Re: [PATCH] removing redundant ifdefs

From: Randy Dunlap
Date: Thu May 06 2010 - 13:44:24 EST


On Thu, 6 May 2010 19:36:04 +0200 Jiri Olsa wrote:

> removing redundant ifdefs.
>
> the pattern is
>
> #ifdef DEF1
> ...
> #ifdef DEF1
> ...
> #endif
> ...
> #endif
>
> and removing the inner ifdef.
>
> I found them using script all over the kernel so
> I haven't even compile-tested some of them.

what script, please?

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
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/