hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
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