diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-10 00:07:58 +0000 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2012-08-15 11:56:19 -0700 |
commit | 142ad5db2b29a1c392e1b14934fae5d161d6c6e7 (patch) | |
tree | 499627a5de9eee960359aafe78ce24285259b9f1 /drivers/infiniband/hw/amso1100 | |
parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee (diff) |
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/amso1100')
-rw-r--r-- | drivers/infiniband/hw/amso1100/c2_rnic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/amso1100/c2_rnic.c b/drivers/infiniband/hw/amso1100/c2_rnic.c index 8c81992fa6d..e4a73158fc7 100644 --- a/drivers/infiniband/hw/amso1100/c2_rnic.c +++ b/drivers/infiniband/hw/amso1100/c2_rnic.c @@ -439,7 +439,7 @@ static int c2_rnic_close(struct c2_dev *c2dev) /* * Called by c2_probe to initialize the RNIC. This principally - * involves initalizing the various limits and resouce pools that + * involves initializing the various limits and resource pools that * comprise the RNIC instance. */ int __devinit c2_rnic_init(struct c2_dev *c2dev) |