From: Mel Gorman Date: Thu, 1 Jul 2021 01:53:29 +0000 (-0700) Subject: mm/mapping_dirty_helpers: remove double Note in kerneldoc X-Git-Tag: accepted/tizen/unified/20230118.172025~6930^2~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b417941f3ab1a276255e3ae52ff261dc2e196de7;p=platform%2Fkernel%2Flinux-rpi.git mm/mapping_dirty_helpers: remove double Note in kerneldoc make W=1 generates the following warning for mm/mapping_dirty_helpers.c mm/mapping_dirty_helpers.c:325: warning: duplicate section name 'Note' The helper function is very specific to one driver -- vmwgfx. While the two notes are separate, all of it needs to be taken into account when using the helper so make it one note. Link: https://lkml.kernel.org/r/20210520084809.8576-5-mgorman@techsingularity.net Signed-off-by: Mel Gorman Reviewed-by: Yang Shi Acked-by: Vlastimil Babka Cc: Dan Streetman Cc: David Hildenbrand Cc: Michal Hocko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/mapping_dirty_helpers.c b/mm/mapping_dirty_helpers.c index b890854..ea734f2 100644 --- a/mm/mapping_dirty_helpers.c +++ b/mm/mapping_dirty_helpers.c @@ -317,7 +317,7 @@ EXPORT_SYMBOL_GPL(wp_shared_mapping_range); * pfn_mkwrite(). And then after a TLB flush following the write-protection * pick up all dirty bits. * - * Note: This function currently skips transhuge page-table entries, since + * This function currently skips transhuge page-table entries, since * it's intended for dirty-tracking on the PTE level. It will warn on * encountering transhuge dirty entries, though, and can easily be extended * to handle them as well.