hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/scripts/coccinelle/misc/boolconv.cocci
....@@ -1,9 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /// Remove unneeded conversion to bool
23 ///
34 //# Relational and logical operators evaluate to bool,
45 //# explicit conversion is overly verbose and unneeded.
56 //
6
-// Copyright: (C) 2016 Andrew F. Davis <afd@ti.com> GPLv2.
7
+// Copyright: (C) 2016 Andrew F. Davis <afd@ti.com>
78
89 virtual patch
910 virtual context