aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/csiostor
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/csiostor
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/csiostor')
-rw-r--r--drivers/scsi/csiostor/csio_mb.c12
1 files changed, 6 insertions, 6 deletions
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 *