From: Bart Van Assche Date: Fri, 31 May 2019 00:00:46 +0000 (-0700) Subject: block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=210eaaaea805a2fb8bb42dade49c294d9a94f13a;p=linux.git block/partitions/ldm: Convert a kernel-doc 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/partitions/ldm.c b/block/partitions/ldm.c index 6db573f332191..fe5d970e2e60b 100644 --- a/block/partitions/ldm.c +++ b/block/partitions/ldm.c @@ -19,7 +19,7 @@ #include "check.h" #include "msdos.h" -/** +/* * ldm_debug/info/error/crit - Output an error message * @f: A printf format string containing the message * @...: Variables to substitute into @f