Re: [PATCH] Doc: networking: txtimestamp: fix printf format warning

2015-06-04 Thread Frans Klaver
On 4 June 2015 19:36:12 CEST, Richard Cochran wrote: >On Wed, Jun 03, 2015 at 09:38:39PM +0200, Frans Klaver wrote: >> Documentation/networking/timestamping/txtimestamp.c: In function >‘__print_timestamp’: >> Documentation/networking/timestamping/txtimestamp.c:99:3: warning: >format ‘%ld’ expects

Re: [PATCH] Doc: networking: txtimestamp: fix printf format warning

2015-06-04 Thread Richard Cochran
On Wed, Jun 03, 2015 at 09:38:39PM +0200, Frans Klaver wrote: > 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

Re: [PATCH] Doc: networking: txtimestamp: fix printf format warning

2015-06-04 Thread Richard Cochran
On Wed, Jun 03, 2015 at 09:38:39PM +0200, Frans Klaver wrote: 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

Re: [PATCH] Doc: networking: txtimestamp: fix printf format warning

2015-06-04 Thread Frans Klaver
On 4 June 2015 19:36:12 CEST, Richard Cochran richardcoch...@gmail.com wrote: On Wed, Jun 03, 2015 at 09:38:39PM +0200, Frans Klaver wrote: Documentation/networking/timestamping/txtimestamp.c: In function ‘__print_timestamp’: Documentation/networking/timestamping/txtimestamp.c:99:3: warning:

[PATCH] Doc: networking: txtimestamp: fix printf format warning

2015-06-03 Thread Frans Klaver
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 -

[PATCH] Doc: networking: txtimestamp: fix printf format warning

2015-06-03 Thread Frans Klaver
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 -