WARNING: line length of 86 exceeds 80 columns #52: FILE: drivers/net/ethernet/ti/icssg/icss_iep.c:587: + val = readl(iep->base + iep->plat_data->reg_offs[ICSS_IEP_CMP1_REG1]); WARNING: line length of 81 exceeds 80 columns #61: FILE: drivers/net/ethernet/ti/icssg/icss_iep.c:596: + iep->base + iep->plat_data->reg_offs[ICSS_IEP_CMP1_REG1]); WARNING: line length of 81 exceeds 80 columns #77: FILE: drivers/net/ethernet/ti/icssg/icss_iep.c:612: + val = readl(iep->base + iep->plat_data->reg_offs[ICSS_IEP_CMP_STAT_REG]); WARNING: line length of 92 exceeds 80 columns #81: FILE: drivers/net/ethernet/ti/icssg/icss_iep.c:616: + writel(BIT(1), iep->base + iep->plat_data->reg_offs[ICSS_IEP_CMP_STAT_REG]); WARNING: line length of 81 exceeds 80 columns #123: FILE: drivers/net/ethernet/ti/icssg/icss_iep.c:886: + iep->cap_cmp_irq = platform_get_irq_byname_optional(pdev, "iep_cap_cmp"); total: 0 errors, 5 warnings, 0 checks, 113 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 ebd4a6865722 ("net: ti: icss-iep: Enable compare events") 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, 113 lines checked