[PATCH] PCI Express Hotplug: remove useless kmalloc casts
The result of kmalloc does not need to be casted to any other pointer type. Also use kmalloc(*foo) instead of kmalloc(type_of_foo) and wrap some long lines.
Showing
Please register or sign in to comment