aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-12-17 11:30:36 -0800
committerRoland Dreier <rolandd@cisco.com>2008-01-25 14:15:29 -0800
commit94545e8c51fbf01d1c1cda7e6d017598d41e840a (patch)
tree5e359d7786347ab0b3ee114934e1330c154090ec /drivers/infiniband/hw/cxgb3
parentmlx4_core: Fix max_eqs masking in QUERY_DEV_CAP (diff)
downloadlinux-dev-94545e8c51fbf01d1c1cda7e6d017598d41e840a.tar.xz
linux-dev-94545e8c51fbf01d1c1cda7e6d017598d41e840a.zip
IB: Spelling fixes in comments
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb3')
-rw-r--r--drivers/infiniband/hw/cxgb3/cxio_hal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb3/cxio_hal.c b/drivers/infiniband/hw/cxgb3/cxio_hal.c
index eec6a30840ca..26b8c0e1cfd7 100644
--- a/drivers/infiniband/hw/cxgb3/cxio_hal.c
+++ b/drivers/infiniband/hw/cxgb3/cxio_hal.c
@@ -584,7 +584,7 @@ static int cxio_hal_ctrl_qp_write_mem(struct cxio_rdev *rdev_p, u32 addr,
{
u32 i, nr_wqe, copy_len;
u8 *copy_data;
- u8 wr_len, utx_len; /* lenght in 8 byte flit */
+ u8 wr_len, utx_len; /* length in 8 byte flit */
enum t3_wr_flags flag;
__be64 *wqe;
u64 utx_cmd;