[PATCH] scsi: qla2xxx: Fix a typo in MODULE_PARM_DESC

2018-10-27 Thread Masanari Iida
This patch fixes a spelling typo in MODULE_PARM_DESC of ql2xplogiabsentdevice. Signed-off-by: Masanari Iida --- drivers/scsi/qla2xxx/qla_os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 8794e54f43a9

Re: linux-next: Tree for Jun 6 (scsi_debug.c)

2016-08-23 Thread Masanari Iida
This one still exist on linus's tree (as of v4.8-rc3). CALLscripts/checksyscalls.sh CHK kernel/config_data.h Building modules, stage 2. MODPOST 720 modules ERROR: "ip_compute_csum" [drivers/scsi/scsi_debug.ko] undefined! scripts/Makefile.modpost:91: recipe for target '__modpost' fai

[PATCH] bnx2fc: Modify supported product numbers in MODULE_DESCRIPTION

2015-10-15 Thread Masanari Iida
Currently bnx2fc driver support not only BMC57710, but also BCM57711, BCM57712, BCM57800, BCM57810 and BCM57840. It is better to modify from "BCM57710" to "BCM5771x/BCM578xx" Signed-off-by: Masanari Iida --- drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 2 +- 1 file changed, 1 inse

[PATCH] Doc: Docbook: Change wikipedia's URL from http to https in scsi.tmpl

2015-06-18 Thread Masanari Iida
Recently wikipedia announced to secure access to the servers. Now all http access re-route to https. Signed-off-by: Masanari Iida --- Documentation/DocBook/scsi.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/DocBook/scsi.tmpl b/Documentation/DocBook

[PATCH] [trivial] scsi:fcoe: Fix typo "a ethernet" in fcoe_transport.c

2015-06-03 Thread Masanari Iida
This patch fix some "a ethernet" in MODULE_DESCRIPTIONS in fcoe_transport.c Signed-off-by: Masanari Iida --- drivers/scsi/fcoe/fcoe_transport.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/fcoe/fcoe_transport.c b/drivers/scsi/fcoe/fcoe_t

[PATCH] [SCSI] bnx2fc: Fix debug messasges in bnx2fc_io.c

2015-04-12 Thread Masanari Iida
The debug messages in bnx2fc_process_seq_cleanup_compl() doesn't match its function name. Signed-off-by: Masanari Iida --- drivers/scsi/bnx2fc/bnx2fc_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bnx2fc/bnx2fc_io.c b/drivers/scsi/bnx2fc/bnx2fc

[PATCH] trivial: scsi: Fix warning on make htmldocs caused by scsi_transport_srp.c

2014-02-03 Thread Masanari Iida
This patch fixed following warnings on make htmldocs. Warning(/drivers/scsi/scsi_transport_srp.c:819): No description found for parameter 'rport' Signed-off-by: Masanari Iida --- drivers/scsi/scsi_transport_srp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dr

[PATCH] [trivial] qla2xxx: Fix typo in qla2xxx drivers

2012-10-26 Thread Masanari Iida
Correct spelling typo in debug messages within qla2xxx drivers. Signed-off-by: Masanari Iida --- drivers/scsi/qla2xxx/qla_iocb.c| 2 +- drivers/scsi/qla2xxx/qla_isr.c | 4 ++-- drivers/scsi/qla2xxx/qla_mid.c | 2 +- drivers/scsi/qla2xxx/qla_nx.c | 6 +++--- drivers/scsi

[PATCH] [trivial] target: Fix typo in drivers/target

2012-08-16 Thread Masanari Iida
Correct spelling typo in printk and comment within drivers/target. Signed-off-by: Masanari Iida --- drivers/target/target_core_alua.c | 2 +- drivers/target/target_core_configfs.c | 2 +- drivers/target/target_core_device.c | 6 +++--- drivers/target/target_core_fabric_lib.c | 8