Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74642c6c authored by Lavinia Tache's avatar Lavinia Tache Committed by Greg Kroah-Hartman
Browse files

driver core: add missing blank line after declaration



Found using checkpatch.pl
Signed-off-by: default avatarLavinia Tache <lavinia.tachee@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 518d3f38
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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