WARNING: line length of 98 exceeds 80 columns #101: FILE: drivers/net/wwan/t7xx/t7xx_port_ctrl_msg.c:202: + ret = t7xx_port_enum_msg_handler(ctl->md, (struct port_msg *)skb->data, skb->len); WARNING: line length of 81 exceeds 80 columns #114: FILE: drivers/net/wwan/t7xx/t7xx_port_proxy.h:106: +int t7xx_port_enum_msg_handler(struct t7xx_modem *md, void *msg, size_t msg_len); total: 0 errors, 2 warnings, 0 checks, 71 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 77ecc72a553c ("net: wwan: t7xx: validate port_count against message length in t7xx_port_enum_msg_handler") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 2 warnings, 0 checks, 71 lines checked