]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme: add one space around the operand and operator in d_raw
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Wed, 7 Apr 2021 10:10:21 +0000 (15:40 +0530)
committerKeith Busch <kbusch@kernel.org>
Mon, 19 Apr 2021 16:26:06 +0000 (10:26 -0600)
Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
nvme-print.c

index 064b1f52d8d903f4aa0f4ba9ad8990ec0991b0ed..b01a842a289e2e42ec84b2ce78d30c9bcecf60c7 100755 (executable)
@@ -2647,7 +2647,7 @@ void d_raw(unsigned char *buf, unsigned len)
 {
        unsigned i;
        for (i = 0; i < len; i++)
-               putchar(*(buf+i));
+               putchar(*(buf + i));
 }
 
 void nvme_show_status(__u16 status)