Commit 186ba1a
mm-check-the-return-value-of-lookup_page_ext-for-all-call-sites-checkpatch-fixes
WARNING: Missing a blank line after declarations
torvalds#34: FILE: include/linux/page_idle.h:50:
+ struct page_ext *page_ext;
+ page_ext = lookup_page_ext(page);
WARNING: Missing a blank line after declarations
torvalds#45: FILE: include/linux/page_idle.h:60:
+ struct page_ext *page_ext;
+ page_ext = lookup_page_ext(page);
WARNING: Missing a blank line after declarations
torvalds#57: FILE: include/linux/page_idle.h:70:
+ struct page_ext *page_ext;
+ page_ext = lookup_page_ext(page);
WARNING: Missing a blank line after declarations
torvalds#68: FILE: include/linux/page_idle.h:80:
+ struct page_ext *page_ext;
+ page_ext = lookup_page_ext(page);
WARNING: Missing a blank line after declarations
torvalds#79: FILE: include/linux/page_idle.h:90:
+ struct page_ext *page_ext;
+ page_ext = lookup_page_ext(page);
WARNING: Missing a blank line after declarations
torvalds#90: FILE: include/linux/page_idle.h:100:
+ struct page_ext *page_ext;
+ page_ext = lookup_page_ext(page);
total: 1 errors, 6 warnings, 196 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
./patches/mm-check-the-return-value-of-lookup_page_ext-for-all-call-sites.patch has style problems, please review.
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
Please run checkpatch prior to sending patches
Cc: Joonsoo Kim <[email protected]>
Cc: Yang Shi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>1 parent 38c4fff commit 186ba1a
1 file changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments