CHECK: Alignment should match open parenthesis #34: FILE: include/net/bluetooth/hci_core.h:2464: +void mgmt_ext_adv_sid_changed(struct hci_dev *hdev, bdaddr_t *bdaddr, + u8 addr_type, u8 sid); CHECK: Alignment should match open parenthesis #62: FILE: net/bluetooth/hci_event.c:6497: + mgmt_ext_adv_sid_changed(hdev, &info->bdaddr, + info->bdaddr_type, CHECK: Alignment should match open parenthesis #84: FILE: net/bluetooth/mgmt.c:10521: +void mgmt_ext_adv_sid_changed(struct hci_dev *hdev, bdaddr_t *bdaddr, + u8 addr_type, u8 sid) total: 0 errors, 0 warnings, 3 checks, 52 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 5e8ca366a6c8 ("Bluetooth: mgmt: report extended advertising SID to userspace") 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, 0 warnings, 3 checks, 52 lines checked