dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/scsi/be2iscsi
Dan Carpenter e6b50c30fa [SCSI] be2iscsi: correct return value in mgmt_invalidate_icds()
This function should return 0 on error.  Returning -1 would cause a
crash.

Also there is an extra space before the newline character and a missing
space between the "for" and the "mgmt_invalidate_icds".  I put the string
on one line.  The current version of checkpatch.pl complains that the
line is too long, but it makes grepping easier.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2010-05-24 11:11:03 -05:00
..
Kconfig [SCSI] be2iscsi: add 10Gbps iSCSI - BladeEngine 2 driver 2009-10-02 09:50:33 -05:00
Makefile [SCSI] be2iscsi: add 10Gbps iSCSI - BladeEngine 2 driver 2009-10-02 09:50:33 -05:00
be.h [SCSI] be2iscsi: Adding support for BE3 2010-02-17 13:41:10 -06:00
be_cmds.c [SCSI] be2iscsi: Fix for a possible udelay while holding lock 2010-03-03 17:40:04 +05:30
be_cmds.h [SCSI] be2iscsi: changing copyright to 2010 2010-02-08 18:34:09 -06:00
be_iscsi.c [SCSI] be2iscsi: Remove debug code 2010-03-03 18:29:54 +05:30
be_iscsi.h [SCSI] be2iscsi: changing copyright to 2010 2010-02-08 18:34:09 -06:00
be_main.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
be_main.h [SCSI] be2iscsi: Fixing memory allocation for connection 2010-03-03 18:30:06 +05:30
be_mgmt.c [SCSI] be2iscsi: correct return value in mgmt_invalidate_icds() 2010-05-24 11:11:03 -05:00
be_mgmt.h [SCSI] be2iscsi: Cleanup of resets for device and target 2010-03-03 17:39:24 +05:30