[LTP] [PATCH v4 1/8] syscalls/mknod01: Fix checkpatch.pl warnings

Andrea Cervesato andrea.cervesato@suse.com
Tue Jun 3 13:08:09 CEST 2025


Hi!

>   	TST_EXP_PASS(mknod(PATH, tcases[i], dev),
> -				"mknod(PATH, %o, %ld)",
> -				tcases[i], dev);
> +		     "mknod(PATH, %o, %" PRIuMAX ")",

%lu is enough. Otherwise, LGTM.

Reviewed-by: Andrea Cervesato <andrea.cervesato@suse.com>

- Andrea


More information about the ltp mailing list