net/ipv4: replace simple_strtoul with kstrtoul
authorEldad Zack <eldad@fogrefinery.com>
Sat, 19 May 2012 14:13:18 +0000 (14:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 May 2012 08:06:17 +0000 (04:06 -0400)
Replace simple_strtoul with kstrtoul in three similar occurrences, all setup
handlers:
* route.c: set_rhash_entries
* tcp.c: set_thash_entries
* udp.c: set_uhash_entries

Also check if the conversion failed.

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found