diff options
author | Dave Olson <dave.olson@qlogic.com> | 2008-01-07 06:02:34 +0100 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-01-25 23:15:38 +0100 |
commit | 9e2ef36b5a83b3c8ec1153382559dff410cc4341 (patch) | |
tree | f075e20c043c46afbab0320b5a92bac24592bd58 /drivers/infiniband/hw/ipath/ipath_driver.c | |
parent | IB/ipath: Export hardware counters more consistently (diff) | |
download | linux-9e2ef36b5a83b3c8ec1153382559dff410cc4341.tar.xz linux-9e2ef36b5a83b3c8ec1153382559dff410cc4341.zip |
IB/ipath: Clean up some comments
Signed-off-by: Dave Olson <dave.olson@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_driver.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_driver.c b/drivers/infiniband/hw/ipath/ipath_driver.c index 7c69090f6bd6..f130652cfaa3 100644 --- a/drivers/infiniband/hw/ipath/ipath_driver.c +++ b/drivers/infiniband/hw/ipath/ipath_driver.c @@ -1196,7 +1196,7 @@ reloop: be32_to_cpu(hdr->bth[0]) & 0xff); else { /* - * error packet, type of error unknown. + * error packet, type of error unknown. * Probably type 3, but we don't know, so don't * even try to print the opcode, etc. */ |