projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e2692
)
tile: remove stray blank space
author
Chris Metcalf
<cmetcalf@tilera.com>
Mon, 16 Sep 2013 18:41:21 +0000
(14:41 -0400)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Mon, 16 Sep 2013 19:47:32 +0000
(15:47 -0400)
The compat sys_llseek() definition addition added a bogus space
on an otherwise-blank line.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/kernel/compat.c
patch
|
blob
|
history
diff --git
a/arch/tile/kernel/compat.c
b/arch/tile/kernel/compat.c
index
ed37841
..
4912084
100644
(file)
--- 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),