On Fri, 2008-02-08 at 22:05 +0530, Prakash, Sathya wrote: > This patch modifies the I/O resource allocation behavior of FUSION driver. > The current version of driver allocates the I/O resources even if they are not required and this creates trouble in low resource environments. > This driver now uses pci_enable_device_mem/pci_enable_device functions to differentiate the resource allocations. > > signed-off-by: Sathya Prakash <sathya.prakash@xxxxxxx> ^ Capital 'S' The patch could also have done with a bit of checkpatch.pl love: WARNING: Signed-off-by: is the preferred form #58: signed-off-by: Sathya Prakash <sathya.prakash@xxxxxxx> ERROR: need space after that ',' (ctx:VxV) #83: FILE: drivers/message/fusion/mptbase.c:1486: + "failed\n",ioc->name); ^ ERROR: use tabs not spaces #84: FILE: drivers/message/fusion/mptbase.c:1487: + ^I^Ireturn r;$ ERROR: need space after that ',' (ctx:VxV) #89: FILE: drivers/message/fusion/mptbase.c:1492: + "MEM failed\n",ioc->name); ^ ERROR: trailing whitespace #123: FILE: drivers/message/fusion/mptbase.c:1833: +^I^I^Ireturn 0; $ WARNING: line over 80 characters #179: FILE: drivers/message/fusion/mptbase.h:632: + int bars; /* bitmask of BAR's that must be configured */ total: 4 errors, 2 warnings, 105 lines checked YJames - 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