[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.1003100535120.4271@localhost>
Date: Wed, 10 Mar 2010 05:38:32 -0500 (EST)
From: "Robert P. J. Day" <rpjday@...shcourse.ca>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: most popular kernel cleanup scripts now posted
http://www.crashcourse.ca/wiki/index.php/Kernel_cleanup_scripts
* unused CONFIG variables: variables defined in a Kconfig* file
somewhere that don't appear to be subsequently used/tested
* badref CONFIG variables: variables used/tested in kernel source
that don't appear to be defined in any Kconfig file
* badref CONFIG variables in Makefile: special case of above, for
variables strictly in Makefiles
* badref "select" directives: Kconfig select directives to
non-existent CONFIG variables
* badref linux header files: inclusions of header files of the form
<linux/whatever.h> where said file does not appear to exist.
please don't make fun of my code. it's very sensitive about that.
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
--
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