From: Gamze POLAT Date: Thu, 19 Feb 2015 08:43:07 +0000 (+0200) Subject: Staging: dgnc: Removed trailing whitespace X-Git-Tag: v4.1-rc1~152^2~138^2~933 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b0487a7c7304536527095f9999ee18c76a6006d7;p=karo-tx-linux.git Staging: dgnc: Removed trailing whitespace Removed trailing whitespaces to improve code readability and remove checkpatch warning. Signed-off-by: Gamze POLAT Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgnc/TODO b/drivers/staging/dgnc/TODO index 22adff1078f3..2b2c6ea03c61 100644 --- a/drivers/staging/dgnc/TODO +++ b/drivers/staging/dgnc/TODO @@ -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 and +Please send patches to Greg Kroah-Hartman and Cc: Lidza Louina