i can suggest some very specific cleanups people can work on if they're bored. one related to lists: list_for_each() -> list_for_each_entry() calls that is, modifying the numerous (older-style) list_for_each() calls to the more convenient list_for_each_entry() calls, something that can be done little by little, a subsystem at a time. good way to jump into kernel janitor work and get your name in the log. rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ