block: Remove an obsolete comment from sg_io()
authorBart Van Assche <bvanassche@acm.org>
Tue, 13 Apr 2021 03:41:42 +0000 (20:41 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 13 Apr 2021 17:23:52 +0000 (11:23 -0600)
commit347b546d5a9bd5871279a29be3dce8b5aad47ef6
tree5df7ce6479a833717bb4946c7a9d64d8e1adab67
parent5f03414d4098b5718f1a5e99b43b9d9cb6f3612a
block: Remove an obsolete comment from sg_io()

Commit b7819b925918 ("block: remove the blk_execute_rq return value")
changed the return type of blk_execute_rq() from int into void. That
change made a comment in sg_io() obsolete. Hence remove that comment.

Cc: Christoph Hellwig <hch@lst.de>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Link: https://lore.kernel.org/r/20210413034142.23460-1-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/scsi_ioctl.c