6.6-stable review patch. If anyone has any objections, please let me know.
------------------
From: Randy Dunlap <rd...@in...>
[ 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 <rd...@in...>
Cc: Richard Russon (FlatCap) <ld...@fl...>
Cc: lin...@li...
Cc: Jens Axboe <ax...@ke...>
Link: https://lore.kernel.org/r/202...@in...
Signed-off-by: Jens Axboe <ax...@ke...>
Signed-off-by: Sasha Levin <sa...@ke...>
---
block/partitions/ldm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/partitions/ldm.h b/block/partitions/ldm.h
index 0a747a0c782d5..f98dbee941497 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 <ld...@fl...>
--
2.39.5
|