kernel/scripts/coccinelle/misc/boolconv.cocci
.. .. @@ -1,9 +1,10 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /// Remove unneeded conversion to bool 2 3 /// 3 4 //# Relational and logical operators evaluate to bool, 4 5 //# explicit conversion is overly verbose and unneeded. 5 6 // 6 -// Copyright: (C) 2016 Andrew F. Davis <afd@ti.com> GPLv2.7 +// Copyright: (C) 2016 Andrew F. Davis <afd@ti.com>7 8 8 9 virtual patch 9 10 virtual context