Commit dd6ef9a
committed
(squash) checkpatch: don't initialize statics to 0
Fix the following checkpatch errors:
ERROR: do not initialise statics to 0
torvalds#89: FILE: lib/livepatch/test_klp_convert1.c:36:
+static int print_debug = 0;
ERROR: do not initialise statics to 0
torvalds#214: FILE: lib/livepatch/test_klp_convert2.c:36:
+static int print_debug = 0;
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>1 parent ad276bb commit dd6ef9a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments