db: make some varchar decalarations smaller
commit07f657f6e16d27d5a38bc315d3e9ae49b8970d1c
authorDan Carpenter <dan.carpenter@oracle.com>
Sun, 16 Dec 2012 15:11:45 +0000 (16 18:11 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sun, 16 Dec 2012 15:11:45 +0000 (16 18:11 +0300)
treea675af5afa05fe2c0edb95ef642ad50cc151ce57
parentdda0d6385e8e2c6a54229bd36ac31c694761f148
db: make some varchar decalarations smaller

In the kernel 90 characters long enough for the filename but I've put it
at 128.

C variable names shouldn't be longer than 63 characters.  There is one
function in the kernel which is 68 characters.

This doesn't actually make the db smaller...  Odd.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_scripts/db/call_implies.schema
smatch_scripts/db/caller_info.schema
smatch_scripts/db/function_ptr.schema
smatch_scripts/db/no_side_effects.schema
smatch_scripts/db/return_states.schema
smatch_scripts/db/return_values.schema