db/fixup_kernel.sh: fix kstrtoint() functions
commited7d1cac3633df742fec64df2a3b14e5e9e79a0d
authorDan Carpenter <dan.carpenter@linaro.org>
Tue, 5 Mar 2024 13:26:26 +0000 (5 16:26 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Tue, 5 Mar 2024 13:26:26 +0000 (5 16:26 +0300)
tree2b3f547763840efd45e9fc25a4857560be4abc22
parent6355f01e017e7f903af78d00b7b1803be12e38e7
db/fixup_kernel.sh: fix kstrtoint() functions

Smatch takes short cuts handling loops and that ended up meaning that
kstrtoint() type functions were recorded as setting the USER_DATA to 0-15
instead of s32min-s32max or whatever the function type was.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
smatch_data/db/fixup_kernel.sh