diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2013-09-16 22:41:21 +0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-09-16 23:47:32 +0400 |
commit | e823acc0a9e36a5645cdf0c57fa5f738b51bb999 (patch) | |
tree | d009fadb93f9867ec691ea3590d152d7982251d1 /arch | |
parent | 88e2692a4dff0d1f80e9761ade3db2ea59206c1e (diff) | |
download | linux-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')
-rw-r--r-- | arch/tile/kernel/compat.c | 2 |
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), |