aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/tcp.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-07-14 11:37:29 +0200
committerDavid S. Miller <davem@davemloft.net>2016-07-14 22:16:05 -0700
commitcaeccd5180930eb8586771bb1935f4f2e456a8e8 (patch)
tree6ee00ec30ed04dca3ed309e8082bb443b3242733 /net/rds/tcp.h
parenttracing: change owner name to driver name for devlink hwmsg tracepoint (diff)
downloadlinux-dev-caeccd5180930eb8586771bb1935f4f2e456a8e8.tar.xz
linux-dev-caeccd5180930eb8586771bb1935f4f2e456a8e8.zip
devlink: fix trace format string
Including devlink.h on ARM and probably other 32-bit architectures results in a harmless warning: In file included from ../include/trace/define_trace.h:95:0, from ../include/trace/events/devlink.h:51, from ../net/core/devlink.c:30: include/trace/events/devlink.h: In function 'trace_raw_output_devlink_hwmsg': include/trace/events/devlink.h:42:12: error: format '%lu' expects argument of type 'long unsigned int', but argument 10 has type 'size_t {aka unsigned int}' [-Werror=format=] The correct format string for 'size_t' is %zu, not %lu, this works on all architectures. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: e5224f0fe2ac ("devlink: add hardware messages tracing facility") Signed-off-by: Jiri Pirko <jiri@mellanox.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds/tcp.h')
0 files changed, 0 insertions, 0 deletions