WARNING: line length of 91 exceeds 80 columns #179: FILE: drivers/mfd/nct6694.c:84: +int nct6694_read_msg(struct nct6694 *nct6694, struct nct6694_cmd_header *cmd_hd, void *buf) WARNING: line length of 92 exceeds 80 columns #223: FILE: drivers/mfd/nct6694.c:128: +int nct6694_write_msg(struct nct6694 *nct6694, struct nct6694_cmd_header *cmd_hd, void *buf) WARNING: line length of 88 exceeds 80 columns #385: FILE: drivers/mfd/nct6694.c:290: + nct6694->usb_msg = devm_kzalloc(dev, sizeof(union nct6694_usb_msg), GFP_KERNEL); WARNING: line length of 81 exceeds 80 columns #427: FILE: drivers/mfd/nct6694.c:332: + ret = mfd_add_hotplug_devices(dev, nct6694_dev, ARRAY_SIZE(nct6694_dev)); WARNING: line length of 81 exceeds 80 columns #576: FILE: include/linux/mfd/nct6694.h:102: +int nct6694_write_msg(struct nct6694 *nct6694, struct nct6694_cmd_header *cmd_hd, total: 0 errors, 5 warnings, 0 checks, 523 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 14f24937cac5 ("mfd: Add core driver for Nuvoton NCT6694") 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, 523 lines checked