[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150605080418.7a97a64e@lwn.net>
Date: Fri, 5 Jun 2015 08:04:18 +0900
From: Jonathan Corbet <corbet@....net>
To: Frans Klaver <fransklaver@...il.com>
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Richard Cochran <richardcochran@...il.com>
Subject: Re: [PATCH v2] Doc: networking: txtimestamp: fix printf format
warning
On Thu, 4 Jun 2015 21:27:38 +0200
Frans Klaver <fransklaver@...il.com> 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 ‘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.
OK, I've applied this to the docs tree.
Thanks,
jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists