Message ID | 20250111062758.910458-1-rdunlap@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | partitions: ldm: remove the initial kernel-doc notation | expand |
On Fri, 10 Jan 2025 22:27:58 -0800, Randy Dunlap wrote: > Remove the file's first comment describing what the file is. > This comment is not in kernel-doc format so it causes a kernel-doc > warning. > > ldm.h:13: warning: expecting prototype for ldm(). Prototype was for _FS_PT_LDM_H_() instead > > > [...] Applied, thanks! [1/1] partitions: ldm: remove the initial kernel-doc notation commit: e494e451611a3de6ae95f99e8339210c157d70fb Best regards,
--- linux-next-20250108.orig/block/partitions/ldm.h +++ linux-next-20250108/block/partitions/ldm.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-or-later -/** +/* * ldm - Part of the Linux-NTFS project. * * Copyright (C) 2001,2002 Richard Russon <ldm@flatcap.org>
Remove the file's first comment describing what the file is. This comment is not in kernel-doc format so it causes a kernel-doc warning. ldm.h:13: warning: expecting prototype for ldm(). Prototype was for _FS_PT_LDM_H_() instead Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: "Richard Russon (FlatCap)" <ldm@flatcap.org> Cc: linux-ntfs-dev@lists.sourceforge.net Cc: Jens Axboe <axboe@kernel.dk> --- block/partitions/ldm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)