db: add a comment and do some white space changes
commitb9c9f5d620f0cfdcaba53a7372518af6bc1c63a2
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 19 Oct 2017 08:48:46 +0000 (19 11:48 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 19 Oct 2017 08:48:46 +0000 (19 11:48 +0300)
tree4fb64205630c79baf3829e4087ea709b7e56f5b3
parentba3f32821ceec39f9a89d9c9140a87cf8db2645a
db: add a comment and do some white space changes

When we're looking up if a function call needs container_of() information,
then we first have to parse the function.  So we need to call it twice,
in other words.  So use the cross function DB on disk, because that has
the already parsed information.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_db.c