diff options
author | Petr Mladek <pmladek@suse.com> | 2018-06-05 07:38:48 -0400 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2018-06-05 07:38:48 -0400 |
commit | bcf8677bc621e0e3b6ed67668d6bd72908fdec2c (patch) | |
tree | ab847decbab3e94bd15ab260218afd2749a3f1f5 /lib/test_printf.c | |
parent | 554755be08fba31c74f66b82a485e5513205af84 (diff) | |
parent | cdb7e52d960a59f30de853f5dd85574432d6bb50 (diff) |
Merge branch 'for-4.18-vsprintf-cleanup' into for-4.18
Diffstat (limited to 'lib/test_printf.c')
-rw-r--r-- | lib/test_printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_printf.c b/lib/test_printf.c index 71ebfa43ad05..cea592f402ed 100644 --- a/lib/test_printf.c +++ b/lib/test_printf.c | |||
@@ -204,7 +204,7 @@ test_string(void) | |||
204 | #if BITS_PER_LONG == 64 | 204 | #if BITS_PER_LONG == 64 |
205 | 205 | ||
206 | #define PTR_WIDTH 16 | 206 | #define PTR_WIDTH 16 |
207 | #define PTR ((void *)0xffff0123456789ab) | 207 | #define PTR ((void *)0xffff0123456789abUL) |
208 | #define PTR_STR "ffff0123456789ab" | 208 | #define PTR_STR "ffff0123456789ab" |
209 | #define ZEROS "00000000" /* hex 32 zero bits */ | 209 | #define ZEROS "00000000" /* hex 32 zero bits */ |
210 | 210 | ||