WARNING: line length of 86 exceeds 80 columns #39: FILE: net/mac80211/sta_info.c:2807: + duration = ieee80211_rate_expected_tx_airtime(hw, NULL, ri, band, true, 1024); CHECK: Alignment should match open parenthesis #56: FILE: net/mac80211/sta_info.c:3031: + thr = sta_estimate_expected_throughput(sta, + &link_sinfo->txrate, CHECK: Alignment should match open parenthesis #68: FILE: net/mac80211/sta_info.c:3289: + thr = sta_estimate_expected_throughput(sta, &sinfo->txrate, + &sdata->vif.bss_conf); WARNING: line length of 87 exceeds 80 columns #70: FILE: net/mac80211/sta_info.c:3291: + sinfo->filled |= BIT_ULL(NL80211_STA_INFO_EXPECTED_THROUGHPUT); WARNING: line length of 85 exceeds 80 columns #88: FILE: net/mac80211/sta_info.c:3326: + struct link_station_info *link_sinfo = sinfo->links[link_id]; WARNING: line length of 97 exceeds 80 columns #104: FILE: net/mac80211/sta_info.c:3339: + (link_sinfo->filled & BIT_ULL(NL80211_STA_INFO_EXPECTED_THROUGHPUT))) WARNING: line length of 87 exceeds 80 columns #108: FILE: net/mac80211/sta_info.c:3343: + sinfo->filled |= BIT_ULL(NL80211_STA_INFO_EXPECTED_THROUGHPUT); total: 0 errors, 5 warnings, 2 checks, 87 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 8377e67c628f ("wifi: mac80211: estimate expected throughput if not provided by driver/rc") 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, 5 warnings, 2 checks, 87 lines checked