Prev: Speed testing support for ghash
Next: [PATCH] x86: irq_desc->chip_data is always correct whether or not SPARSE_IRQ is enabled.
From: Robert P. J. Day on 10 Mar 2010 05:50 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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |