]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/lib/strstr_32.c
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-omap-h63xx.git] / arch / x86 / lib / strstr_32.c
index a3dafbf59daecb6fe9a8d27ea8bc44748a332708..42e8a50303f32d6000416dfd08c2caec942c20f4 100644 (file)
@@ -1,9 +1,9 @@
 #include <linux/string.h>
 
-char * strstr(const char * cs,const char * ct)
+char *strstr(const char *cs, const char *ct)
 {
 int    d0, d1;
-register char * __res;
+register char *__res;
 __asm__ __volatile__(
        "movl %6,%%edi\n\t"
        "repne\n\t"