db/fixup_kernel.sh: hack handling of _parse_integer()
commite1fdd7051aaef331fbc70793d8c83b693c031166
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 15 Aug 2017 10:46:16 +0000 (15 13:46 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 15 Aug 2017 10:46:16 +0000 (15 13:46 +0300)
treeef40c3e03b6eca0db1445754dfc99d91506c1aff
parenta9ce1088c8cdf0cd82a260e8add8a64642bb39f9
db/fixup_kernel.sh: hack handling of _parse_integer()

The _parse_integer() function is a core part of handling kstrtoul() and
friends.  Smatch doesn't parse this function correctly because Smatch
doesn't handle loops properly.  Manually hack around this problem.

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