diff options
author | Andy Shevchenko <[email protected]> | 2018-02-16 23:07:03 +0200 |
---|---|---|
committer | Petr Mladek <[email protected]> | 2018-04-11 10:02:14 +0200 |
commit | c604b40728c28ba4d831832c7f03805aba11a8e2 (patch) | |
tree | 1b7a095fcc30015ac27e9ac4fea66f1109778d52 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 357aa6aefebe888c712152cb83c9e700f98eebd1 (diff) |
lib/test_printf: Mark big constant with UL
Sparse complains that constant is so big for unsigned long on 64-bit
architecture.
lib/test_printf.c:217:54: warning: constant 0xffff0123456789ab is so big it is unsigned long
lib/test_printf.c:246:54: warning: constant 0xffff0123456789ab is so big it is unsigned long
To satisfy everyone, mark the constant with UL.
Link: http://lkml.kernel.org/r/[email protected]
To: "Tobin C . Harding" <[email protected]>
To: [email protected]
To: Joe Perches <[email protected]>
To: [email protected]
To: Andrew Morton <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
[[email protected]: Changed from ULL to UL as suggested by Luc Van Oostenryck <[email protected]>]
Signed-off-by: Petr Mladek <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions