CHECK: struct mutex definition without comment #108: FILE: drivers/gpio/gpio-nct6694.c:37: + struct mutex lock; WARNING: ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP #273: FILE: drivers/gpio/gpio-nct6694.c:202: + return -ENOTSUPP; WARNING: ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP #384: FILE: drivers/gpio/gpio-nct6694.c:313: + return -ENOTSUPP; WARNING: line length of 83 exceeds 80 columns #480: FILE: drivers/gpio/gpio-nct6694.c:409: + return dev_err_probe(dev, ret, "Failed to get irq trigger type\n"); WARNING: From:/Signed-off-by: email address mismatch: 'From: Ming Yu ' != 'Signed-off-by: Ming Yu ' total: 0 errors, 4 warnings, 1 checks, 473 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 5be2e98dbcb8 ("gpio: Add Nuvoton NCT6694 GPIO support") 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, 4 warnings, 1 checks, 473 lines checked