[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1403417177.4076.54.camel@joe-AO725>
Date: Sat, 21 Jun 2014 23:06:17 -0700
From: Joe Perches <joe@...ches.com>
To: Chen Gang <gang.chen.5i5j@...il.com>
Cc: anton@...era.com, linux-ntfs-dev@...ts.sourceforge.net,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Liqin Chen <liqin.linux@...il.com>,
Lennox Wu <lennox.wu@...il.com>
Subject: Re: [PATCH] fs/ntfs: Use '%lx' instead of '%zx'
On Sun, 2014-06-22 at 11:14 +0800, Chen Gang wrote:
> For subtraction between 2 pointers, the result's type is 'long', so
> need use '%lx' instead of '%zx'.
result should be a ptrdiff_t so please use %tx
--
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