Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.11-rc7 9 lines 425 B view raw
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>