diff mbox series

LFD 103 test patch

Message ID 20230720152213.25342-1-swapnilshinde9382@gmail.com (mailing list archive)
State New, archived
Headers show
Series LFD 103 test patch | expand

Commit Message

AtmegaBuzz July 20, 2023, 3:22 p.m. UTC
Signed-off-by: AtmegaBuzz <swapnilshinde9382@gmail.com>
---
 net/bluetooth/rfcomm/sock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/net/bluetooth/rfcomm/sock.c b/net/bluetooth/rfcomm/sock.c
index 4397e14ff..8fd5d327c 100644
--- a/net/bluetooth/rfcomm/sock.c
+++ b/net/bluetooth/rfcomm/sock.c
@@ -1065,7 +1065,7 @@  int __init rfcomm_init_sockets(void)
 		goto error;
 	}
 
-	BT_INFO("RFCOMM socket layer initialized");
+	BT_INFO("RFCOMM socket layer initialized, Hi LFX");
 
 	if (IS_ERR_OR_NULL(bt_debugfs))
 		return 0;