Skip to content

Commit

Permalink
sysfs: fix blank line coding style warning
Browse files Browse the repository at this point in the history
Fixed a coding style issue.

Signed-off-by: Stephen Martin <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
stloma authored and gregkh committed Jan 18, 2019
1 parent bdfe0df commit 4bd4e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/sysfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
}
Expand Down

0 comments on commit 4bd4e92

Please sign in to comment.