diff options
| author | Bart Van Assche <[email protected]> | 2019-05-31 00:00:46 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2019-05-31 21:12:34 +0000 |
| commit | 210eaaaea805a2fb8bb42dade49c294d9a94f13a (patch) | |
| tree | fdd30f0b75f9da70fc9a0b360227edceb3a342f3 | |
| parent | blk-mq: Fix memory leak in error handling (diff) | |
| download | kernel-210eaaaea805a2fb8bb42dade49c294d9a94f13a.tar.gz kernel-210eaaaea805a2fb8bb42dade49c294d9a94f13a.zip | |
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 <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
| -rw-r--r-- | block/partitions/ldm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/partitions/ldm.c b/block/partitions/ldm.c index 6db573f33219..fe5d970e2e60 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 |
