You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <iamjoonsoo.kim@lge.com>
Cc: Yang Shi <yang.shi@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
0 commit comments