CHECK: Alignment should match open parenthesis #44: FILE: net/bluetooth/hci_event.c:7030: +static void hci_le_big_sync_lost_evt(struct hci_dev *hdev, void *data, + struct sk_buff *skb) CHECK: Unnecessary parentheses around 'bis->iso_qos.bcast.big == ev->handle' #54: FILE: net/bluetooth/hci_event.c:7040: + if (test_and_clear_bit(HCI_CONN_BIG_SYNC, &bis->flags) && + (bis->iso_qos.bcast.big == ev->handle)) { WARNING: line length of 91 exceeds 80 columns #60: FILE: net/bluetooth/hci_event.c:7046: + conn = hci_conn_hash_lookup_pa_sync_handle(hdev, bis->sync_handle); total: 0 errors, 1 warnings, 2 checks, 55 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 eb5deee8edb2 ("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, 1 warnings, 2 checks, 55 lines checked