]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/mm: Reduce indentation in flush_tlb_func()
authorAndy Lutomirski <luto@kernel.org>
Mon, 22 May 2017 22:30:02 +0000 (15:30 -0700)
committerIngo Molnar <mingo@kernel.org>
Wed, 24 May 2017 08:18:27 +0000 (10:18 +0200)
commitb3b90e5af7976e46541f5029a369c9c38c5e4cea
tree72c716db4c250862db6c777e7951177904096fa5
parentca6c99c0794875c6d1db6e22f246699691ab7e6b
x86/mm: Reduce indentation in flush_tlb_func()

The leave_mm() case can just exit the function early so we don't
need to indent the entire remainder of the function.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Acked-by: Kees Cook <keescook@chromium.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Borislav Petkov <bpetkov@suse.de>
Cc: Dave Hansen <dave.hansen@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Nadav Amit <nadav.amit@gmail.com>
Cc: Nadav Amit <namit@vmware.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rik van Riel <riel@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mm@kvack.org
Link: http://lkml.kernel.org/r/97901ddcc9821d7bc7b296d2918d1179f08aaf22.1495492063.git.luto@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/mm/tlb.c