| From: Andrew Morton <akpm@linux-foundation.org> |
| Subject: mm-introduce-encoded-page-pointers-with-embedded-extra-bits-fix |
| Date: Sat Nov 19 12:02:30 AM PST 2022 |
| |
| kerneldoc on a forward-declared struct confuses htmldocs |
| |
| Cc: Alexander Gordeev <agordeev@linux.ibm.com> |
| Cc: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> |
| Cc: Christian Borntraeger <borntraeger@linux.ibm.com> |
| Cc: David Hildenbrand <david@redhat.com> |
| Cc: Gerald Schaefer <gerald.schaefer@linux.ibm.com> |
| Cc: Heiko Carstens <hca@linux.ibm.com> |
| Cc: Hugh Dickins <hughd@google.com> |
| Cc: Johannes Weiner <hannes@cmpxchg.org> |
| Cc: Linus Torvalds <torvalds@linux-foundation.org> |
| Cc: Nadav Amit <nadav.amit@gmail.com> |
| Cc: Nicholas Piggin <npiggin@gmail.com> |
| Cc: Peter Zijlstra <peterz@infradead.org> |
| Cc: Sven Schnelle <svens@linux.ibm.com> |
| Cc: Vasily Gorbik <gor@linux.ibm.com> |
| Cc: Will Deacon <will@kernel.org> |
| Cc: Randy Dunlap <rdunlap@infradead.org> |
| Cc: Bagas Sanjaya <bagasdotme@gmail.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| include/linux/mm_types.h | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| --- a/include/linux/mm_types.h~mm-introduce-encoded-page-pointers-with-embedded-extra-bits-fix |
| +++ a/include/linux/mm_types.h |
| @@ -251,7 +251,7 @@ struct page { |
| #endif |
| } _struct_page_alignment; |
| |
| -/** |
| +/* |
| * struct encoded_page - a nonexistent type marking this pointer |
| * |
| * An 'encoded_page' pointer is a pointer to a regular 'struct page', but |
| _ |