Files
twx-linux/include/linux
Arnd Bergmann acccf78f6d seq_buf: Avoid type mismatch for seq_buf_init
[ Upstream commit d9a9280a0d ]

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/20201026161108.3707783-1-arnd@kernel.org

Fixes: 9a7777935c ("tracing: Convert seq_buf fields to be like seq_file fields")
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-12-29 13:47:00 +01:00
..
2019-12-17 20:39:59 +01:00
2019-11-24 08:22:48 +01:00
2020-09-03 11:22:32 +02:00
2020-04-02 16:34:21 +02:00
2019-12-17 20:38:50 +01:00
2019-12-31 12:37:21 +01:00
2020-07-29 07:42:55 +02:00
2020-11-18 18:28:00 +01:00
2020-03-20 10:54:12 +01:00
2019-06-11 12:21:48 +02:00
2020-04-24 08:00:38 +02:00
2020-04-02 16:34:36 +02:00
2020-12-11 13:39:04 +01:00
2020-04-02 16:34:36 +02:00