All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] nvme: small cleanups
@ 2021-06-07  0:37 Chaitanya Kulkarni
  2021-06-07  0:37 ` [PATCH 1/5] nvme: use helper to remove duplicate code Chaitanya Kulkarni
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Chaitanya Kulkarni @ 2021-06-07  0:37 UTC (permalink / raw)
  To: linux-nvme; +Cc: james.smart, kbusch, hch, Chaitanya Kulkarni

Hi,

This adds a couple of helpers to remove the duplicate code. The last
patch removes the exta white lines from nvme-pci.

If this makes sense, please consider this series for 5.14.

-ck

Chaitanya Kulkarni (5):
  nvme: use helper to remove duplicate code
  nvme-fc: add a helper to check ctrl sgl support
  nvme-tcp: use helper for ctrl sgl check
  nvme-pci: use helper for ctrl sgl check
  nvme-pci: remove trailing lines for helpers

 drivers/nvme/host/fc.c    |  2 +-
 drivers/nvme/host/ioctl.c | 26 ++++++++++++++++----------
 drivers/nvme/host/nvme.h  |  8 ++++++++
 drivers/nvme/host/pci.c   |  4 +---
 drivers/nvme/host/tcp.c   |  2 +-
 5 files changed, 27 insertions(+), 15 deletions(-)

-- 
2.22.1


_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-06-07  8:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07  0:37 [PATCH 0/5] nvme: small cleanups Chaitanya Kulkarni
2021-06-07  0:37 ` [PATCH 1/5] nvme: use helper to remove duplicate code Chaitanya Kulkarni
2021-06-07  0:37 ` [PATCH 2/5] nvme-fc: add a helper to check ctrl sgl support Chaitanya Kulkarni
2021-06-07  0:37 ` [PATCH 3/5] nvme-tcp: use helper for ctrl sgl check Chaitanya Kulkarni
2021-06-07  0:37 ` [PATCH 4/5] nvme-pci: " Chaitanya Kulkarni
2021-06-07  8:02   ` Niklas Cassel
2021-06-07  0:37 ` [PATCH 5/5] nvme-pci: remove trailing lines for helpers Chaitanya Kulkarni

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.