linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* updated list of "unused" CONFIG variables now online
@ 2009-12-28 11:06 Robert P. J. Day
  0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2009-12-28 11:06 UTC (permalink / raw)
  To: Linux Kernel Mailing List


  based on this morning's "git pull", i've updated the list of
tree-wide CONFIG variables that are defined in a Kconfig file
somewhere but don't appear to be tested:

http://www.crashcourse.ca/wiki/index.php/Unused_CONFIG_variables

  a note:  some of those variables are starting to look depressingly
familiar as they've been around for *years*.  in many cases, they
don't hurt as they simply have no value if they're defined but not
tested.

  on the other hand, that list is a good way to identify typoes, as in
this example:

  ===== USB_ETH_EEM
  drivers/usb/gadget/Kconfig:681:config USB_ETH_EEM
  drivers/usb/gadget/ether.c:262:#ifdef USB_ETH_EEM

that's clearly a typo since the #ifdef should be using a "CONFIG_"
prefix -- that's the sort of thing that's flagged at that page.

  it's all broken down by top-level directory and subdirectory so pick
a subdirectory and see if anything looks odd or removable.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-28 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-28 11:06 updated list of "unused" CONFIG variables now online Robert P. J. Day

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).