aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-04-17 11:12:55 -0400
committerJiri Kosina <jkosina@suse.cz>2013-04-24 10:43:00 -0400
commitb23f7a09f93516f90c8e51d3e2d822f67d809d8b (patch)
tree7a2a242fa58a164ec252cfda417c3854e84c8bd9 /drivers/scsi
parent372c1d6d64abc0565188c24015c55229413c65cb (diff)
treewide: Fix typo in printk and comments
Fix typo in printk and comments within various drivers. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/be2iscsi/be_iscsi.c2
-rw-r--r--drivers/scsi/be2iscsi/be_mgmt.c2
-rw-r--r--drivers/scsi/bnx2i/bnx2i.h12
-rw-r--r--drivers/scsi/csiostor/csio_mb.c12
4 files changed, 14 insertions, 14 deletions
diff --git a/drivers/scsi/be2iscsi/be_iscsi.c b/drivers/scsi/be2iscsi/be_iscsi.c
index 214d691adb53..9014690fe841 100644
--- a/drivers/scsi/be2iscsi/be_iscsi.c
+++ b/drivers/scsi/be2iscsi/be_iscsi.c
@@ -369,7 +369,7 @@ beiscsi_set_vlan_tag(struct Scsi_Host *shost,
369 break; 369 break;
370 default: 370 default:
371 beiscsi_log(phba, KERN_WARNING, BEISCSI_LOG_CONFIG, 371 beiscsi_log(phba, KERN_WARNING, BEISCSI_LOG_CONFIG,
372 "BS_%d : Unkown Param Type : %d\n", 372 "BS_%d : Unknown Param Type : %d\n",
373 iface_param->param); 373 iface_param->param);
374 return -ENOSYS; 374 return -ENOSYS;
375 } 375 }
diff --git a/drivers/scsi/be2iscsi/be_mgmt.c b/drivers/scsi/be2iscsi/be_mgmt.c
index a6c2fe4b4d65..55cc9902263d 100644
--- a/drivers/scsi/be2iscsi/be_mgmt.c
+++ b/drivers/scsi/be2iscsi/be_mgmt.c
@@ -1292,7 +1292,7 @@ beiscsi_adap_family_disp(struct device *dev, struct device_attribute *attr,
1292 break; 1292 break;
1293 default: 1293 default:
1294 return snprintf(buf, PAGE_SIZE, 1294 return snprintf(buf, PAGE_SIZE,
1295 "Unkown Adapter Family: 0x%x\n", dev_id); 1295 "Unknown Adapter Family: 0x%x\n", dev_id);
1296 break; 1296 break;
1297 } 1297 }
1298} 1298}
diff --git a/drivers/scsi/bnx2i/bnx2i.h b/drivers/scsi/bnx2i/bnx2i.h
index b44d04e41b0d..f109e3b073c3 100644
--- a/drivers/scsi/bnx2i/bnx2i.h
+++ b/drivers/scsi/bnx2i/bnx2i.h
@@ -580,8 +580,8 @@ struct bnx2i_5771x_dbell {
580 * @sq_mem_size: SQ size 580 * @sq_mem_size: SQ size
581 * @sq_prod_qe: SQ producer entry pointer 581 * @sq_prod_qe: SQ producer entry pointer
582 * @sq_cons_qe: SQ consumer entry pointer 582 * @sq_cons_qe: SQ consumer entry pointer
583 * @sq_first_qe: virtaul address of first entry in SQ 583 * @sq_first_qe: virtual address of first entry in SQ
584 * @sq_last_qe: virtaul address of last entry in SQ 584 * @sq_last_qe: virtual address of last entry in SQ
585 * @sq_prod_idx: SQ producer index 585 * @sq_prod_idx: SQ producer index
586 * @sq_cons_idx: SQ consumer index 586 * @sq_cons_idx: SQ consumer index
587 * @sqe_left: number sq entry left 587 * @sqe_left: number sq entry left
@@ -593,8 +593,8 @@ struct bnx2i_5771x_dbell {
593 * @cq_mem_size: CQ size 593 * @cq_mem_size: CQ size
594 * @cq_prod_qe: CQ producer entry pointer 594 * @cq_prod_qe: CQ producer entry pointer
595 * @cq_cons_qe: CQ consumer entry pointer 595 * @cq_cons_qe: CQ consumer entry pointer
596 * @cq_first_qe: virtaul address of first entry in CQ 596 * @cq_first_qe: virtual address of first entry in CQ
597 * @cq_last_qe: virtaul address of last entry in CQ 597 * @cq_last_qe: virtual address of last entry in CQ
598 * @cq_prod_idx: CQ producer index 598 * @cq_prod_idx: CQ producer index
599 * @cq_cons_idx: CQ consumer index 599 * @cq_cons_idx: CQ consumer index
600 * @cqe_left: number cq entry left 600 * @cqe_left: number cq entry left
@@ -608,8 +608,8 @@ struct bnx2i_5771x_dbell {
608 * @rq_mem_size: RQ size 608 * @rq_mem_size: RQ size
609 * @rq_prod_qe: RQ producer entry pointer 609 * @rq_prod_qe: RQ producer entry pointer
610 * @rq_cons_qe: RQ consumer entry pointer 610 * @rq_cons_qe: RQ consumer entry pointer
611 * @rq_first_qe: virtaul address of first entry in RQ 611 * @rq_first_qe: virtual address of first entry in RQ
612 * @rq_last_qe: virtaul address of last entry in RQ 612 * @rq_last_qe: virtual address of last entry in RQ
613 * @rq_prod_idx: RQ producer index 613 * @rq_prod_idx: RQ producer index
614 * @rq_cons_idx: RQ consumer index 614 * @rq_cons_idx: RQ consumer index
615 * @rqe_left: number rq entry left 615 * @rqe_left: number rq entry left
diff --git a/drivers/scsi/csiostor/csio_mb.c b/drivers/scsi/csiostor/csio_mb.c
index 5b27c48f6836..f5d9ee1fda62 100644
--- a/drivers/scsi/csiostor/csio_mb.c
+++ b/drivers/scsi/csiostor/csio_mb.c
@@ -182,7 +182,7 @@ csio_mb_reset(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo,
182 * @tmo: Command timeout. 182 * @tmo: Command timeout.
183 * @pf: PF number. 183 * @pf: PF number.
184 * @vf: VF number. 184 * @vf: VF number.
185 * @nparams: Number of paramters 185 * @nparams: Number of parameters
186 * @params: Parameter mnemonic array. 186 * @params: Parameter mnemonic array.
187 * @val: Parameter value array. 187 * @val: Parameter value array.
188 * @wr: Write/Read PARAMS. 188 * @wr: Write/Read PARAMS.
@@ -721,7 +721,7 @@ csio_mb_iq_free(struct csio_hw *hw, struct csio_mb *mbp, void *priv,
721 * @mbp: Mailbox structure to initialize 721 * @mbp: Mailbox structure to initialize
722 * @priv: Private data 722 * @priv: Private data
723 * @mb_tmo: Mailbox time-out period (in ms). 723 * @mb_tmo: Mailbox time-out period (in ms).
724 * @eq_ofld_params: (Offload) Egress queue paramters. 724 * @eq_ofld_params: (Offload) Egress queue parameters.
725 * @cbfn: The call-back function 725 * @cbfn: The call-back function
726 * 726 *
727 * 727 *
@@ -752,7 +752,7 @@ csio_mb_eq_ofld_alloc(struct csio_hw *hw, struct csio_mb *mbp, void *priv,
752 * @priv: Private data 752 * @priv: Private data
753 * @mb_tmo: Mailbox time-out period (in ms). 753 * @mb_tmo: Mailbox time-out period (in ms).
754 * @cascaded_req: TRUE - if this request is cascased with Eq-alloc request. 754 * @cascaded_req: TRUE - if this request is cascased with Eq-alloc request.
755 * @eq_ofld_params: (Offload) Egress queue paramters. 755 * @eq_ofld_params: (Offload) Egress queue parameters.
756 * @cbfn: The call-back function 756 * @cbfn: The call-back function
757 * 757 *
758 * 758 *
@@ -817,7 +817,7 @@ csio_mb_eq_ofld_write(struct csio_hw *hw, struct csio_mb *mbp, void *priv,
817 * @mbp: Mailbox structure to initialize 817 * @mbp: Mailbox structure to initialize
818 * @priv: Private data. 818 * @priv: Private data.
819 * @mb_tmo: Mailbox time-out period (in ms). 819 * @mb_tmo: Mailbox time-out period (in ms).
820 * @eq_ofld_params: (Offload) Egress queue paramters. 820 * @eq_ofld_params: (Offload) Egress queue parameters.
821 * @cbfn: The call-back function 821 * @cbfn: The call-back function
822 * 822 *
823 * 823 *
@@ -840,7 +840,7 @@ csio_mb_eq_ofld_alloc_write(struct csio_hw *hw, struct csio_mb *mbp,
840 * @hw: The HW structure. 840 * @hw: The HW structure.
841 * @mbp: Mailbox structure to initialize. 841 * @mbp: Mailbox structure to initialize.
842 * @retval: Firmware return value. 842 * @retval: Firmware return value.
843 * @eq_ofld_params: (Offload) Egress queue paramters. 843 * @eq_ofld_params: (Offload) Egress queue parameters.
844 * 844 *
845 */ 845 */
846void 846void
@@ -870,7 +870,7 @@ csio_mb_eq_ofld_alloc_write_rsp(struct csio_hw *hw,
870 * @mbp: Mailbox structure to initialize 870 * @mbp: Mailbox structure to initialize
871 * @priv: Private data area. 871 * @priv: Private data area.
872 * @mb_tmo: Mailbox time-out period (in ms). 872 * @mb_tmo: Mailbox time-out period (in ms).
873 * @eq_ofld_params: (Offload) Egress queue paramters, that is to be freed. 873 * @eq_ofld_params: (Offload) Egress queue parameters, that is to be freed.
874 * @cbfn: The call-back function 874 * @cbfn: The call-back function
875 * 875 *
876 * 876 *