diff options
author | Muhammad Usama Anjum <usama.anjum@collabora.com> | 2024-01-12 12:18:50 +0500 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-01-25 23:52:20 -0800 |
commit | f8ee4361b7be3f0c5bd21ee47561473ddf3aa17b (patch) | |
tree | e754a1baf765f0a1d1cc3c89be451f6978e86216 /kernel | |
parent | 19d3e221807772f8443e565234a6fdc5a2b09d26 (diff) |
selftests/mm: mremap_test: fix build warning
Use 2 separate variables of types int and unsigned long long instead of
confusing them. This corrects the correct print format for each of them
and removes the build warning:
warning: format `%d' expects argument of type `int', but argument 2 has type `long long unsigned int'
Link: https://lkml.kernel.org/r/20240112071851.612930-1-usama.anjum@collabora.com
Fixes: a4cb3b243343 ("selftests: mm: add a test for remapping to area immediately after existing mapping")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Cc: Joel Fernandes (Google) <joel@joelfernandes.org>
Cc: Lorenzo Stoakes <lstoakes@gmail.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions