Author: Silvio F <silvio.fricke@gmail.com> This patch solves the Coccinelle warning: « kzalloc should be used instead of kmalloc/memset » This patch is a fixup for linux-next: 97a84f1203786985856a0d4b49b1d7cc387238ce « Staging: unisys: Replace kmalloc/memset with kzalloc » The ALLOC_CMDRSP #define is after transformation to kzalloc only a rename for kzalloc and was completly removed. Signed-off-by: Silvio F Signed-off-by: Greg Kroah-Hartman — …