Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mm: fix clean_record_shared_mapping_range kernel-doc

Turn the a), b) into an unordered ReST list and remove the unnecessary
'Note:' prefix.

Link: https://lkml.kernel.org/r/20230818200630.2719595-4-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Matthew Wilcox (Oracle) and committed by
Andrew Morton
01a7eb3e 853f62a3

+6 -5
+6 -5
mm/mapping_dirty_helpers.c
··· 288 288 * @end: Pointer to the number of the last set bit in @bitmap. 289 289 * none set. The value is modified as new bits are set by the function. 290 290 * 291 - * Note: When this function returns there is no guarantee that a CPU has 291 + * When this function returns there is no guarantee that a CPU has 292 292 * not already dirtied new ptes. However it will not clean any ptes not 293 293 * reported in the bitmap. The guarantees are as follows: 294 - * a) All ptes dirty when the function starts executing will end up recorded 295 - * in the bitmap. 296 - * b) All ptes dirtied after that will either remain dirty, be recorded in the 297 - * bitmap or both. 294 + * 295 + * * All ptes dirty when the function starts executing will end up recorded 296 + * in the bitmap. 297 + * * All ptes dirtied after that will either remain dirty, be recorded in the 298 + * bitmap or both. 298 299 * 299 300 * If a caller needs to make sure all dirty ptes are picked up and none 300 301 * additional are added, it first needs to write-protect the address-space