]> 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)
commitf5c2e682ad2b9544aa7d63d0f6b3ac1ab0875376
tree5e6968e194c29860a878a8f7d1ddea8cbc300999
parent92fb7a0e83686056635b7e910c1aaee309fb85d5
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