Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322078
b: refs/heads/master
c: c3a5ce0
h: refs/heads/master
v: v3
  • Loading branch information
WANG Cong authored and Linus Torvalds committed Aug 21, 2012
1 parent f9718f8 commit e0680af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d46f3d86fdc9248b4a8497a7da229812a15ba670
refs/heads/master: c3a5ce0416b6c172a23bc8a3760d8704d3d1535b
2 changes: 1 addition & 1 deletion trunk/include/linux/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ static inline bool strstarts(const char *str, const char *prefix)
{
return strncmp(str, prefix, strlen(prefix)) == 0;
}
#endif

extern size_t memweight(const void *ptr, size_t bytes);

#endif /* __KERNEL__ */
#endif /* _LINUX_STRING_H_ */

0 comments on commit e0680af

Please sign in to comment.