scripts/generisize.pl: generisize function names
commit869ac9a24869bb1916be57b897a850ed7f283643
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 15 May 2023 08:56:19 +0000 (15 11:56 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Mon, 15 May 2023 08:56:19 +0000 (15 11:56 +0300)
tree760df245a2bad19d8ea285955865d0ac8fc7f583
parent44dc31d9c383ddae87c247098e0276281a5c08b5
scripts/generisize.pl: generisize function names

It's quite common to print function names and I've previously put single
quotes around them (which is ugly) or generisized them on a test by test
basis (which is a pain).  We can easily just generisize them based on
the () at the end.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
smatch_scripts/generisize.pl