WARNING: line length of 92 exceeds 80 columns #397: FILE: net/bluetooth/hci_sync.c:4432: + events[5] |= 0x08; /* LE CS Read Remote Supported Cap Complete event */ WARNING: line length of 88 exceeds 80 columns #398: FILE: net/bluetooth/hci_sync.c:4433: + events[5] |= 0x10; /* LE CS Read Remote FAE Table Complete event */ WARNING: line length of 82 exceeds 80 columns #399: FILE: net/bluetooth/hci_sync.c:4434: + events[5] |= 0x20; /* LE CS Security Enable Complete event */ WARNING: line length of 83 exceeds 80 columns #401: FILE: net/bluetooth/hci_sync.c:4436: + events[5] |= 0x80; /* LE CS Procedure Enable Complete event */ WARNING: line length of 82 exceeds 80 columns #403: FILE: net/bluetooth/hci_sync.c:4438: + events[6] |= 0x02; /* LE CS Subevent Result Continue event */ total: 0 errors, 5 warnings, 0 checks, 380 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 d27c6391d6a4 ("Bluetooth: hci_sync: Initial LE Channel Sounding support by defining required HCI command/event structures.") 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, 380 lines checked