aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2013-09-16 14:41:21 -0400
committerChris Metcalf <cmetcalf@tilera.com>2013-09-16 15:47:32 -0400
commite823acc0a9e36a5645cdf0c57fa5f738b51bb999 (patch)
treed009fadb93f9867ec691ea3590d152d7982251d1 /arch/tile
parenttile: <arch/> header updates from upstream (diff)
downloadlinux-dev-e823acc0a9e36a5645cdf0c57fa5f738b51bb999.tar.xz
linux-dev-e823acc0a9e36a5645cdf0c57fa5f738b51bb999.zip
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 ed378416b86a..49120843ff96 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),