CHECK: Alignment should match open parenthesis #58: FILE: include/net/bluetooth/hci_core.h:1355: + if (c->type != BIS_LINK || + c->state != state || CHECK: Alignment should match open parenthesis #73: FILE: net/bluetooth/hci_conn.c:2150: + conn = hci_conn_hash_lookup_big_state(hdev, qos->bcast.big, + BT_OPEN, HCI_ROLE_MASTER); WARNING: line length of 83 exceeds 80 columns #116: FILE: net/bluetooth/hci_event.c:7044: + conn = hci_conn_hash_lookup_pa_sync_handle(hdev, bis->sync_handle); WARNING: line length of 81 exceeds 80 columns #123: FILE: net/bluetooth/hci_event.c:7051: + BT_CONNECTED, HCI_ROLE_SLAVE))) { CHECK: Alignment should match open parenthesis #123: FILE: net/bluetooth/hci_event.c:7051: + while ((bis = hci_conn_hash_lookup_big_state(hdev, ev->handle, + BT_CONNECTED, HCI_ROLE_SLAVE))) { total: 0 errors, 2 warnings, 3 checks, 103 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 46b7599eb4fb ("Bluetooth: hci_event: Add support for handling LE BIG Sync Lost event") 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, 2 warnings, 3 checks, 103 lines checked