tile: remove stray blank space
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 16 Sep 2013 18:41:21 +0000 (14:41 -0400)
committerChris 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

index ed37841..4912084 100644 (file)
@@ -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),