diff options
author | Roland Dreier <rolandd@cisco.com> | 2006-02-01 16:38:24 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-03-20 13:08:09 -0500 |
commit | 2fa5e2ebbe2d81f741ba7bed9e07dc38cc734625 (patch) | |
tree | 6cb2693d8e10a903d78e236e90645fc6df28c9b3 /drivers/infiniband/hw/mthca/mthca_av.c | |
parent | 4885bf64bc2eb242ebebe67077cfe3688283b586 (diff) |
IB/mthca: Whitespace cleanups
Remove trailing whitespace and fix indentation that with spaces
instead of tabs.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_av.c')
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_av.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_av.c b/drivers/infiniband/hw/mthca/mthca_av.c index a19e0ed03d7c..198f1267e984 100644 --- a/drivers/infiniband/hw/mthca/mthca_av.c +++ b/drivers/infiniband/hw/mthca/mthca_av.c | |||
@@ -147,7 +147,7 @@ int mthca_destroy_ah(struct mthca_dev *dev, struct mthca_ah *ah) | |||
147 | switch (ah->type) { | 147 | switch (ah->type) { |
148 | case MTHCA_AH_ON_HCA: | 148 | case MTHCA_AH_ON_HCA: |
149 | mthca_free(&dev->av_table.alloc, | 149 | mthca_free(&dev->av_table.alloc, |
150 | (ah->avdma - dev->av_table.ddr_av_base) / | 150 | (ah->avdma - dev->av_table.ddr_av_base) / |
151 | MTHCA_AV_SIZE); | 151 | MTHCA_AV_SIZE); |
152 | break; | 152 | break; |
153 | 153 | ||