WARNING: line length of 81 exceeds 80 columns #179: FILE: net/nfc/nci/ntf.c:535: + const struct nci_rf_intf_activated_ntf *ntf) WARNING: line length of 86 exceeds 80 columns #186: FILE: net/nfc/nci/ntf.c:542: + if (ntf->activation_params.nfca_poll_iso_dep.rats_res_len > NFC_ATS_MAXSIZE) { WARNING: line length of 93 exceeds 80 columns #192: FILE: net/nfc/nci/ntf.c:548: + ndev->target_ats_len = ntf->activation_params.nfca_poll_iso_dep.rats_res_len; WARNING: line length of 91 exceeds 80 columns #193: FILE: net/nfc/nci/ntf.c:549: + memcpy(ndev->target_ats, ntf->activation_params.nfca_poll_iso_dep.rats_res, WARNING: line length of 85 exceeds 80 columns #210: FILE: net/nfc/nci/ntf.c:688: + ntf.activation_rf_tech_and_mode == NCI_NFC_A_PASSIVE_POLL_MODE) { total: 0 errors, 5 warnings, 0 checks, 142 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 3bf8bc028801 ("net: nfc: Propagate ISO14443 type A target ATS to userspace via netlink") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 142 lines checked