From: Bart Van Assche Date: Tue, 18 Oct 2016 20:10:24 +0000 (-0700) Subject: nvme-fabrics: Adjust source code indentation X-Git-Tag: v4.10-rc1~153^2~9^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6eb728305414bb9ef3c971a7a2932cc037b7df54;p=thirdparty%2Fkernel%2Flinux.git nvme-fabrics: Adjust source code indentation Adjust indentation such that arguments are aligned. Signed-off-by: Bart Van Assche Reviewed-by: Johannes Thumshirn Reviewed-by: Christoph Hellwig Signed-off-by: Sagi Grimberg --- diff --git a/drivers/nvme/host/fabrics.c b/drivers/nvme/host/fabrics.c index 1a68b46fff5a1..916d136080596 100644 --- a/drivers/nvme/host/fabrics.c +++ b/drivers/nvme/host/fabrics.c @@ -576,7 +576,7 @@ static int nvmf_parse_options(struct nvmf_ctrl_options *opts, nqnlen = strlen(opts->subsysnqn); if (nqnlen >= NVMF_NQN_SIZE) { pr_err("%s needs to be < %d bytes\n", - opts->subsysnqn, NVMF_NQN_SIZE); + opts->subsysnqn, NVMF_NQN_SIZE); ret = -EINVAL; goto out; }