]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
block: Convert blk_invalidate_devt() header into a non-kernel-doc header
authorBart Van Assche <bvanassche@acm.org>
Fri, 31 May 2019 00:00:47 +0000 (17:00 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 31 May 2019 21:12:34 +0000 (15:12 -0600)
This patch avoids that the kernel-doc tool warns about this function
header when building with W=1.

Reviewed-by: Chaitanya Kulkarni <chiatanya.kulkarni@wdc.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c

index ad6826628e79816c671d173d6cd47f9fe793313f..24654e1d83e6025dcd98ea7d2236fc27cd3397be 100644 (file)
@@ -532,8 +532,8 @@ void blk_free_devt(dev_t devt)
        }
 }
 
-/**
- *     We invalidate devt by assigning NULL pointer for devt in idr.
+/*
+ * We invalidate devt by assigning NULL pointer for devt in idr.
  */
 void blk_invalidate_devt(dev_t devt)
 {