Message ID | 20230720152213.25342-1-swapnilshinde9382@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | LFD 103 test patch | expand |
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;
Signed-off-by: AtmegaBuzz <swapnilshinde9382@gmail.com> --- net/bluetooth/rfcomm/sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)