File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -288,13 +288,14 @@ EXPORT_SYMBOL_GPL(wp_shared_mapping_range);
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
You can’t perform that action at this time.
0 commit comments