Hi Robert, I would be interested in getting started :)
Thanks, Hiren On Sun, Nov 21, 2010 at 5:06 AM, Robert P. J. Day <[email protected]>wrote: > > 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 [email protected] > Please read the FAQ at http://kernelnewbies.org/FAQ > >
