WARNING: line length of 88 exceeds 80 columns #196: FILE: drivers/net/ethernet/broadcom/bnge/bnge_netdev.c:3060: + rx_save->hw_drop_overruns += BNGE_GET_RING_STATS64(sw, rx_discard_pkts); WARNING: line length of 84 exceeds 80 columns #206: FILE: drivers/net/ethernet/broadcom/bnge/bnge_netdev.c:3070: + tx_save->hw_drop_errors += BNGE_GET_RING_STATS64(sw, tx_error_pkts); WARNING: line length of 81 exceeds 80 columns #207: FILE: drivers/net/ethernet/broadcom/bnge/bnge_netdev.c:3071: + tx_save->hw_drops += BNGE_GET_RING_STATS64(sw, tx_discard_pkts) + CHECK: spinlock_t definition without comment #359: FILE: drivers/net/ethernet/broadcom/bnge/bnge_netdev.h:369: + spinlock_t stats_lock; total: 0 errors, 3 warnings, 1 checks, 300 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 791e57a8baa3 ("bng_en: implement netdev_stat_ops") 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, 3 warnings, 1 checks, 300 lines checked