aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@acm.org>2021-08-05 10:34:47 -0700
committerJens Axboe <axboe@kernel.dk>2021-08-05 11:49:01 -0600
commit2e9fb2c11e0ec3113fcf0e8e052c99ecd82fcd4e (patch)
treee935f87b79e4815995911adb2cbb4bc0ac88bb80 /block
parentblk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit() (diff)
downloadlinux-dev-2e9fb2c11e0ec3113fcf0e8e052c99ecd82fcd4e.tar.xz
linux-dev-2e9fb2c11e0ec3113fcf0e8e052c99ecd82fcd4e.zip
block/partitions/ldm.c: Fix a kernel-doc warning
Fix the following kernel-doc warning that appears when building with W=1: block/partitions/ldm.c:31: warning: expecting prototype for ldm(). Prototype was for ldm_debug() instead Signed-off-by: Bart Van Assche <bvanassche@acm.org> Link: https://lore.kernel.org/r/20210805173447.3249906-1-bvanassche@acm.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r--block/partitions/ldm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/partitions/ldm.c b/block/partitions/ldm.c
index d333786b5c7e..14b124cdacfc 100644
--- a/block/partitions/ldm.c
+++ b/block/partitions/ldm.c
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
-/**
+/*
* ldm - Support for Windows Logical Disk Manager (Dynamic Disks)
*
* Copyright (C) 2001,2002 Richard Russon <ldm@flatcap.org>