Commit e8756d4a authored by Gulsah Kose's avatar Gulsah Kose Committed by Greg Kroah-Hartman

staging: dgnc: Fix missing blank line warning.

Fixes "Missing a blank line after declarations" checkpatch.pl warning in
dgnc_sysfs.c
Signed-off-by: default avatarGulsah Kose <gulsah.1004@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3dfe7557
...@@ -122,6 +122,7 @@ void dgnc_create_driver_sysfiles(struct pci_driver *dgnc_driver) ...@@ -122,6 +122,7 @@ void dgnc_create_driver_sysfiles(struct pci_driver *dgnc_driver)
void dgnc_remove_driver_sysfiles(struct pci_driver *dgnc_driver) void dgnc_remove_driver_sysfiles(struct pci_driver *dgnc_driver)
{ {
struct device_driver *driverfs = &dgnc_driver->driver; struct device_driver *driverfs = &dgnc_driver->driver;
driver_remove_file(driverfs, &driver_attr_version); driver_remove_file(driverfs, &driver_attr_version);
driver_remove_file(driverfs, &driver_attr_boards); driver_remove_file(driverfs, &driver_attr_boards);
driver_remove_file(driverfs, &driver_attr_maxboards); driver_remove_file(driverfs, &driver_attr_maxboards);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment