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>
This commit is contained in:
parent
518d3f38ab
commit
74642c6cd0
|
@ -103,6 +103,7 @@ int driver_create_file(struct device_driver *drv,
|
||||||
const struct driver_attribute *attr)
|
const struct driver_attribute *attr)
|
||||||
{
|
{
|
||||||
int error;
|
int error;
|
||||||
|
|
||||||
if (drv)
|
if (drv)
|
||||||
error = sysfs_create_file(&drv->p->kobj, &attr->attr);
|
error = sysfs_create_file(&drv->p->kobj, &attr->attr);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue