aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorMaciej Wieczor-Retman <[email protected]>2023-10-13 13:36:26 +0200
committerShuah Khan <[email protected]>2023-10-13 14:08:10 -0600
commit3aa779a9d141f65adbe519653b6aee7188c49e27 (patch)
tree088e4fa763692cef8675a58edce06c2603524787 /net/lapb/lapb_timer.c
parente33a02ed6a4fbadfa7813831f1f52874c991d324 (diff)
selftests/cachestat: Fix print_cachestat format
Compiling cachestat selftest after adding a __printf() attribute to ksft_print_msg() exposes a -Wformat warning in print_cachestat(). The format specifier in printf() call expects long int variables and received long long int. Change format specifiers to long long int so they match passed variables. Signed-off-by: Maciej Wieczor-Retman <[email protected]> Acked-by: Nhat Pham <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions