summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2017-04-10 06:15:40 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-11 17:03:36 +0300
commit881f76b976e8e1ce8bb0498d0a85f3a43a6397dd (patch)
tree6600581dacf95519b49ae4446c47e3171125f360 /scripts/const_structs.checkpatch
parent5141e9c6346892d9705558ccf27489806c2bdddf (diff)
downloadlinux-881f76b976e8e1ce8bb0498d0a85f3a43a6397dd.tar.xz
staging: ks7010: change length type to unsigned
Length undergoes type conversion when passed (indirectly) as an argument for parameter of type 'unsigned int'. If length is negative this is a bug (the value after conversion is large). Declare 'length' to be an unsigned type instead of a signed type. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions