提交 e8756d4a 编写于 作者: G Gulsah Kose 提交者: 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: NGulsah Kose <gulsah.1004@gmail.com>
Reviewed-by: NJosh Triplett <josh@joshtriplett.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册