All of lore.kernel.org
 help / color / mirror / Atom feed
From: minwoo.im.dev@gmail.com (Minwoo Im)
Subject: [PATCH 1/1] nvmet: fix PSDT field check in command format
Date: Thu, 18 Jan 2018 19:37:38 +0900	[thread overview]
Message-ID: <CAA7jzteGib4-mZxoSup1-_dm8LkT=bCPRnGirYiDCDL7JU=vWA@mail.gmail.com> (raw)
In-Reply-To: <1516208783-4629-1-git-send-email-maxg@mellanox.com>

On Thu, Jan 18, 2018@2:06 AM, Max Gurtovoy <maxg@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.

      reply	other threads:[~2018-01-18 10:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-17 17:06 [PATCH 1/1] nvmet: fix PSDT field check in command format Max Gurtovoy
2018-01-18 10:37 ` Minwoo Im [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAA7jzteGib4-mZxoSup1-_dm8LkT=bCPRnGirYiDCDL7JU=vWA@mail.gmail.com' \
    --to=minwoo.im.dev@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.