CHECK: Alignment should match open parenthesis #60: FILE: include/net/bluetooth/hci_core.h:1356: + if (c->type != BIS_LINK || bacmp(&c->dst, BDADDR_ANY) || + c->state != state || c->role != role) CHECK: Alignment should match open parenthesis #64: FILE: include/net/bluetooth/hci_core.h:1360: + if (c->type != BIS_LINK || + c->state != state || CHECK: Alignment should match open parenthesis #81: 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 #132: FILE: net/bluetooth/hci_event.c:7045: + conn = hci_conn_hash_lookup_pa_sync_handle(hdev, bis->sync_handle); WARNING: line length of 81 exceeds 80 columns #139: FILE: net/bluetooth/hci_event.c:7052: + BT_CONNECTED, HCI_ROLE_SLAVE))) { CHECK: Alignment should match open parenthesis #139: FILE: net/bluetooth/hci_event.c:7052: + while ((bis = hci_conn_hash_lookup_big_state(hdev, ev->handle, + BT_CONNECTED, HCI_ROLE_SLAVE))) { total: 0 errors, 2 warnings, 4 checks, 118 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 86b71e13e055 ("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, 4 checks, 118 lines checked