On 2020-10-26 5:10 PM, Arnd Bergmann wrote:
> From: Arnd Bergmann <[email protected]>
> 
> Building with W=2 prints a number of warnings for one function that
> has a pointer type mismatch:
> 
> linux/seq_buf.h: In function 'seq_buf_init':
> linux/seq_buf.h:35:12: warning: pointer targets in assignment from 'unsigned 
> char *' to 'char *' differ in signedness [-Wpointer-sign]
> 
> Change the type in the function prototype according to the type in
> the structure.
> 
> Fixes: 9a7777935c34 ("tracing: Convert seq_buf fields to be like seq_file 
> fields")
> Signed-off-by: Arnd Bergmann <[email protected]>
> ---

Reviewed-by: Cezary Rojewski <[email protected]>

Thanks,
Czarek

Reply via email to