WARNING: line length of 83 exceeds 80 columns #57: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:884: + seq_printf(s, "\t\texternal clockrate \t :%x\n", fwdata->ptp_ext_clk_rate); WARNING: line length of 81 exceeds 80 columns #58: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:885: + seq_printf(s, "\t\texternal timestamp \t :%x\n", fwdata->ptp_ext_tstamp); WARNING: line length of 83 exceeds 80 columns #64: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:891: + seq_printf(s, "\t\tNode ID \t\t :%x\n", fwdata->channel_data.info.node_id); WARNING: line length of 90 exceeds 80 columns #65: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:892: + seq_printf(s, "\t\tNumner of VFs \t\t :%x\n", fwdata->channel_data.info.max_vfs); WARNING: line length of 97 exceeds 80 columns #66: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:893: + seq_printf(s, "\t\tNumber of PF-Rings \t :%x\n", fwdata->channel_data.info.num_pf_rings); WARNING: line length of 83 exceeds 80 columns #67: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:894: + seq_printf(s, "\t\tPF SRN \t\t\t :%x\n", fwdata->channel_data.info.pf_srn); WARNING: line length of 84 exceeds 80 columns #135: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:3011: + seq_printf(s, "\t\t Link modes \t\t :%llx\n", fwdata->supported_link_modes); WARNING: line length of 90 exceeds 80 columns #142: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:3018: + seq_printf(s, "\t\t Link modes \t\t :%llx\n", (u64)fwdata->advertised_link_modes); WARNING: line length of 96 exceeds 80 columns #153: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:3029: + seq_printf(s, "\t\t Link modes own \t :%llx\n", (u64)fwdata->advertised_link_modes_own); WARNING: line length of 94 exceeds 80 columns #173: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:3049: + seq_printf(s, "\t\t Mod type configurable \t\t :%x\n", phy->misc.can_change_mod_type); WARNING: line length of 94 exceeds 80 columns #176: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:3052: + seq_printf(s, "\t\t RSFEC corrected words \t\t :%x\n", phy->fec_stats.rsfec_corr_cws); WARNING: line length of 96 exceeds 80 columns #177: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:3053: + seq_printf(s, "\t\t RSFEC uncorrected words \t :%x\n", phy->fec_stats.rsfec_uncorr_cws); WARNING: line length of 95 exceeds 80 columns #178: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:3054: + seq_printf(s, "\t\t BRFEC corrected words \t\t :%x\n", phy->fec_stats.brfec_corr_blks); WARNING: line length of 97 exceeds 80 columns #179: FILE: drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c:3055: + seq_printf(s, "\t\t BRFEC uncorrected words \t :%x\n", phy->fec_stats.brfec_uncorr_blks); total: 0 errors, 14 warnings, 0 checks, 185 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 f1e9964b1836 ("Octeontx2-af: Debugfs support for firmware data") 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, 14 warnings, 0 checks, 185 lines checked