All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs: f2fs: Insert a space around that :
@ 2018-07-14 10:34 youngjun
  0 siblings, 0 replies; 3+ messages in thread
From: youngjun @ 2018-07-14 10:34 UTC (permalink / raw)
  To: jaegeuk; +Cc: linux-kernel, linux-f2fs-devel

clean up checkpath error:
ERROR : space required around that :

Signed-off-by: youngjun yoo <youngjun.willow@gmail.com>
---
 fs/f2fs/debug.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c
index 2d65e77..076b75b 100644
--- a/fs/f2fs/debug.c
+++ b/fs/f2fs/debug.c
@@ -269,8 +269,8 @@ static int stat_show(struct seq_file *s, void *v)
 
 		seq_printf(s, "\n=====[ partition info(%pg). #%d, %s, CP: %s]=====\n",
 			si->sbi->sb->s_bdev, i++,
-			f2fs_readonly(si->sbi->sb) ? "RO": "RW",
-			f2fs_cp_error(si->sbi) ? "Error": "Good");
+			f2fs_readonly(si->sbi->sb) ? "RO" : "RW",
+			f2fs_cp_error(si->sbi) ? "Error" : "Good");
 		seq_printf(s, "[SB: 1] [CP: 2] [SIT: %d] [NAT: %d] ",
 			   si->sit_area_segs, si->nat_area_segs);
 		seq_printf(s, "[SSA: %d] [MAIN: %d",
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [PATCH] fs: f2fs: Insert a space around that ':'
@ 2018-07-14  9:55 willow72
  0 siblings, 0 replies; 3+ messages in thread
From: willow72 @ 2018-07-14  9:55 UTC (permalink / raw)
  To: jaegeuk; +Cc: linux-kernel, linux-f2fs-devel

clean up checkpath error:
ERROR : space required around that :

Signed-off-by: youngjun yoo <youngjun.willow@gmail.com>
---
 fs/f2fs/debug.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c
index 2d65e77..076b75b 100644
--- a/fs/f2fs/debug.c
+++ b/fs/f2fs/debug.c
@@ -269,8 +269,8 @@ static int stat_show(struct seq_file *s, void *v)
 
 		seq_printf(s, "\n=====[ partition info(%pg). #%d, %s, CP: %s]=====\n",
 			si->sbi->sb->s_bdev, i++,
-			f2fs_readonly(si->sbi->sb) ? "RO": "RW",
-			f2fs_cp_error(si->sbi) ? "Error": "Good");
+			f2fs_readonly(si->sbi->sb) ? "RO" : "RW",
+			f2fs_cp_error(si->sbi) ? "Error" : "Good");
 		seq_printf(s, "[SB: 1] [CP: 2] [SIT: %d] [NAT: %d] ",
 			   si->sit_area_segs, si->nat_area_segs);
 		seq_printf(s, "[SSA: %d] [MAIN: %d",
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [PATCH] fs: f2fs: Insert a space around that ':'
@ 2018-07-14  9:49 willow72
  0 siblings, 0 replies; 3+ messages in thread
From: willow72 @ 2018-07-14  9:49 UTC (permalink / raw)
  To: jaegeuk; +Cc: linux-kernel, linux-f2fs-devel

clean up checkpath error:
ERROR : space required around that ':'

Signed-off-by: youngjun yoo <youngjun.willow@gmail.com>
---
 fs/f2fs/debug.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c
index 2d65e77..076b75b 100644
--- a/fs/f2fs/debug.c
+++ b/fs/f2fs/debug.c
@@ -269,8 +269,8 @@ static int stat_show(struct seq_file *s, void *v)
 
 		seq_printf(s, "\n=====[ partition info(%pg). #%d, %s, CP: %s]=====\n",
 			si->sbi->sb->s_bdev, i++,
-			f2fs_readonly(si->sbi->sb) ? "RO": "RW",
-			f2fs_cp_error(si->sbi) ? "Error": "Good");
+			f2fs_readonly(si->sbi->sb) ? "RO" : "RW",
+			f2fs_cp_error(si->sbi) ? "Error" : "Good");
 		seq_printf(s, "[SB: 1] [CP: 2] [SIT: %d] [NAT: %d] ",
 			   si->sit_area_segs, si->nat_area_segs);
 		seq_printf(s, "[SSA: %d] [MAIN: %d",
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-14 10:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-14 10:34 [PATCH] fs: f2fs: Insert a space around that : youngjun
  -- strict thread matches above, loose matches on Subject: below --
2018-07-14  9:55 [PATCH] fs: f2fs: Insert a space around that ':' willow72
2018-07-14  9:49 willow72

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.