Commit 6823c0fe authored by Dave Jones's avatar Dave Jones

[PATCH] Correct indentation on x86-64 MTRR driver.

Somewhere along the line, indentation on this file went mental.
parent feed5186
......@@ -647,7 +647,8 @@ int mtrr_add_page (u64 base, u32 size, unsigned int type, char increment)
if (base & (size_or_mask>>PAGE_SHIFT)) {
printk (KERN_WARNING "mtrr: base(%lx) exceeds the MTRR width(%lx)\n",
base, (size_or_mask>>PAGE_SHIFT));
(unsigned long) base,
(unsigned long) (size_or_mask>>PAGE_SHIFT));
return -EINVAL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment