project: fix parameter implications
commit734a060d111b934542b5faffac9f015436965a22
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 13 Apr 2012 19:33:57 +0000 (13 22:33 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 13 Apr 2012 19:33:57 +0000 (13 22:33 +0300)
treed85749c58342a199c99d36c804a4c4a8c2265d3a
parent62c06183d77378b141e03d821774c8c55249623d
project: fix parameter implications

I guess I re-ordered the fields in kernel.parameter_implications but I
didn't change the code which reads it.  Doh.

Also I need to remove a printf().  That wasn't getting printed before
because the implications file wasn't getting read properly.

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