Commit b645d5a2 authored by Chu Guangqing's avatar Chu Guangqing Committed by Keith Busch
Browse files

nvme: fix typo error in nvme target



Fix two spelling mistakes.

Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarChu Guangqing <chuguangqing@inspur.com>
Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
parent 57413f08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -708,7 +708,7 @@ static void nvmet_execute_identify_ctrl(struct nvmet_req *req)

	/*
	 * We don't really have a practical limit on the number of abort
	 * comands.  But we don't do anything useful for abort either, so
	 * commands.  But we don't do anything useful for abort either, so
	 * no point in allowing more abort commands than the spec requires.
	 */
	id->acl = 3;
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ EXPORT_SYMBOL_GPL(nvmet_wq);
 *  - the nvmet_transports array
 *
 * When updating any of those lists/structures write lock should be obtained,
 * while when reading (popolating discovery log page or checking host-subsystem
 * while when reading (populating discovery log page or checking host-subsystem
 * link) read lock is obtained to allow concurrent reads.
 */
DECLARE_RWSEM(nvmet_config_sem);