WARNING: line length of 82 exceeds 80 columns #57: FILE: drivers/net/wireless/mediatek/mt76/mt7996/mcu.c:860: + /* a tag_len below the header size would not advance the buffer */ WARNING: line length of 83 exceeds 80 columns #74: FILE: drivers/net/wireless/mediatek/mt76/mt7996/mcu.c:877: + struct mt7996_mcu_ps_multi_client_info *info = (void *)tlv; WARNING: line length of 94 exceeds 80 columns #82: FILE: drivers/net/wireless/mediatek/mt76/mt7996/mcu.c:885: + (tag_len - sizeof(*info)) / sizeof(info->sta_ps_info[0])); CHECK: Alignment should match open parenthesis #87: FILE: drivers/net/wireless/mediatek/mt76/mt7996/mcu.c:890: + mt7996_mcu_ps_transition(dev, + FIELD_GET(MT7996_PS_MULTI_WCID, entry), CHECK: Alignment should match open parenthesis #99: FILE: drivers/net/wireless/mediatek/mt76/mt7996/mcu.c:902: + mt7996_mcu_ps_transition(dev, i, + !!(bitmap[i / 8] & BIT(i % 8))); total: 0 errors, 3 warnings, 2 checks, 146 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 2d988e8436c8 ("wifi: mt76: mt7996: handle UNI PS sync events") 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, 2 checks, 146 lines checked