projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9052c7c
)
blk-mq-debugfs: separate flags with |
author
Omar Sandoval
<osandov@fb.com>
Thu, 4 May 2017 07:31:23 +0000
(
00:31
-0700)
committer
Jens Axboe
<axboe@fb.com>
Thu, 4 May 2017 14:22:28 +0000
(08:22 -0600)
This reads more naturally than spaces.
Signed-off-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq-debugfs.c
patch
|
blob
|
blame
|
history
diff --git
a/block/blk-mq-debugfs.c
b/block/blk-mq-debugfs.c
index bcd2a7d4a3a52fc23f26ee2e119a110579dadde6..1ff3d726fb038c2e06e4f45d06c6436600f458e3 100644
(file)
--- a/
block/blk-mq-debugfs.c
+++ b/
block/blk-mq-debugfs.c
@@
-53,7
+53,7
@@
static int blk_flags_show(struct seq_file *m, const unsigned long flags,
if (!(flags & BIT(i)))
continue;
if (sep)
- seq_puts(m, "
");
+ seq_puts(m, "
|
");
sep = true;
if (i < flag_name_count && flag_name[i])
seq_puts(m, flag_name[i]);