diff options
author | Frans Klaver | 2015-06-04 21:27:38 +0200 |
---|---|---|
committer | Jonathan Corbet | 2015-06-05 07:59:10 +0900 |
commit | 03e8f01a67d6fc02fafc1b23394cc750fec290e1 (patch) | |
tree | 88d13e77acd9310fb224ec79a1c7c01dbf500fea /Documentation/filesystems | |
parent | 1df1b3618d95f7a6668c1a8e749e1be96a7e3fe1 (diff) |
Doc: networking: txtimestamp: fix printf format warning
Documentation/networking/timestamping/txtimestamp.c: In function ‘__print_timestamp’:
Documentation/networking/timestamping/txtimestamp.c:99:3: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘int64_t’ [-Wformat=]
fprintf(stderr, " (%+ld us)", cur_ms - prev_ms);
int64_t differs per platform, so a type specifier that differs along
with it is required.
Signed-off-by: Frans Klaver <fransklaver@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
0 files changed, 0 insertions, 0 deletions