WARNING: line length of 87 exceeds 80 columns #84: FILE: drivers/net/ethernet/ti/icssg/icss_iep.c:452: + regmap_write(iep->map, ICSS_IEP_CMP1_REG1, upper_32_bits(cmp)); WARNING: line length of 86 exceeds 80 columns #91: FILE: drivers/net/ethernet/ti/icssg/icss_iep.c:459: + regmap_write(iep->map, ICSS_IEP_SYNC_CTRL_REG, 0); /* one-shot mode */ WARNING: line length of 81 exceeds 80 columns #94: FILE: drivers/net/ethernet/ti/icssg/icss_iep.c:462: + IEP_CMP_CFG_CMP_EN(1), IEP_CMP_CFG_CMP_EN(1)); WARNING: line length of 81 exceeds 80 columns #142: FILE: drivers/net/ethernet/ti/icssg/icss_iep.c:478: + IEP_SYNC_CTRL_SYNC_N_EN(0) | IEP_SYNC_CTRL_SYNC_EN); WARNING: line length of 81 exceeds 80 columns #145: FILE: drivers/net/ethernet/ti/icssg/icss_iep.c:481: + IEP_CMP_CFG_CMP_EN(1), IEP_CMP_CFG_CMP_EN(1)); WARNING: line length of 81 exceeds 80 columns #161: FILE: drivers/net/ethernet/ti/icssg/icss_iep.c:500: + /* Set default "on" time (1ms) for the signal if not passed by the app */ total: 0 errors, 6 warnings, 0 checks, 151 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 579321c80221 ("net: ti: icss-iep: Fix possible NULL pointer dereference for perout request") 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, 6 warnings, 0 checks, 151 lines checked