]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging/comedi: fix the spaces issue around that '=' in drivers/ni_670x.c
authorYAMANE Toshiaki <yamanetoshi@gmail.com>
Sat, 3 Nov 2012 13:38:34 +0000 (22:38 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2012 19:16:02 +0000 (11:16 -0800)
fixed below checkpatch error.
- ERROR: spaces required around that '=' (ctx:WxV)

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_670x.c

index 36462d582e49ae3da4932edb4791acf8da469147..7a72131b9358d387fdadeceffdca5d1456accd77 100644 (file)
@@ -322,7 +322,7 @@ static DEFINE_PCI_DEVICE_TABLE(ni_670x_pci_table) = {
 MODULE_DEVICE_TABLE(pci, ni_670x_pci_table);
 
 static struct pci_driver ni_670x_pci_driver = {
-       .name           ="ni_670x",
+       .name           = "ni_670x",
        .id_table       = ni_670x_pci_table,
        .probe          = ni_670x_pci_probe,
        .remove         = __devexit_p(ni_670x_pci_remove),