aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_sd7220.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-10 00:07:58 +0000
committerRoland Dreier <roland@purestorage.com>2012-08-15 11:56:19 -0700
commit142ad5db2b29a1c392e1b14934fae5d161d6c6e7 (patch)
tree499627a5de9eee960359aafe78ce24285259b9f1 /drivers/infiniband/hw/qib/qib_sd7220.c
parentLinux 3.6-rc1 (diff)
downloadlinux-dev-142ad5db2b29a1c392e1b14934fae5d161d6c6e7.tar.xz
linux-dev-142ad5db2b29a1c392e1b14934fae5d161d6c6e7.zip
IB: Fix typos in infiniband drivers
Correct spelling typos in comments in drivers/infiniband. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_sd7220.c')
-rw-r--r--drivers/infiniband/hw/qib/qib_sd7220.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qib/qib_sd7220.c b/drivers/infiniband/hw/qib/qib_sd7220.c
index a322d5171a2c..50a8a0d4fe67 100644
--- a/drivers/infiniband/hw/qib/qib_sd7220.c
+++ b/drivers/infiniband/hw/qib/qib_sd7220.c
@@ -372,7 +372,7 @@ static void qib_sd_trimdone_monitor(struct qib_devdata *dd,
/* Read CTRL reg for each channel to check TRIMDONE */
if (baduns & (1 << chn)) {
qib_dev_err(dd,
- "Reseting TRIMDONE on chn %d (%s)\n",
+ "Resetting TRIMDONE on chn %d (%s)\n",
chn, where);
ret = qib_sd7220_reg_mod(dd, IB_7220_SERDES,
IB_CTRL2(chn), 0x10, 0x10);