Re: [PATCH v2 3/3] lib: rename lib/find_next_bit.c to lib/find_bit.c

2015-02-02 Thread Rasmus Villemoes
On Sat, Jan 31 2015, yury.no...@gmail.com wrote: > From: Yury Norov > > This file contains implementation for: > - find_last_bit; > - find_first_zero_bit; > - find_first_bit; > - find_next_zero_bit; > - find_next_bit. > [and a few _le variants] > So giving more generic name looks reasonable.

Re: [PATCH v2 3/3] lib: rename lib/find_next_bit.c to lib/find_bit.c

2015-02-02 Thread Rasmus Villemoes
On Sat, Jan 31 2015, yury.no...@gmail.com wrote: From: Yury Norov yury.no...@gmail.com This file contains implementation for: - find_last_bit; - find_first_zero_bit; - find_first_bit; - find_next_zero_bit; - find_next_bit. [and a few _le variants] So giving more generic name looks

[PATCH v2 3/3] lib: rename lib/find_next_bit.c to lib/find_bit.c

2015-01-31 Thread yury . norov
From: Yury Norov This file contains implementation for: - find_last_bit; - find_first_zero_bit; - find_first_bit; - find_next_zero_bit; - find_next_bit. So giving more generic name looks reasonable. Signed-off-by: Yury Norov --- lib/Makefile| 2 +- lib/find_bit.c | 194

[PATCH v2 3/3] lib: rename lib/find_next_bit.c to lib/find_bit.c

2015-01-31 Thread yury . norov
From: Yury Norov yury.no...@gmail.com This file contains implementation for: - find_last_bit; - find_first_zero_bit; - find_first_bit; - find_next_zero_bit; - find_next_bit. So giving more generic name looks reasonable. Signed-off-by: Yury Norov yury.no...@gmail.com --- lib/Makefile|