Re: [PATCH V2 4/4] pm80xx: Tasklets synchronization fix.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2013-11-13 at 05:36 -0800, Anand wrote:
> >From 9dda7700201be93d4d2b83c2733be3d582859bc7 Mon Sep 17 00:00:00 2001
> From: Nikith Ganigarakoppal <Nikith.Ganigarakoppal@xxxxxxxx>
> Date: Mon, 11 Nov 2013 15:28:14 +0530
> Subject: [PATCH V2 4/4] pm80xx: Tasklets synchronization fix.
> 
> When multiple vectors are used, the vector variable is over written,
> resulting in unhandled operation for those vectors.
> This fix prevents the problem by maitaining HBA instance and
> vector values for each irq.

This has some checkpatch warnings which I fixed:

WARNING: space prohibited before semicolon
#107: FILE: drivers/scsi/pm8001/pm8001_init.c:485:
+               for (j = 0; j < PM8001_MAX_MSIX_VEC ; j++)

WARNING: space prohibited before semicolon
#163: FILE: drivers/scsi/pm8001/pm8001_init.c:934:
+               for (j = 0; j < PM8001_MAX_MSIX_VEC ; j++)

WARNING: space prohibited before semicolon
#193: FILE: drivers/scsi/pm8001/pm8001_init.c:982:
+               for (j = 0; j < PM8001_MAX_MSIX_VEC ; j++)

WARNING: space prohibited before semicolon
#220: FILE: drivers/scsi/pm8001/pm8001_init.c:1051:
+               for (j = 0; j < PM8001_MAX_MSIX_VEC ; j++)

total: 0 errors, 4 warnings, 220 lines checked

Please run the patch through checkpatch before sending it in.

Thanks,

James


--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux