[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1401294151.19335.6.camel@joe-AO725>
Date: Wed, 28 May 2014 09:22:31 -0700
From: Joe Perches <joe@...ches.com>
To: frank.blaschka@...ibm.com
Cc: davem@...emloft.net, netdev@...r.kernel.org,
linux-s390@...r.kernel.org, Ursula Braun <ursula.braun@...ibm.com>,
Toralf Foerster <toralf.foerster@....de>
Subject: Re: [patch 4/4] s390/net: fix format string mismatches
Hi Frank:
A trivial note:
On Wed, 2014-05-28 at 10:22 +0200, frank.blaschka@...ibm.com wrote:
(submitting a patch containing changes like)
+ rc = sscanf(buf, "%u", &bs1);
+ if (rc != 1)
+ goto einval;
All of these single var sscanf uses could be
changed to kstrto<foo>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists