staging: dgnc: Fix missing blank line warning.
authorGulsah Kose <gulsah.1004@gmail.com>
Sat, 20 Sep 2014 16:31:15 +0000 (19:31 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:25:22 +0000 (17:25 -0700)
Fixes "Missing a blank line after declarations" checkpatch.pl warning in
dgnc_sysfs.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgnc/dgnc_sysfs.c

index 60d247b72b9ba93c91f78ad1e4f45ca294b8b7ca..207fa25cb7dacb59d62f5f7ffed239263972f4d5 100644 (file)
@@ -122,6 +122,7 @@ void dgnc_create_driver_sysfiles(struct pci_driver *dgnc_driver)
 void dgnc_remove_driver_sysfiles(struct pci_driver *dgnc_driver)
 {
        struct device_driver *driverfs = &dgnc_driver->driver;
+
        driver_remove_file(driverfs, &driver_attr_version);
        driver_remove_file(driverfs, &driver_attr_boards);
        driver_remove_file(driverfs, &driver_attr_maxboards);
This page took 0.026311 seconds and 5 git commands to generate.