[LTP] [PATCH v5 04/10] tst_supported_fs: Implement skip list

Cyril Hrubis chrubis@suse.cz
Mon Sep 12 16:39:13 CEST 2022


Hi!
> +static char **parse_skiplist(char *fs)
> +{
> +	char **skiplist = NULL;

There is no point in initializing variables that are not read before
they are assigned.

Other than that:

Reviewed-by: Cyril Hrubis <chrubis@suse.cz>

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list