[LTP] [PATCH v3 1/9] Rewrite rename01.c using new LTP API

Richard Palethorpe rpalethorpe@suse.de
Wed Jul 13 07:30:54 CEST 2022


Hello,

Avinesh Kumar <akumar@suse.de> writes:

> +static inline void swap(const char **a, const char **b)
> +{
> +	const char *tmp__ = *a;
> +	*a = *b;
> +	*b = tmp__;
> +}

We don't need the trailing underscores, but I can fix this up before
merging so no need to resubmit.

Reviewed-by: Richard Palethorpe <rpalethorpe@suse.com>

-- 
Thank you,
Richard.


More information about the ltp mailing list