WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #243: new file mode 100644 CHECK: Comparison to NULL could be written "pin->dpll_pin" #657: FILE: drivers/dpll/zl3073x/dpll.c:410: + WARN(pin->dpll_pin != NULL, "DPLL pin is still registered\n"); CHECK: Comparison to NULL could be written "!pin->dpll_pin" #747: FILE: drivers/dpll/zl3073x/dpll.c:500: + WARN(pin->dpll_pin == NULL, "DPLL pin is not registered\n"); CHECK: Comparison to NULL could be written "!zldpll->dpll_dev" #961: FILE: drivers/dpll/zl3073x/dpll.c:714: + WARN(zldpll->dpll_dev == NULL, "DPLL device is not registered\n"); CHECK: Blank lines aren't necessary before a close brace '}' #1034: FILE: drivers/dpll/zl3073x/dpll.c:787: + +} CHECK: Comparison to NULL could be written "zldpll->dpll_dev" #1102: FILE: drivers/dpll/zl3073x/dpll.c:855: + WARN(zldpll->dpll_dev != NULL, "DPLL device is still registered\n"); total: 0 errors, 1 warnings, 5 checks, 1191 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. Commit 0e2a6ec0c380 ("dpll: zl3073x: Register DPLL devices and pins") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 1 warnings, 5 checks, 1191 lines checked