staging: dgnc: Fix no spaces at the start of a line in dpacompat.h
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>
Tue, 30 Sep 2014 14:36:57 +0000 (17:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:37:44 +0000 (09:37 -0700)
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>
drivers/staging/dgnc/dpacompat.h

index f96963b9843cb7d8ffe5cfa6ee411668169d6aac..b2d2dc08f8697bf26125ed056b45e966ab2ac0aa 100644 (file)
@@ -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;
This page took 0.027618 seconds and 5 git commands to generate.