WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #110: new file mode 100644 WARNING: line length of 83 exceeds 80 columns #135: FILE: drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c:21: + seq_printf(s, "ob_rd_dword: %llu\n", fbd->hw_stats.pcie.ob_rd_dword.value); WARNING: line length of 83 exceeds 80 columns #137: FILE: drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c:23: + seq_printf(s, "ob_wr_dword: %llu\n", fbd->hw_stats.pcie.ob_wr_dword.value); WARNING: line length of 81 exceeds 80 columns #138: FILE: drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c:24: + seq_printf(s, "ob_cpl_tlp: %llu\n", fbd->hw_stats.pcie.ob_cpl_tlp.value); WARNING: line length of 85 exceeds 80 columns #139: FILE: drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c:25: + seq_printf(s, "ob_cpl_dword: %llu\n", fbd->hw_stats.pcie.ob_cpl_dword.value); WARNING: line length of 85 exceeds 80 columns #140: FILE: drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c:26: + seq_printf(s, "ob_rd_no_tag: %llu\n", fbd->hw_stats.pcie.ob_rd_no_tag.value); WARNING: line length of 95 exceeds 80 columns #141: FILE: drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c:27: + seq_printf(s, "ob_rd_no_cpl_cred: %llu\n", fbd->hw_stats.pcie.ob_rd_no_cpl_cred.value); WARNING: line length of 93 exceeds 80 columns #142: FILE: drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c:28: + seq_printf(s, "ob_rd_no_np_cred: %llu\n", fbd->hw_stats.pcie.ob_rd_no_np_cred.value); WARNING: line length of 98 exceeds 80 columns #153: FILE: drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c:39: + debugfs_create_file("pcie_stats", 0400, fbnic_dbg_root, NULL, &fbnic_dbg_pcie_stats_fops); total: 0 errors, 9 warnings, 0 checks, 266 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 e05c30c81f32 ("eth: fbnic: Add PCIe hardware statistics") 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, 9 warnings, 0 checks, 266 lines checked