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_iba6110.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_iba6110.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_iba6110.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_iba6110.c b/drivers/infiniband/hw/ipath/ipath_iba6110.c index ce858797e299..dffb6826579a 100644 --- a/drivers/infiniband/hw/ipath/ipath_iba6110.c +++ b/drivers/infiniband/hw/ipath/ipath_iba6110.c @@ -1022,7 +1022,8 @@ static int ipath_setup_ht_config(struct ipath_devdata *dd, do { u8 cap_type; - /* the HT capability type byte is 3 bytes after the + /* + * The HT capability type byte is 3 bytes after the * capability byte. */ if (pci_read_config_byte(pdev, pos + 3, &cap_type)) { |