All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH DNM 1/3] Bluetooth: Do Not Merge: The First Test Patch
@ 2021-12-09 20:00 Tedd Ho-Jeong An
  2021-12-09 20:00 ` [PATCH DNM 2/3] Bluetooth: DO NOT MERGE: The Second " Tedd Ho-Jeong An
  2021-12-09 20:00 ` [PATCH DNM 3/3] Bluetooth: DO NOT MERGE: The Third " Tedd Ho-Jeong An
  0 siblings, 2 replies; 3+ messages in thread
From: Tedd Ho-Jeong An @ 2021-12-09 20:00 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Tedd Ho-Jeong An

From: Tedd Ho-Jeong An <tedd.an@intel.com>

This is test patch 1

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH DNM 2/3] Bluetooth: DO NOT MERGE: The Second Test Patch
  2021-12-09 20:00 [PATCH DNM 1/3] Bluetooth: Do Not Merge: The First Test Patch Tedd Ho-Jeong An
@ 2021-12-09 20:00 ` Tedd Ho-Jeong An
  2021-12-09 20:00 ` [PATCH DNM 3/3] Bluetooth: DO NOT MERGE: The Third " Tedd Ho-Jeong An
  1 sibling, 0 replies; 3+ messages in thread
From: Tedd Ho-Jeong An @ 2021-12-09 20:00 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Tedd Ho-Jeong An

From: Tedd Ho-Jeong An <tedd.an@intel.com>

Test patch 2

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH DNM 3/3] Bluetooth: DO NOT MERGE: The Third Test Patch
  2021-12-09 20:00 [PATCH DNM 1/3] Bluetooth: Do Not Merge: The First Test Patch Tedd Ho-Jeong An
  2021-12-09 20:00 ` [PATCH DNM 2/3] Bluetooth: DO NOT MERGE: The Second " Tedd Ho-Jeong An
@ 2021-12-09 20:00 ` Tedd Ho-Jeong An
  1 sibling, 0 replies; 3+ messages in thread
From: Tedd Ho-Jeong An @ 2021-12-09 20:00 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Tedd Ho-Jeong An

From: Tedd Ho-Jeong An <tedd.an@intel.com>

Test patch 3

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-09 20:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 20:00 [PATCH DNM 1/3] Bluetooth: Do Not Merge: The First Test Patch Tedd Ho-Jeong An
2021-12-09 20:00 ` [PATCH DNM 2/3] Bluetooth: DO NOT MERGE: The Second " Tedd Ho-Jeong An
2021-12-09 20:00 ` [PATCH DNM 3/3] Bluetooth: DO NOT MERGE: The Third " Tedd Ho-Jeong An

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.