Fixed a long comment style issue.

Signed-off-by: Youngjun Park <[email protected]>
---
 fs/file.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fs/file.c b/fs/file.c
index 7ffd6e9d103d..1d2ae917424d 100644
--- a/fs/file.c
+++ b/fs/file.c
@@ -154,7 +154,8 @@ static int expand_fdtable(struct files_struct *files, 
unsigned int nr)
        spin_unlock(&files->file_lock);
        new_fdt = alloc_fdtable(nr);
 
-       /* make sure all __fd_install() have seen resize_in_progress
+       /* 
+        * make sure all __fd_install() have seen resize_in_progress
         * or have finished their rcu_read_lock_sched() section.
         */
        if (atomic_read(&files->count) > 1)
-- 
2.17.1

Reply via email to