MIPS: Trivial style cleanups in mmap.c
authorKevin Cernekee <cernekee@gmail.com>
Sat, 18 Jun 2011 18:28:48 +0000 (11:28 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 17 Sep 2011 00:37:04 +0000 (02:37 +0200)
commit16650107579aed81e0b0534a60400f9ba911fe9b
treea0628e1f814556334ef8300651e6c47e07bd792c
parentfe0b030cf016ee9a4b0ae4adb0095c46d0e461cc
MIPS: Trivial style cleanups in mmap.c

Fix checkpatch warnings.  Rename arch_get_unmapped_area_foo() to
arch_get_unmapped_area_common().  Make indentations and spacing more
consistent.  Add <linux/compiler.h> for likely/unlikely.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Cc: Jian Peng <jipeng2005@gmail.com>
Cc: David Daney <ddaney@caviumnetworks.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2506/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/mmap.c