smatch_scripts: update the gen_* scripts to take a -p=<project> argument
commita2d8f5d7e366a9348137b2e83fd4c1871e3497ff
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 30 Jun 2016 18:42:26 +0000 (30 21:42 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 30 Jun 2016 18:42:26 +0000 (30 21:42 +0300)
tree8a2e344417d10445e2a037daf16d443238c27418
parent0dfb4b51c20e1fa1ca28ba55bed7918e34540ecd
smatch_scripts: update the gen_* scripts to take a -p=<project> argument

The gen_no_return_funcs.sh script already took a -p=<project> argument but
it was buggy.  The build_kernel_data.sh script passes that argument but I
used an older version of the script.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
13 files changed:
smatch_scripts/gen_allocation_list.sh
smatch_scripts/gen_bit_shifters.sh
smatch_scripts/gen_dma_funcs.sh
smatch_scripts/gen_err_ptr_list.sh
smatch_scripts/gen_expects_err_ptr.sh
smatch_scripts/gen_frees_list.sh
smatch_scripts/gen_gfp_flags.sh
smatch_scripts/gen_no_return_funcs.sh
smatch_scripts/gen_puts_list.sh
smatch_scripts/gen_returns_held.sh
smatch_scripts/gen_rosenberg_funcs.sh
smatch_scripts/gen_sizeof_param.sh
smatch_scripts/gen_unwind_functions.sh