Skip to content

Commit b645d5a

Browse files
Chu Guangqingkeithbusch
authored andcommitted
nvme: fix typo error in nvme target
Fix two spelling mistakes. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Chu Guangqing <chuguangqing@inspur.com> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent 57413f0 commit b645d5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/nvme/target/admin-cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ static void nvmet_execute_identify_ctrl(struct nvmet_req *req)
708708

709709
/*
710710
* We don't really have a practical limit on the number of abort
711-
* comands. But we don't do anything useful for abort either, so
711+
* commands. But we don't do anything useful for abort either, so
712712
* no point in allowing more abort commands than the spec requires.
713713
*/
714714
id->acl = 3;

drivers/nvme/target/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ EXPORT_SYMBOL_GPL(nvmet_wq);
4040
* - the nvmet_transports array
4141
*
4242
* When updating any of those lists/structures write lock should be obtained,
43-
* while when reading (popolating discovery log page or checking host-subsystem
43+
* while when reading (populating discovery log page or checking host-subsystem
4444
* link) read lock is obtained to allow concurrent reads.
4545
*/
4646
DECLARE_RWSEM(nvmet_config_sem);

0 commit comments

Comments
 (0)