[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMuHMdU6mQpQJtjULE+b+7eOiq=mzEhsb-yZeBemPo6gQaKrQg@mail.gmail.com>
Date: Mon, 3 Feb 2014 19:49:25 +0100
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Ian Pilcher <arequipeno@...il.com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
linux-bcache@...r.kernel.org, linux-raid@...r.kernel.org
Subject: Re: [PATCH resend 1/2] bcache: Use %zi to format size_t
On Mon, Feb 3, 2014 at 6:34 PM, Ian Pilcher <arequipeno@...il.com> wrote:
> Shouldn't size_t use %zu?
Technically yes. %zi/%zd prints signed numbers (ssize_t), while %zu prints
unsigned (size_t).
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
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