aboutsummaryrefslogtreecommitdiff
path: root/lib/test_overflow.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2020-10-26 17:10:58 +0100
committerSteven Rostedt (VMware) <[email protected]>2020-12-07 18:25:02 -0500
commitd9a9280a0d0ae51dc1d4142138b99242b7ec8ac6 (patch)
treecb1432b055d6f627f517f9e87e0b65370c184ffc /lib/test_overflow.c
parent888834903d362b48c879ce8ab9966428367360c9 (diff)
seq_buf: Avoid type mismatch for seq_buf_init
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. Link: https://lkml.kernel.org/r/[email protected] Fixes: 9a7777935c34 ("tracing: Convert seq_buf fields to be like seq_file fields") Reviewed-by: Cezary Rojewski <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions