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

Commit a806c6c8 authored by Minwoo Im's avatar Minwoo Im Committed by Christoph Hellwig
Browse files

nvme: comment typo fixed in clearing AER



a tiny typo fixed in a comment.

Signed-off-by: default avatarMinwoo Im <minwoo.im.dev@gmail.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 3639efef
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2637,7 +2637,7 @@ static void nvme_fw_act_work(struct work_struct *work)
		return;
		return;


	nvme_start_queues(ctrl);
	nvme_start_queues(ctrl);
	/* read FW slot informationi to clear the AER*/
	/* read FW slot information to clear the AER */
	nvme_get_fw_slot_info(ctrl);
	nvme_get_fw_slot_info(ctrl);
}
}