hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/scripts/coccinelle/misc/array_size.cocci
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
23 ///
34 //# This makes an effort to find cases where ARRAY_SIZE can be used such as
....@@ -6,7 +7,7 @@
67 //# division of the two sizeofs by ARRAY_SIZE.
78 //
89 // Confidence: High
9
-// Copyright: (C) 2014 Himangi Saraogi. GPLv2.
10
+// Copyright: (C) 2014 Himangi Saraogi.
1011 // Comments:
1112 // Options: --no-includes --include-headers
1213