]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nvme: Convert comma to semicolon
authorShen Lichuan <shenlichuan@vivo.com>
Fri, 6 Sep 2024 06:58:15 +0000 (14:58 +0800)
committerKeith Busch <kbusch@kernel.org>
Fri, 6 Sep 2024 21:20:38 +0000 (14:20 -0700)
commit389e72c5d1efcfd3962d29624c1b78cfa002911e
treef954e04e9b5204e9fbf91c1a75867c0305b75cb1
parent68f31e88917f5608eb8da0bef37249648ffd48d4
nvme: Convert comma to semicolon

To ensure code clarity and prevent potential errors, it's advisable
to employ the ';' as a statement separator, except when ',' are
intentionally used for specific purposes.

Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/core.c