commit | 0058c022528e794e25a7ef314b768f8206c3520f | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Mon Mar 22 14:46:48 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Apr 08 07:56:28 2021 -0400 |
tree | f3de91c58bbfa2e1bdcb7a6e634c579ae9983b49 | |
parent | a94c7e3a23fc1225aec9f13c1e37cc2853f70c82 [diff] |
scripts: coccinelle: Check rule 5.7 This coccinelle script can check some violations for rule 5.7. It can identify things like: struct device *device But it is not capable to identify: struct test { ... } ... int test; Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>