MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
|
||||
extern void *__bzero(void *__s, size_t __count);
|
||||
extern long __strncpy_from_user_nocheck_asm(char *__to,
|
||||
const char *__from, long __len);
|
||||
const char *__from, long __len);
|
||||
extern long __strncpy_from_user_asm(char *__to, const char *__from,
|
||||
long __len);
|
||||
long __len);
|
||||
extern long __strlen_user_nocheck_asm(const char *s);
|
||||
extern long __strlen_user_asm(const char *s);
|
||||
extern long __strnlen_user_nocheck_asm(const char *s);
|
||||
|
Reference in New Issue
Block a user