提交 74642c6c 编写于 作者: L Lavinia Tache 提交者: Greg Kroah-Hartman

driver core: add missing blank line after declaration

Found using checkpatch.pl
Signed-off-by: NLavinia Tache <lavinia.tachee@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 518d3f38
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册