Skip to content

Commit 74642c6

Browse files
tachelaviniagregkh
authored andcommitted
driver core: add missing blank line after declaration
Found using checkpatch.pl Signed-off-by: Lavinia Tache <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 518d3f3 commit 74642c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/base/driver.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ int driver_create_file(struct device_driver *drv,
103103
const struct driver_attribute *attr)
104104
{
105105
int error;
106+
106107
if (drv)
107108
error = sysfs_create_file(&drv->p->kobj, &attr->attr);
108109
else

0 commit comments

Comments
 (0)