ERROR: Remove Gerrit Change-Id's before submitting upstream #8: Change-Id: I122d031cb3eb122ff6a22ee55c749c254b19f45d WARNING: line length of 82 exceeds 80 columns #44: FILE: drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c:283: + mt76_connac_perf_ind_v1_fill(&req.perf, valid_period, tx_bytes, rx_bytes); WARNING: line length of 81 exceeds 80 columns #119: FILE: drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h:1914: +mt76_connac_perf_ind_v1_fill(struct mt76_connac_perf_ind *perf, u32 valid_period, WARNING: line length of 81 exceeds 80 columns #539: FILE: drivers/net/wireless/mediatek/mt76/mt792x_core.c:348: + return mt76_connac_mcu_uni_set_perf_ind(&dev->mt76, valid_period, total: 1 errors, 3 warnings, 0 checks, 583 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 c6b5f77957f3 ("wifi: mt76: add PERF_IND for mt7922/mt7928") 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.