[IA64] make mmu_context.h and tlb.c 80-column friendly
authorChen, Kenneth W <kenneth.w.chen@intel.com>
Sun, 30 Oct 2005 01:47:04 +0000 (18:47 -0700)
committerTony Luck <tony.luck@intel.com>
Thu, 3 Nov 2005 22:43:50 +0000 (14:43 -0800)
wrap_mmu_context(), delayed_tlb_flush(), get_mmu_context() all
have an extra { } block which cause one extra indentation.
get_mmu_context() is particularly bad with 5 indentations to
the most inner "if".  It finally gets on my nerve that I can't
keep the code within 80 columns.  Remove the extra { } block
and while I'm at it, reformat all the comments to 80-column
friendly.  No functional change at all with this patch.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found