[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20181220215028.19270-1-lockwood@opperline.com>
Date: Thu, 20 Dec 2018 13:50:28 -0800
From: Stephen Martin <lockwood@...erline.com>
To: gregkh@...uxfoundation.org
Cc: rafael@...nel.org, linux-kernel@...r.kernel.org,
Stephen Martin <lockwood@...erline.com>
Subject: [PATCH] fix blank line warning
Fixed a coding style issue.
Signed-off-by: Stephen Martin <lockwood@...erline.com>
---
fs/sysfs/file.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c
index 0a7252aecfa5..4568cf52badc 100644
--- a/fs/sysfs/file.c
+++ b/fs/sysfs/file.c
@@ -496,6 +496,7 @@ bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr)
void sysfs_remove_files(struct kobject *kobj, const struct attribute **ptr)
{
int i;
+
for (i = 0; ptr[i]; i++)
sysfs_remove_file(kobj, ptr[i]);
}
--
2.20.0
Powered by blists - more mailing lists