1
0
Fork 0

Staging: dgnc: Removed trailing whitespace

Removed trailing whitespaces to improve code readability and remove
checkpatch warning.

Signed-off-by: Gamze POLAT <gamzepolat94@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Gamze POLAT 2015-02-19 10:43:07 +02:00 committed by Greg Kroah-Hartman
parent 7d2b3cf7cf
commit b0487a7c73
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
* checkpatch fixes
* remove unecessary comments
* remove unecessary error messages. Example kzalloc() has its
* remove unecessary error messages. Example kzalloc() has its
own error message. Adding an extra one is useless.
* use goto statements for error handling when appropriate
* there is a lot of unecessary code in the driver. It was
* there is a lot of unecessary code in the driver. It was
originally a standalone driver. Remove uneeded code.
Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
Cc: Lidza Louina <lidza.louina@gmail.com>