diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2025-01-10 22:27:58 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-02-08 09:51:43 +0100 |
| commit | a6cfeb1c28502039af07d66364f031856c095cb9 (patch) | |
| tree | 03731949d5a957ffccad0414f19dcbb9e8f784d8 /block | |
| parent | 525dc0f60469fb315d900d7ebcc30a01384e9ad9 (diff) | |
| download | linux-a6cfeb1c28502039af07d66364f031856c095cb9.tar.gz linux-a6cfeb1c28502039af07d66364f031856c095cb9.tar.bz2 linux-a6cfeb1c28502039af07d66364f031856c095cb9.zip | |
partitions: ldm: remove the initial kernel-doc notation
[ Upstream commit e494e451611a3de6ae95f99e8339210c157d70fb ]
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>
Link: https://lore.kernel.org/r/20250111062758.910458-1-rdunlap@infradead.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'block')
| -rw-r--r-- | block/partitions/ldm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/partitions/ldm.h b/block/partitions/ldm.h index 0a747a0c782d..f98dbee94149 100644 --- a/block/partitions/ldm.h +++ b/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> |
