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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 8d75d0e commit 2e9fb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 <[email protected]>

0 commit comments

Comments
 (0)