net: Remove the extra space

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-12-16 11:56:40 +08:00
committed by Alin Jerpelea
parent df246461ec
commit 5de49d2939
10 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ int bluetooth_input(FAR struct radio_driver_s *radio,
{
/* Remove the frame from the list */
next = frame->io_flink;
next = frame->io_flink;
frame->io_flink = NULL;
/* Add the frame to the RX queue */