aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2008-11-25 14:15:19 +0100
committerGreg Kroah-Hartman <[email protected]>2009-01-07 09:59:58 -0800
commitbb9496c6f7e853e5d4edd5397c9d45f1968d623c (patch)
tree300b2fd2c3b2d4cf593eca3d773c6a70a40c8d64 /include/linux
parent785895ff1fedddd09576d2c600d90404fef6506c (diff)
USB: gadget: change simple_strtol to simple_strtoul
Since num is unsigned, it would seem better to use simple_strtoul that simple_strtol. A simplified version of the semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @r2@ long e; position p; @@ e = simple_strtol@p(...) @@ position p != r2.p; type T; T e; @@ e = - simple_strtol@p + simple_strtoul (...) // </smpl> Signed-off-by: Julia Lawall <[email protected]> Acked-by: David Brownell <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions