WARNING: line length of 86 exceeds 80 columns #97: FILE: drivers/watchdog/nct6694_wdt.c:27: +#define REQUEST_WDT_CMD0_OFFSET(idx) (idx ? 0x0100 : 0x0000) /* OFFSET = SEL|CMD */ WARNING: line length of 86 exceeds 80 columns #110: FILE: drivers/watchdog/nct6694_wdt.c:40: +#define REQUEST_WDT_CMD1_OFFSET(idx) (idx ? 0x0101 : 0x0001) /* OFFSET = SEL|CMD */ WARNING: line length of 88 exceeds 80 columns #243: FILE: drivers/watchdog/nct6694_wdt.c:173: + pr_err("%s: Don't write the setup command in Start stage!\n", __func__); WARNING: line length of 86 exceeds 80 columns #284: FILE: drivers/watchdog/nct6694_wdt.c:214: + pretimeout_fmt = wdev->pretimeout * 1000 | (WDT_PRETIMEOUT_ACT << 24); WARNING: From:/Signed-off-by: email address mismatch: 'From: Ming Yu ' != 'Signed-off-by: Ming Yu ' total: 0 errors, 5 warnings, 0 checks, 360 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 22f317f2312e ("watchdog: Add Nuvoton NCT6694 WDT 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, 5 warnings, 0 checks, 360 lines checked