2021-12-09 20:00:47

by Tedd Ho-Jeong An

[permalink] [raw]
Subject: [PATCH DNM 1/3] Bluetooth: Do Not Merge: The First Test Patch

From: Tedd Ho-Jeong An <[email protected]>

This is test patch 1

Signed-off-by: Tedd Ho-Jeong An <[email protected]>
---
README | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/README b/README
index 669ac7c32292..87ad45d6a609 100644
--- a/README
+++ b/README
@@ -16,3 +16,11 @@ several of them using the Restructured Text markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
+
+THIS IS TEST DO NOT MERGE THIS IS TEST DO NOT MERGE THIS IS TEST DO NOT MERGE
+THIS IS TEST DO NOT MERGE THIS IS TEST DO NOT MERGE THIS IS TEST DO NOT MERGE
+THIS IS TEST DO NOT MERGE THIS IS TEST DO NOT MERGE THIS IS TEST DO NOT MERGE
+THIS IS TEST DO NOT MERGE THIS IS TEST DO NOT MERGE THIS IS TEST DO NOT MERGE
+
+
+
--
2.25.1



2021-12-09 20:00:50

by Tedd Ho-Jeong An

[permalink] [raw]
Subject: [PATCH DNM 2/3] Bluetooth: DO NOT MERGE: The Second Test Patch

From: Tedd Ho-Jeong An <[email protected]>

Test patch 2

Signed-off-by: Tedd Ho-Jeong An <[email protected]>
---
drivers/bluetooth/btintel.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/bluetooth/btintel.c b/drivers/bluetooth/btintel.c
index 8f9109b40961..f35cdd382aa4 100644
--- a/drivers/bluetooth/btintel.c
+++ b/drivers/bluetooth/btintel.c
@@ -300,7 +300,8 @@ int btintel_version_info(struct hci_dev *hdev, struct intel_version *ver)
variant = "Firmware";
break;
default:
- bt_dev_err(hdev, "Unsupported firmware variant(%02x)", ver->fw_variant);
+ bt_dev_err(hdev, "Unsupported firmware variant(%02x)",
+ ver->fw_variant);
return -EINVAL;
}

--
2.25.1


2021-12-09 20:00:52

by Tedd Ho-Jeong An

[permalink] [raw]
Subject: [PATCH DNM 3/3] Bluetooth: DO NOT MERGE: The Third Test Patch

From: Tedd Ho-Jeong An <[email protected]>

Test patch 3

Signed-off-by: Tedd Ho-Jeong An <[email protected]>
---
drivers/bluetooth/btintel.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/bluetooth/btintel.c b/drivers/bluetooth/btintel.c
index f35cdd382aa4..32ef9ef99362 100644
--- a/drivers/bluetooth/btintel.c
+++ b/drivers/bluetooth/btintel.c
@@ -1174,7 +1174,8 @@ static int btintel_download_fw_tlv(struct hci_dev *hdev,
return -EINVAL;

/* Check if the CSS Header version is ECDSA(0x00020000) */
- css_header_ver = get_unaligned_le32(fw->data + ECDSA_OFFSET + CSS_HEADER_OFFSET);
+ css_header_ver = get_unaligned_le32(
+ fw->data + ECDSA_OFFSET + CSS_HEADER_OFFSET);
if (css_header_ver != 0x00020000) {
bt_dev_err(hdev, "Invalid CSS Header version");
return -EINVAL;
@@ -1186,7 +1187,7 @@ static int btintel_download_fw_tlv(struct hci_dev *hdev,
return err;

err = btintel_download_firmware_payload(hdev, fw,
- RSA_HEADER_LEN + ECDSA_HEADER_LEN);
+ RSA_HEADER_LEN + ECDSA_HEADER_LEN);
if (err)
return err;
} else if (sbe_type == 0x01) {
@@ -1195,7 +1196,7 @@ static int btintel_download_fw_tlv(struct hci_dev *hdev,
return err;

err = btintel_download_firmware_payload(hdev, fw,
- RSA_HEADER_LEN + ECDSA_HEADER_LEN);
+ RSA_HEADER_LEN + ECDSA_HEADER_LEN);
if (err)
return err;
}
--
2.25.1