We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6df89c commit 3aca2ceCopy full SHA for 3aca2ce
mm/memblock.c
@@ -777,7 +777,8 @@ bool __init_memblock memblock_validate_numa_coverage(unsigned long threshold_byt
777
* Walk @type and ensure that regions don't cross the boundaries defined by
778
* [@base, @base + @size). Crossing regions are split at the boundaries,
779
* which may create at most two more regions. The index of the first
780
- * region inside the range is returned in *@start_rgn and end in *@end_rgn.
+ * region inside the range is returned in *@start_rgn and the index of the
781
+ * first region after the range is returned in *@end_rgn.
782
*
783
* Return:
784
* 0 on success, -errno on failure.
0 commit comments