WARNING: line length of 98 exceeds 80 columns #79: FILE: net/bluetooth/hci_core.c:3338: + flags = hci_iso_flags_pack(list ? ISO_START : ISO_SINGLE, conn->iso_pkt_ts ? 0x01 : 0x00); WARNING: line length of 93 exceeds 80 columns #117: FILE: net/bluetooth/iso.c:563: + hdr_ts->slen = cpu_to_le16(hci_iso_data_len_pack(len, HCI_ISO_STATUS_VALID)); WARNING: line length of 90 exceeds 80 columns #121: FILE: net/bluetooth/iso.c:567: + hdr->slen = cpu_to_le16(hci_iso_data_len_pack(len, HCI_ISO_STATUS_VALID)); WARNING: line length of 83 exceeds 80 columns #153: FILE: net/bluetooth/iso.c:1509: + if (test_bit(BT_SK_PKT_ISO_TIMESTAMP, &bt_sk(sk)->flags) && WARNING: line length of 86 exceeds 80 columns #169: FILE: net/bluetooth/iso.c:1530: + hlen = iso_pi(sk)->ts_flag ? HCI_ISO_TS_DATA_HDR_SIZE : HCI_ISO_DATA_HDR_SIZE; total: 0 errors, 5 warnings, 0 checks, 130 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 95a6e128c2cf ("Bluetooth: ISO: add timestamp for outgoing HCI ISO packet") 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, 130 lines checked