[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a4423d670807061329m6b9dfd69if2e48aa7b3be599b@mail.gmail.com>
Date: Mon, 7 Jul 2008 00:29:36 +0400
From: "Alexander Beregalov" <a.beregalov@...il.com>
To: "Randy Dunlap" <randy.dunlap@...cle.com>
Cc: mingo@...e.hu, yhlu.kernel@...il.com, tglx@...utronix.de,
hpa@...or.com, kernel-janitors@...r.kernel.org,
"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86 setup.c: cleanup includes
2008/7/6 Randy Dunlap <randy.dunlap@...cle.com>:
> Did you do these manually (by personal inspection) or by some tool?
> If a tool, what tool/where is it? Thanks.
It is a simple script like this:
find . -name "*.h" -exec grep.sh {} \;
find . -name "*.c" -exec grep.sh {} \;
grep.sh:
#!/bin/sh
grep -H "^#include" $1|sed "s,/\*.\+,,"|grep -v ":$"|sort|uniq -c|grep
-v "^ \+1:"
I have found about 70-80 double inclusions, but most of them have
reason for that and can not be removed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists