commit | 2ff6fa8fafd6fa94029fa0558a6b85956930f1f5 | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Thu Nov 17 23:43:40 2011 +0100 |
committer | James Morris <jmorris@namei.org> | Mon Dec 19 11:23:56 2011 +1100 |
tree | b9e12bb9ef1a92c68bb459ae82fa4e76629bcfca | |
parent | b8aa09fd880eb4c2881b9f3c8a8d09c0404cd4eb [diff] |
selinux: Casting (void *) value returned by kmalloc is useless The semantic patch that makes this change is available in scripts/coccinelle/api/alloc/drop_kmalloc_cast.cocci. Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: James Morris <jmorris@namei.org>