nvme-tcp: don't fold the line
authorChaitanya Kulkarni <kch@nvidia.com>
Wed, 23 Feb 2022 03:36:57 +0000 (19:36 -0800)
committerChristoph Hellwig <hch@lst.de>
Mon, 14 Mar 2022 07:43:05 +0000 (08:43 +0100)
commita387935c241d2517c22546f1206a77a856a40541
treec323f97a6f43b6192c2cb1a6a216a4fb8e25883a
parent462b8b2d84975758e5b74fe832bfe8145eef403f
nvme-tcp: don't fold the line

The call to nvme_tcp_alloc_queue() fits perfectly in one line without
exceeding 80 char limit for the line.

Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/tcp.c