diff options
author | 2024-11-18 17:54:14 +0000 | |
---|---|---|
committer | 2024-12-05 19:54:46 -0800 | |
commit | cbb70e45348769172cb24cca2d2b6437f4c9240b (patch) | |
tree | 3470d3cb047946b82c9167a8c7e7023ef9927b52 /scripts/generate_rust_analyzer.py | |
parent | mm: respect mmap hint address when aligning for THP (diff) | |
download | wireguard-linux-cbb70e45348769172cb24cca2d2b6437f4c9240b.tar.xz wireguard-linux-cbb70e45348769172cb24cca2d2b6437f4c9240b.zip |
mm: correct typo in MMAP_STATE() macro
We mistakenly refer to len rather than len_ here. The only existing
caller passes len to the len_ parameter so this has no impact on the code,
but it is obviously incorrect to do this, so fix it.
Link: https://lkml.kernel.org/r/20241118175414.390827-1-lorenzo.stoakes@oracle.com
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Reviewed-by: Wei Yang <richard.weiyang@gmail.com>
Cc: Jann Horn <jannh@google.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions