summaryrefslogtreecommitdiff
path: root/arch/tile
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2013-09-16 18:41:21 (GMT)
committerChris Metcalf <cmetcalf@tilera.com>2013-09-16 19:47:32 (GMT)
commite823acc0a9e36a5645cdf0c57fa5f738b51bb999 (patch)
treed009fadb93f9867ec691ea3590d152d7982251d1 /arch/tile
parent88e2692a4dff0d1f80e9761ade3db2ea59206c1e (diff)
downloadlinux-fsl-qoriq-e823acc0a9e36a5645cdf0c57fa5f738b51bb999.tar.xz
tile: remove stray blank space
The compat sys_llseek() definition addition added a bogus space on an otherwise-blank line. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile')
-rw-r--r--arch/tile/kernel/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/kernel/compat.c b/arch/tile/kernel/compat.c
index ed37841..4912084 100644
--- a/arch/tile/kernel/compat.c
+++ b/arch/tile/kernel/compat.c
@@ -84,7 +84,7 @@ COMPAT_SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned int, offset_high,
{
return sys_llseek(fd, offset_high, offset_low, result, origin);
}
-
+
/* Provide the compat syscall number to call mapping. */
#undef __SYSCALL
#define __SYSCALL(nr, call) [nr] = (call),