All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] nvme: code cleanup and type fixes
@ 2020-06-02  2:41 Chaitanya Kulkarni
  2020-06-02  2:41 ` [PATCH 1/4] nvme-core: use u16 type for direcives Chaitanya Kulkarni
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Chaitanya Kulkarni @ 2020-06-02  2:41 UTC (permalink / raw)
  To: linux-nvme; +Cc: kbusch, hch, Chaitanya Kulkarni, sagi

Hi,

This is a small patch series which fixes few type mismatch issues
and clears up the code.

Please consider this for nvme-5.8.

Regards,
Chaitanya

Chaitanya Kulkarni (4):
  nvme-core: use u16 type for direcives
  nvme-core: use u16 type for ctrl->sqsize
  nvme-pci: use unsigned for io queue depth
  nvme-pci: code cleanup for nvme_alloc_host_mem()

 drivers/nvme/host/core.c |  4 ++--
 drivers/nvme/host/pci.c  | 27 ++++++++++++++-------------
 2 files changed, 16 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] 12+ messages in thread

end of thread, other threads:[~2020-06-09 13:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02  2:41 [PATCH 0/4] nvme: code cleanup and type fixes Chaitanya Kulkarni
2020-06-02  2:41 ` [PATCH 1/4] nvme-core: use u16 type for direcives Chaitanya Kulkarni
2020-06-03 21:07   ` Sagi Grimberg
2020-06-02  2:41 ` [PATCH 2/4] nvme-core: use u16 type for ctrl->sqsize Chaitanya Kulkarni
2020-06-03 21:07   ` Sagi Grimberg
2020-06-02  2:41 ` [PATCH 3/4] nvme-pci: use unsigned for io queue depth Chaitanya Kulkarni
2020-06-03 21:07   ` Sagi Grimberg
2020-06-02  2:41 ` [PATCH 4/4] nvme-pci: code cleanup for nvme_alloc_host_mem() Chaitanya Kulkarni
2020-06-03 21:07   ` Sagi Grimberg
2020-06-03 13:09 ` [PATCH 0/4] nvme: code cleanup and type fixes Christoph Hellwig
2020-06-03 22:31   ` Chaitanya Kulkarni
2020-06-09 13:52 ` Christoph Hellwig

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.