summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/branch.c
diff options
context:
space:
mode:
authorTony Wu <tung7970@gmail.com>2013-06-21 10:10:46 +0000
committerRalf Baechle <ralf@linux-mips.org>2013-07-01 15:10:57 +0200
commitfc192e50f868d8f34b15a18c38407f4b9468a31d (patch)
tree98cc6a85cf581af6967cf3f6e087b433bab55b45 /arch/mips/kernel/branch.c
parent4df715aaf566110bedb3751ed235a3bacdebbdde (diff)
downloadlinux-fc192e50f868d8f34b15a18c38407f4b9468a31d.tar.gz
linux-fc192e50f868d8f34b15a18c38407f4b9468a31d.tar.xz
MIPS: Cleanup indentation and whitespace
Signed-off-by: Tony Wu <tung7970@gmail.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5536/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/branch.c')
-rw-r--r--arch/mips/kernel/branch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/branch.c b/arch/mips/kernel/branch.c
index 46c2ad0703a0..4d78bf445a9c 100644
--- a/arch/mips/kernel/branch.c
+++ b/arch/mips/kernel/branch.c
@@ -467,5 +467,4 @@ unaligned:
printk("%s: unaligned epc - sending SIGBUS.\n", current->comm);
force_sig(SIGBUS, current);
return -EFAULT;
-
}