提交 e823acc0 编写于 作者: C 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: NChris Metcalf <cmetcalf@tilera.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册