All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs: file: fixed a long comment style issue.
@ 2019-03-10 15:44 Youngjun Park
  0 siblings, 0 replies; only message in thread
From: Youngjun Park @ 2019-03-10 15:44 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel, Youngjun Park

Fixed a long comment style issue.

Signed-off-by: Youngjun Park <her0gyu@naver.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-10 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-10 15:44 [PATCH] fs: file: fixed a long comment style issue Youngjun Park

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.