nvme-fabrics: Use seq_putc() in __nvmf_concat_opt_tokens()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 13 Jul 2024 13:43:17 +0000 (15:43 +0200)
committerKeith Busch <kbusch@kernel.org>
Mon, 15 Jul 2024 20:43:41 +0000 (13:43 -0700)
commit1a7812b25e69f6c63c52d3bc93c0970ab7ad9660
tree8e7c77a15f88daebe9edc89d92b607202d26e75c
parentab091ec536cb7b271983c0c063b17f62f3591583
nvme-fabrics: Use seq_putc() in __nvmf_concat_opt_tokens()

Single characters should be put into a sequence.
Thus use the corresponding function “seq_putc”.

This issue was transformed by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/fabrics.c