IB/mthca: Formatting cleanups

Fix a few whitespace and other coding style problems.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
Roland Dreier
2008-04-16 21:01:03 -07:00
parent 4b119e21d0
commit b39993936d
6 changed files with 11 additions and 11 deletions

View File

@@ -412,7 +412,7 @@ err:
if (table->icm[i]) {
mthca_UNMAP_ICM(dev, virt + i * MTHCA_TABLE_CHUNK_SIZE,
MTHCA_TABLE_CHUNK_SIZE / MTHCA_ICM_PAGE_SIZE,
&status);
&status);
mthca_free_icm(dev, table->icm[i], table->coherent);
}