All of lore.kernel.org
 help / color / mirror / Atom feed
From: minwoo.im.dev@gmail.com (Minwoo Im)
Subject: [PATCH V3 0/3] lnvm: minor clean-ups
Date: Tue, 23 Jul 2019 23:42:32 +0900	[thread overview]
Message-ID: <20190723144235.12207-1-minwoo.im.dev@gmail.com> (raw)

Hi Keith,

This series has been reviewed by Matias and Javier.  Please consider
this series to be merged.  The Github PR can be found at:
	https://github.com/linux-nvme/nvme-cli/pull/527

This series is nothing but a clean-up patch series.  I hope it's not a
just code churns, but a good start to do something for lnvm.

The first one removed a redundant whitespace in the command description.
The second one removed unnecessary print for the sizeof(dev) which will
always be zero in case user does not give any argument for the device.
The third patch removed temp variable instead casting the pinter
directly.  The last one just sync-up the kernel UAPI header file to the
latest.

Please review.

Thanks,

Changes to V3:
  - Drop the last commit which is about the re-sync for the UAPI header
    file from the kernel because it does not have any actual using code.
    (Matias)
  - Added Reviewed-by tag from Javier. (Javier)

Changes to V2:
  - Resend the series with the latest patch commits.

Minwoo Im (3):
  lnvm: remove redundant whitespace in lnvm_init()
  lnvm: do not print 0 when the arg is not given
  lnvm: cast identity structure to (void *) directly

 nvme-lightnvm.c          | 5 ++---
 plugins/lnvm/lnvm-nvme.c | 8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

-- 
2.17.1

             reply	other threads:[~2019-07-23 14:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-23 14:42 Minwoo Im [this message]
2019-07-23 14:42 ` [PATCH 1/3] lnvm: remove redundant whitespace in lnvm_init() Minwoo Im
2019-07-23 14:42 ` [PATCH 2/3] lnvm: do not print 0 when the arg is not given Minwoo Im
2019-07-23 14:42 ` [PATCH 3/3] lnvm: cast identity structure to (void *) directly Minwoo Im

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=20190723144235.12207-1-minwoo.im.dev@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.