From: Chen, Kenneth W Date: Sun, 30 Oct 2005 01:47:04 +0000 (-0700) Subject: [IA64] make mmu_context.h and tlb.c 80-column friendly X-Git-Tag: v2.6.15-rc1~42^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58cd90829918dabbd81a453de676d41fb7b628ad;p=pandora-kernel.git [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 Signed-off-by: Tony Luck --- Reading git-diff-tree failed