[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20160801.134354.1594660458943826700.davem@davemloft.net>
Date: Mon, 01 Aug 2016 13:43:54 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: xypron.glpk@....de
Cc: dmitry.tarnyagin@...kless.no, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] net: caif: use correct format specifier
From: Heinrich Schuchardt <xypron.glpk@....de>
Date: Sun, 31 Jul 2016 09:19:50 +0200
> %u is the wrong format specifier for int.
> size_t cannot be converted to int without possible
> loss of information.
>
> So leave the result as size_t and use %zu as format specifier.
>
> cf. Documentation/printk-formats.txt
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@....de>
Applied.
Powered by blists - more mailing lists