]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
skd: Fix a function name in a comment
authorBart Van Assche <bart.vanassche@wdc.com>
Thu, 17 Aug 2017 20:12:54 +0000 (13:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 18 Aug 2017 14:45:29 +0000 (08:45 -0600)
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>
drivers/block/skd_main.c

index 6c7cf5327d2255741515cbf4cbef385602c398ac..5a88116efc97351e04186aa5b9e809a6de27b6a7 100644 (file)
@@ -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.
                 */