git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30307c6
)
HID: hid-lg4ff: Casting (void *) value returned by kmalloc is useless
author
Thomas Meyer
<thomas@m3y3r.de>
Tue, 8 Nov 2011 19:14:14 +0000
(20:14 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 11 Nov 2011 14:09:29 +0000
(15:09 +0100)
Casting (void *) value returned by kmalloc is useless
as mentioned in Documentation/CodingStyle, Chap 14.
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: Jiri Kosina <jkosina@suse.cz>
No differences found