Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88645
b: refs/heads/master
c: f73920c
h: refs/heads/master
i:
  88643: 9400701
v: v3
  • Loading branch information
Paolo Ciarrocchi authored and Ingo Molnar committed Apr 17, 2008
1 parent 8232327 commit 2d79cdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d717ca84c02f4b60a85502c23bca5698801dfaae
refs/heads/master: f73920cd63d316008738427a0df2caab6cc88ad7
4 changes: 2 additions & 2 deletions trunk/arch/x86/lib/strstr_32.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2d79cdb

Please sign in to comment.