WARNING: line length of 89 exceeds 80 columns #36: FILE: drivers/net/wireless/ath/ath12k/dp.c:970: + const struct ath12k_dp_profile_params *dp_params = &ab->profile_param->dp_params; WARNING: line length of 83 exceeds 80 columns #53: FILE: drivers/net/wireless/ath/ath12k/dp.c:1060: + tx_spt_pages_per_pool = ath12k_dp_tx_spt_pages_per_pool(dp_params); WARNING: line length of 82 exceeds 80 columns #62: FILE: drivers/net/wireless/ath/ath12k/dp.c:1066: + tx_spt_page = i + pool_id * tx_spt_pages_per_pool; WARNING: line length of 82 exceeds 80 columns #79: FILE: drivers/net/wireless/ath/ath12k/dp.c:1168: + start_ppt_idx = dp->rx_ppt_base + ath12k_dp_rx_spt_page_offset(dp_params); WARNING: line length of 89 exceeds 80 columns #107: FILE: drivers/net/wireless/ath/ath12k/dp.c:1210: + const struct ath12k_dp_profile_params *dp_params = &ab->profile_param->dp_params; WARNING: line length of 89 exceeds 80 columns #175: FILE: drivers/net/wireless/ath/ath12k/dp.c:1306: + const struct ath12k_dp_profile_params *dp_params = &ab->profile_param->dp_params; WARNING: line length of 89 exceeds 80 columns #198: FILE: drivers/net/wireless/ath/ath12k/dp.c:1350: + const struct ath12k_dp_profile_params *dp_params = &ab->profile_param->dp_params; WARNING: line length of 83 exceeds 80 columns #200: FILE: drivers/net/wireless/ath/ath12k/dp.c:1352: + return ATH12K_NUM_RX_SPT_PAGES(ab) + ath12k_dp_num_tx_spt_pages(dp_params); WARNING: line length of 86 exceeds 80 columns #288: FILE: drivers/net/wireless/ath/ath12k/mac.c:9746: + ath12k_dp_num_pool_tx_desc(dp_params), total: 0 errors, 9 warnings, 0 checks, 235 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 700646075db2 ("wifi: ath12k: convert ATH12K_NUM_POOL_TX_DESC to inline helper") 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, 9 warnings, 0 checks, 235 lines checked