linux-brain/Documentation/networking/timestamping
Frans Klaver 03e8f01a67 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>
2015-06-05 07:59:10 +09:00
..
.gitignore Documentation: update .gitignore files 2014-09-26 11:02:59 +02:00
Makefile Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-10-08 21:40:54 -04:00
hwtstamp_config.c net_tstamp,doc: Add test program for SIOC{G,S}HWTSTAMP 2013-11-22 20:10:53 +00:00
timestamping.c net: remove deprecated syststamp timestamp 2014-07-29 11:39:50 -07:00
txtimestamp.c Doc: networking: txtimestamp: fix printf format warning 2015-06-05 07:59:10 +09:00