Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19615
b: refs/heads/master
c: f434baf
h: refs/heads/master
i:
  19613: 5cb4c11
  19611: d8e5ea9
  19607: 021412d
  19599: 126624c
  19583: f695cbe
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Feb 3, 2006
1 parent fc6554b commit 4bb7e32
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: c9ab8b68e2abb1eff7ac0f8d118a8765130b967d
refs/heads/master: f434baf4c6ae4a392b7c34843825af0894c89db2
2 changes: 1 addition & 1 deletion trunk/include/linux/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static inline int generic_fls64(__u64 x)
{
__u32 h = x >> 32;
if (h)
return fls(x) + 32;
return fls(h) + 32;
return fls(x);
}

Expand Down

0 comments on commit 4bb7e32

Please sign in to comment.