]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: fix comment typos in nvme_create_io_queues
authorMinwoo Im <minwoo.im.dev@gmail.com>
Sun, 14 Jan 2018 07:14:27 +0000 (16:14 +0900)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 Jan 2018 16:09:30 +0000 (17:09 +0100)
commit517ef5c162df9d6a42feadd2fc6d898ecb20e15a
tree5e6968e194c29860a878a8f7d1ddea8cbc300999
parent62e628a580a10f6033012f99f5f85944dff5ed86
nvme: fix comment typos in nvme_create_io_queues

fix comment typos in nvme_create_io_queues() like below.
  _aount_ to _amount_
  _an_    to _can_

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c