mirror of https://gitee.com/openkylin/linux.git
staging: dgnc: Fix missing blank line warning.
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>
This commit is contained in:
parent
3dfe755780
commit
e8756d4a51
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue