WARNING: line length of 89 exceeds 80 columns #56: FILE: drivers/net/wireless/ath/ath12k/ahb.c:361: + ret = of_reserved_mem_region_to_resource_byname(dev->of_node, "q6-region", &res); WARNING: line length of 85 exceeds 80 columns #62: FILE: drivers/net/wireless/ath/ath12k/ahb.c:367: + rproc_info->mem_region = memremap(rproc_info->mem_phys, rproc_info->mem_size, WARNING: line length of 83 exceeds 80 columns #75: FILE: drivers/net/wireless/ath/ath12k/ahb.c:380: +static void ath12k_ahb_put_fw_load_region(struct ath12k_ahb_rproc_info *rproc_info) WARNING: line length of 84 exceeds 80 columns #123: FILE: drivers/net/wireless/ath/ath12k/ahb.c:428: + ret = qcom_mdt_load(dev, fw, fw_name, pasid, rproc_info->mem_region, WARNING: line length of 85 exceeds 80 columns #129: FILE: drivers/net/wireless/ath/ath12k/ahb.c:432: + ret = qcom_mdt_load_no_init(dev, fw, fw_name, rproc_info->mem_region, WARNING: line length of 87 exceeds 80 columns #130: FILE: drivers/net/wireless/ath/ath12k/ahb.c:433: + rproc_info->mem_phys, rproc_info->mem_size, WARNING: line length of 83 exceeds 80 columns #160: FILE: drivers/net/wireless/ath/ath12k/ahb.c:994: + struct ath12k_ahb_rproc_info *rproc_info, WARNING: line length of 82 exceeds 80 columns #178: FILE: drivers/net/wireless/ath/ath12k/ahb.c:1012: + ath12k_dbg(ab, ATH12K_DBG_AHB, "loading firmware %s, size %zd\n", fw_name, WARNING: line length of 84 exceeds 80 columns #184: FILE: drivers/net/wireless/ath/ath12k/ahb.c:1018: + ath12k_err(ab, "failed to load RO firmware %s: %d\n", fw_name, ret); WARNING: line length of 90 exceeds 80 columns #262: FILE: drivers/net/wireless/ath/ath12k/ahb.c:1137: + pasid = u32_encode_bits(ATH12K_AHB_RO_ID, ATH12K_USERPD_ID_MASK) | total: 0 errors, 10 warnings, 0 checks, 282 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 6bf4b25e7cfd ("wifi: ath12k: add support to load shared firmware on multiPD") 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, 10 warnings, 0 checks, 282 lines checked