Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lavinia Tache and committed by
Greg Kroah-Hartman
74642c6c 518d3f38

+1
+1
drivers/base/driver.c
··· 103 103 const struct driver_attribute *attr) 104 104 { 105 105 int error; 106 + 106 107 if (drv) 107 108 error = sysfs_create_file(&drv->p->kobj, &attr->attr); 108 109 else