1
0
Fork 0

sysfs: fix blank line coding style warning

Fixed a coding style issue.

Signed-off-by: Stephen Martin <lockwood@opperline.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Stephen Martin 2018-12-20 13:50:28 -08:00 committed by Greg Kroah-Hartman
parent bdfe0df1e9
commit 4bd4e92cfe
1 changed files with 1 additions and 0 deletions

View File

@ -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]);
}