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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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]);
}