Skip to content

Commit e823acc

Browse files
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 <[email protected]>
1 parent 88e2692 commit e823acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/tile/kernel/compat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ COMPAT_SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned int, offset_high,
8484
{
8585
return sys_llseek(fd, offset_high, offset_low, result, origin);
8686
}
87-
87+
8888
/* Provide the compat syscall number to call mapping. */
8989
#undef __SYSCALL
9090
#define __SYSCALL(nr, call) [nr] = (call),

0 commit comments

Comments
 (0)