summaryrefslogtreecommitdiffstats
path: root/drivers/block/skd_main.c
diff options
context:
space:
mode:
authorBart Van Assche2017-08-17 22:12:54 +0200
committerJens Axboe2017-08-18 16:45:29 +0200
commite1d06f2d8a3e4bc88f3c2052adb3ed8804da1096 (patch)
tree976ad1b595e6dbd2eba340a71af5380692af6f20 /drivers/block/skd_main.c
parentskd: Fix spelling in a source code comment (diff)
downloadkernel-qcow2-linux-e1d06f2d8a3e4bc88f3c2052adb3ed8804da1096.tar.gz
kernel-qcow2-linux-e1d06f2d8a3e4bc88f3c2052adb3ed8804da1096.tar.xz
kernel-qcow2-linux-e1d06f2d8a3e4bc88f3c2052adb3ed8804da1096.zip
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: Bart 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: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/skd_main.c')
-rw-r--r--drivers/block/skd_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c
index 6c7cf5327d22..5a88116efc97 100644
--- a/drivers/block/skd_main.c
+++ b/drivers/block/skd_main.c
@@ -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.
*/