From 3fad9641abbee80f0c8ff0c726eca7255c338319 Mon Sep 17 00:00:00 2001 From: Yeliz Taneroglu Date: Tue, 30 Sep 2014 17:36:57 +0300 Subject: [PATCH] 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 --- drivers/staging/dgnc/dpacompat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1