From: Yeliz Taneroglu Date: Tue, 30 Sep 2014 14:36:57 +0000 (+0300) Subject: staging: dgnc: Fix no spaces at the start of a line in dpacompat.h X-Git-Tag: v3.18-rc1~130^2~98 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3fad9641abbee80f0c8ff0c726eca7255c338319;p=karo-tx-linux.git staging: dgnc: Fix no spaces at the start of a line in dpacompat.h The following patch the checkpatch.pl warning: drivers/staging/dgnc/dpacompat.h:27 warning: please, no spaces at the start of a line Signed-off-by: Yeliz Taneroglu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgnc/dpacompat.h b/drivers/staging/dgnc/dpacompat.h index f96963b9843c..b2d2dc08f869 100644 --- a/drivers/staging/dgnc/dpacompat.h +++ b/drivers/staging/dgnc/dpacompat.h @@ -24,7 +24,7 @@ * This structure holds data needed for the intelligent <--> nonintelligent * DPA translation */ - struct ni_info { +struct ni_info { int board; int channel; int dtr;