Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18c53e40 authored by Minwoo Im's avatar Minwoo Im Committed by Jens Axboe
Browse files

nvmet: fix comment typos in admin-cmd.c



small typos fixed in admin-cmd.c

Signed-off-by: default avatarMinwoo Im <minwoo.im.dev@gmail.com>
Reviewed-by: default avatarMax Gurtovoy <maxg@mellanox.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 1f61def9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ static void nvmet_execute_identify_ns(struct nvmet_req *req)
	}

	/*
	 * nuse = ncap = nsze isn't aways true, but we have no way to find
	 * nuse = ncap = nsze isn't always true, but we have no way to find
	 * that out from the underlying device.
	 */
	id->ncap = id->nuse = id->nsze =
@@ -424,7 +424,7 @@ static void nvmet_execute_identify_desclist(struct nvmet_req *req)
}

/*
 * A "mimimum viable" abort implementation: the command is mandatory in the
 * A "minimum viable" abort implementation: the command is mandatory in the
 * spec, but we are not required to do any useful work.  We couldn't really
 * do a useful abort, so don't bother even with waiting for the command
 * to be exectuted and return immediately telling the command to abort