IB/mthca: Whitespace cleanups
Remove trailing whitespace and fix indentation that with spaces instead of tabs. Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
@@ -275,7 +275,7 @@ static int mthca_cmd_poll(struct mthca_dev *dev,
|
||||
}
|
||||
|
||||
if (out_is_imm)
|
||||
*out_param =
|
||||
*out_param =
|
||||
(u64) be32_to_cpu((__force __be32)
|
||||
__raw_readl(dev->hcr + HCR_OUT_PARAM_OFFSET)) << 32 |
|
||||
(u64) be32_to_cpu((__force __be32)
|
||||
|
Reference in New Issue
Block a user