[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <551B5F6E.3060904@gmail.com>
Date: Wed, 01 Apr 2015 06:01:02 +0300
From: Yury <yury.norov@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: linux@...izon.com, klimov.linux@...il.com,
linux@...musvillemoes.dk, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] lib: bitmap_[empty,full]: remove code duplication
On 01.04.2015 02:06, Andrew Morton wrote:
> On Sun, 29 Mar 2015 05:03:55 +0300 Yury Norov <yury.norov@...il.com> wrote:
>
>> Function 'bitmap_empty' has it's own implementation.
>> But it's clearly as simple as:
>> "find_first_bit(src, nbits) == nbits"
>> The same is true for 'bitmap_full'.
> Looks OK.
>
> Please send a Signed-off-by: for this patch.
Hello Andrew,
Is it enough?
Signed-off-by: Yury Norov <yury.norov@...il.com>
BR,
Yury Norov
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists