Re: [PATCH] block: aoe: Use seq_putc() if possible

2020-12-21 Thread Amey Narkhede
--- Begin Message --- On 20/12/21 04:04PM, Markus Elfring wrote: > > This is a single character that is printed out. Use seq_putc() for > > it to simplify the code. > > How do you think about to reconsider the integration of a previous update > suggestion once more? > > [PATCH 1/3] block-aoe: Use

[PATCH] block: aoe: Use seq_putc() if possible

2020-12-20 Thread Amey Narkhede
This is a single character that is printed out. Use seq_putc() for it to simplify the code. Signed-off-by: Amey Narkhede --- drivers/block/aoe/aoeblk.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c index c34e71b0c4a9