Commit e823acc0 authored by Chris Metcalf's avatar Chris Metcalf

tile: remove stray blank space

The compat sys_llseek() definition addition added a bogus space
on an otherwise-blank line.
Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 88e2692a
......@@ -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),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment