[RESEND3 PATCH] libiscsi: avoid unnecessary multiple NULL assignments

2013-02-25 Thread Masatake YAMATO
commit: 3e5c28ad0391389959ccae81c938c7533efb3490 It seems that the line after kfifo_in invocation was introduced accidentally. Signed-off-by: Masatake YAMATO yam...@redhat.com Reviewed-by: Mike Christie micha...@cs.wisc.edu --- drivers/scsi/libiscsi.c | 1 - 1 file changed, 1 deletion(-) diff

[RESEND PATCH] libiscsi: avoid unnecessary multiple NULL assignments

2013-01-23 Thread Masatake YAMATO
commit: 3e5c28ad0391389959ccae81c938c7533efb3490 It seems that the line after kfifo_in invocation was introduced accidentally. Signed-off-by: Masatake YAMATO yam...@redhat.com Reviewed-by: Mike Christie micha...@cs.wisc.edu --- drivers/scsi/libiscsi.c | 1 - 1 file changed, 1 deletion(-) diff

[RESEND2 PATCH] libiscsi: avoid unnecessary multiple NULL assignments

2012-12-17 Thread Masatake YAMATO
commit: 3e5c28ad0391389959ccae81c938c7533efb3490 It seems that the line after kfifo_in invocation was introduced accidentally. Signed-off-by: Masatake YAMATO yam...@redhat.com Reviewed-by: Mike Christie micha...@cs.wisc.edu --- drivers/scsi/libiscsi.c | 1 - 1 file changed, 1 deletion(-) diff

[RESEND PATCH] libiscsi: avoid unnecessary multiple NULL assignments

2012-11-25 Thread Masatake YAMATO
commit: 3e5c28ad0391389959ccae81c938c7533efb3490 It seems that the line after kfifo_in invocation was introduced accidentally. Signed-off-by: Masatake YAMATO yam...@redhat.com Reviewed-by: Mike Christie micha...@cs.wisc.edu --- drivers/scsi/libiscsi.c | 1 - 1 file changed, 1 deletion(-) diff

[PATCH] libiscsi: avoid unnecessary multiple NULL assignments

2012-08-13 Thread Masatake YAMATO
commit: 3e5c28ad0391389959ccae81c938c7533efb3490 It seems that the line after kfifo_in invocation was introduced accidentally. Signed-off-by: Masatake YAMATO yam...@redhat.com Reviewed-by: Mike Christie micha...@cs.wisc.edu --- drivers/scsi/libiscsi.c | 1 - 1 file changed, 1 deletion(-) diff

[PATCH v2] be2iscsi: cleanup format strings

2012-08-13 Thread Masatake YAMATO
before/after hypen. In v2 patch concatenated constant c strings are joined into one as suggested by Joe Perches j...@perches.com. Signed-off-by: Masatake YAMATO yam...@redhat.com --- drivers/scsi/be2iscsi/be_cmds.c | 12 ++- drivers/scsi/be2iscsi/be_iscsi.c | 48 +--- drivers/scsi/be2iscsi

[PATCH] be2iscsi: cleanup format strings using literal string concatenations

2012-08-12 Thread Masatake YAMATO
. Signed-off-by: Masatake YAMATO yam...@redhat.com --- drivers/scsi/be2iscsi/be_cmds.c | 4 +-- drivers/scsi/be2iscsi/be_iscsi.c | 10 +++--- drivers/scsi/be2iscsi/be_main.c | 70 drivers/scsi/be2iscsi/be_mgmt.c | 2 +- 4 files changed, 43 insertions