aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>2014-09-30 17:36:57 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-02 09:37:44 -0700
commit3fad9641abbee80f0c8ff0c726eca7255c338319 (patch)
tree827b5248f006f7935d19af2162c98c915a5d5586 /drivers/staging
parentStaging: dgnc: Add missing blank line (diff)
downloadlinux-dev-3fad9641abbee80f0c8ff0c726eca7255c338319.tar.xz
linux-dev-3fad9641abbee80f0c8ff0c726eca7255c338319.zip
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 <yeliztaneroglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/dgnc/dpacompat.h2
1 files changed, 1 insertions, 1 deletions
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;