[PATCH 1/1] nvmet: fix PSDT field check in command format
Minwoo Im
minwoo.im.dev at gmail.com
Thu Jan 18 02:37:38 PST 2018
On Thu, Jan 18, 2018 at 2:06 AM, Max Gurtovoy <maxg at mellanox.com> wrote:
> diff --git a/drivers/nvme/target/core.c b/drivers/nvme/target/core.c
> index ab3a247..438e0ba 100644
> --- a/drivers/nvme/target/core.c
> +++ b/drivers/nvme/target/core.c
> @@ -523,9 +523,12 @@ bool nvmet_req_init(struct nvmet_req *req, struct nvmet_cq *cq,
> + /*
> + * For fabrics, PSDT field shall describe metadata pointer (MPTR) that
> + * contains an address of a single contiguous physical buffer that is
> + * byte aligned.
> + */
Hi Max,
Indentation of lines except the first one seems starts with
whitespaces instead of tab.
More information about the Linux-nvme
mailing list