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

Commit e1d06f2d authored by Bart Van Assche's avatar Bart Van Assche Committed by Jens Axboe
Browse files

skd: Fix a function name in a comment



There is no function skd_completion_posted_isr() in the skd driver
but there is a function called skd_isr_completion_posted(). Fix
the function name in the comment.

Signed-off-by: default avatarBart Van Assche <bart.vanassche@wdc.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent a5c5b392
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2790,7 +2790,7 @@ static void skd_complete_other(struct skd_device *skdev,
	switch (req_table) {
	case SKD_ID_RW_REQUEST:
		/*
		 * The caller, skd_completion_posted_isr() above,
		 * The caller, skd_isr_completion_posted() above,
		 * handles r/w requests. The only way we get here
		 * is if the req_slot is out of bounds.
		 */