Re: [patch 4/4] s390/net: fix format string mismatches
From: Joe Perches <joe@perches.com>
Date: 2014-05-28 16:22:40
Also in:
linux-s390
From: Joe Perches <joe@perches.com>
Date: 2014-05-28 16:22:40
Also in:
linux-s390
Hi Frank: A trivial note: On Wed, 2014-05-28 at 10:22 +0200, frank.blaschka@de.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>