WARNING: line length of 81 exceeds 80 columns #115: FILE: drivers/net/wireless/ath/ath12k/mac.c:13616: + if (sband->channels[sband_idx].flags & IEEE80211_CHAN_DISABLED) { WARNING: line length of 83 exceeds 80 columns #209: FILE: drivers/net/wireless/ath/ath12k/wmi.c:7690: + survey->filled = SURVEY_INFO_NOISE_DBM | SURVEY_INFO_TIME | WARNING: line length of 96 exceeds 80 columns #214: FILE: drivers/net/wireless/ath/ath12k/wmi.c:7692: + survey->time = div_u64(le32_to_cpu(ch_info_ev.cycle_count), cc_freq_hz); WARNING: line length of 91 exceeds 80 columns #215: FILE: drivers/net/wireless/ath/ath12k/wmi.c:7693: + survey->time_busy = div_u64(le32_to_cpu(ch_info_ev.rx_clear_count), WARNING: line length of 81 exceeds 80 columns #240: FILE: drivers/net/wireless/ath/ath12k/wmi.c:7753: + idx = freq_to_idx(ath12k_ar_to_hw(ar), le32_to_cpu(bss_ch_info_ev.freq)); total: 0 errors, 5 warnings, 0 checks, 194 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 5c3724c4bf74 ("wifi: ath12k: fix survey indexing across bands") 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, 0 checks, 194 lines checked