lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 9 Aug 2020 00:25:32 -0700 From: YourName <argoz1701@...il.com> To: marcel@...tmann.org Cc: johan.hedberg@...il.com, linux-bluetooth@...r.kernel.org, linux-kernel@...r.kernel.org, argoz1701 <argoz1701@...il.com> Subject: [PATCH] drivers: bluetooth: btintel.c: fixed format issue. From: argoz1701 <argoz1701@...il.com> Fixed a coding style issue. Signed-off-by: Daniel West <argoz1701@...il.com> --- drivers/bluetooth/btintel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/btintel.c b/drivers/bluetooth/btintel.c index 5fa5be3c5598..d0512506fa05 100644 --- a/drivers/bluetooth/btintel.c +++ b/drivers/bluetooth/btintel.c @@ -29,7 +29,7 @@ int btintel_check_bdaddr(struct hci_dev *hdev) HCI_INIT_TIMEOUT); if (IS_ERR(skb)) { int err = PTR_ERR(skb); - bt_dev_err(hdev, "Reading Intel device address failed (%d)", + bt_dev_err(hdev, "Reading Intel device address failed (%d)", err); return err; } -- 2.25.1
Powered by blists - more mailing lists