Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82737
b: refs/heads/master
c: 4fe3fca
h: refs/heads/master
i:
  82735: f1a017d
v: v3
  • Loading branch information
Robert P. J. Day authored and Adrian Bunk committed Feb 3, 2008
1 parent 7b9a4e6 commit 653d1da
Show file tree
Hide file tree
Showing 3 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: a247b5d594aafe3a0121ae658a974cbea32e18d6
refs/heads/master: 4fe3fcaca008ec24bb4b9cb4a9e4d17bee06c755
2 changes: 1 addition & 1 deletion trunk/arch/x86/lib/bitops_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <linux/module.h>

/**
* find_next_bit - find the first set bit in a memory region
* find_next_bit - find the next set bit in a memory region
* @addr: The address to base the search on
* @offset: The bitnumber to start searching at
* @size: The maximum size to search
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/lib/bitops_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ long find_first_zero_bit(const unsigned long * addr, unsigned long size)
}

/**
* find_next_zero_bit - find the first zero bit in a memory region
* find_next_zero_bit - find the next zero bit in a memory region
* @addr: The address to base the search on
* @offset: The bitnumber to start searching at
* @size: The maximum size to search
Expand Down

0 comments on commit 653d1da

Please sign in to comment.