Loading drivers/scsi/pmcraid.c +1 −1 Original line number Diff line number Diff line Loading @@ -4102,7 +4102,7 @@ static long pmcraid_chr_ioctl( struct pmcraid_ioctl_header *hdr = NULL; int retval = -ENOTTY; hdr = kmalloc(GFP_KERNEL, sizeof(struct pmcraid_ioctl_header)); hdr = kmalloc(sizeof(struct pmcraid_ioctl_header), GFP_KERNEL); if (!hdr) { pmcraid_err("faile to allocate memory for ioctl header\n"); Loading Loading
drivers/scsi/pmcraid.c +1 −1 Original line number Diff line number Diff line Loading @@ -4102,7 +4102,7 @@ static long pmcraid_chr_ioctl( struct pmcraid_ioctl_header *hdr = NULL; int retval = -ENOTTY; hdr = kmalloc(GFP_KERNEL, sizeof(struct pmcraid_ioctl_header)); hdr = kmalloc(sizeof(struct pmcraid_ioctl_header), GFP_KERNEL); if (!hdr) { pmcraid_err("faile to allocate memory for ioctl header\n"); Loading