Commit 45adae4
committed
(squash) checkpatch: fix indentation
Fix the following checkpatch complaints:
ERROR: code indent should use tabs where possible
torvalds#96: FILE: lib/livepatch/test_klp_convert1.c:43:
+ return 0;$
WARNING: please, no spaces at the start of a line
torvalds#96: FILE: lib/livepatch/test_klp_convert1.c:43:
+ return 0;$
ERROR: code indent should use tabs where possible
torvalds#99: FILE: lib/livepatch/test_klp_convert1.c:46:
+ .set = print_debug_set,$
WARNING: please, no spaces at the start of a line
torvalds#99: FILE: lib/livepatch/test_klp_convert1.c:46:
+ .set = print_debug_set,$
ERROR: code indent should use tabs where possible
torvalds#100: FILE: lib/livepatch/test_klp_convert1.c:47:
+ .get = param_get_int,$
WARNING: please, no spaces at the start of a line
torvalds#100: FILE: lib/livepatch/test_klp_convert1.c:47:
+ .get = param_get_int,$
ERROR: code indent should use tabs where possible
torvalds#221: FILE: lib/livepatch/test_klp_convert2.c:43:
+ return 0;$
WARNING: please, no spaces at the start of a line
torvalds#221: FILE: lib/livepatch/test_klp_convert2.c:43:
+ return 0;$
ERROR: code indent should use tabs where possible
torvalds#224: FILE: lib/livepatch/test_klp_convert2.c:46:
+ .set = print_debug_set,$
WARNING: please, no spaces at the start of a line
torvalds#224: FILE: lib/livepatch/test_klp_convert2.c:46:
+ .set = print_debug_set,$
ERROR: code indent should use tabs where possible
torvalds#225: FILE: lib/livepatch/test_klp_convert2.c:47:
+ .get = param_get_int,$
WARNING: please, no spaces at the start of a line
torvalds#225: FILE: lib/livepatch/test_klp_convert2.c:47:
+ .get = param_get_int,$
Signed-off-by: Joe Lawrence <[email protected]>1 parent f2eac39 commit 45adae4
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments