Skip to content

Commit 2e9fb2c

Browse files
bvanasscheaxboe
authored andcommitted
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>
1 parent 8d75d0e commit 2e9fb2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block/partitions/ldm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
2-
/**
2+
/*
33
* ldm - Support for Windows Logical Disk Manager (Dynamic Disks)
44
*
55
* Copyright (C) 2001,2002 Richard Russon <ldm@flatcap.org>

0 commit comments

Comments
 (0)