From: Bart Van Assche Date: Fri, 31 May 2019 00:00:47 +0000 (-0700) Subject: block: Convert blk_invalidate_devt() header into a non-kernel-doc header X-Git-Tag: v5.4.17~3442^2~7 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=33c826ef19df9bf662e3a12a649e081e2fdf9084;p=arm%2Flinux.git block: Convert blk_invalidate_devt() header into a non-kernel-doc header This patch avoids that the kernel-doc tool warns about this function header when building with W=1. Reviewed-by: Chaitanya Kulkarni Signed-off-by: Bart Van Assche Signed-off-by: Jens Axboe --- diff --git a/block/genhd.c b/block/genhd.c index ad6826628e79..24654e1d83e6 100644 --- a/block/genhd.c +++ b/block/genhd.c @@ -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) {