Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1* remove unnecessary comments
2* remove unnecessary error messages. Example kzalloc() has its
3 own error message. Adding an extra one is useless.
4* use goto statements for error handling when appropriate
5* there is a lot of unnecessary code in the driver. It was
6 originally a standalone driver. Remove unneeded code.
7
8Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
9Cc: Lidza Louina <lidza.louina@gmail.com>