Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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>
- Loading branch information