Re: [PATCH 0/8] make some functions return bool

From: David Rientjes
Date: Tue Dec 12 2017 - 00:50:24 EST


On Mon, 11 Dec 2017, Yaowei Bai wrote:

> This patchset makes some *_is_* like functions return bool because
> these functions only use true or false as their return values.
>
> No functional changes.
>

I think the concern about this type of patchset in the past is that it is
unnecessary churn and makes it more time consuming to research git history
without any significant improvement.