Commit 4bd4e92c authored by Stephen Martin's avatar Stephen Martin Committed by Greg Kroah-Hartman

sysfs: fix blank line coding style warning

Fixed a coding style issue.
Signed-off-by: default avatarStephen Martin <lockwood@opperline.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bdfe0df1
......@@ -497,6 +497,7 @@ bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr)
void sysfs_remove_files(struct kobject *kobj, const struct attribute * const *ptr)
{
int i;
for (i = 0; ptr[i]; i++)
sysfs_remove_file(kobj, ptr[i]);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment