Explorar o código

driver core: add missing blank line after declaration

Found using checkpatch.pl
Signed-off-by: Lavinia Tache <lavinia.tachee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Lavinia Tache %!s(int64=10) %!d(string=hai) anos
pai
achega
74642c6cd0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/base/driver.c

+ 1 - 0
drivers/base/driver.c

@@ -103,6 +103,7 @@ int driver_create_file(struct device_driver *drv,
 		       const struct driver_attribute *attr)
 {
 	int error;
+
 	if (drv)
 		error = sysfs_create_file(&drv->p->kobj, &attr->attr);
 	else