diff options
author | Frans Klaver <fransklaver@gmail.com> | 2015-06-04 21:27:38 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-06-05 00:59:10 +0200 |
commit | 03e8f01a67d6fc02fafc1b23394cc750fec290e1 (patch) | |
tree | 88d13e77acd9310fb224ec79a1c7c01dbf500fea /Documentation/filesystems/porting | |
parent | Documentation, intel_pstate: Improve legacy mode internal governors description (diff) | |
download | linux-03e8f01a67d6fc02fafc1b23394cc750fec290e1.tar.xz linux-03e8f01a67d6fc02fafc1b23394cc750fec290e1.zip |
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/porting')
0 files changed, 0 insertions, 0 deletions