[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)
commit58cd90829918dabbd81a453de676d41fb7b628ad
tree7806f84a89f767f3a9e78d0e198054f24fae0aee
parentdcc17d1baef3721d1574e5b2f4f2d4607514bcff
[IA64] make mmu_context.h and tlb.c 80-column friendly

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>
arch/ia64/mm/tlb.c
include/asm-ia64/mmu_context.h