mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
tcp_data_event: Fix an indent
This commit is contained in:
committed by
Xiang Xiao
parent
2ce0457edb
commit
92328792fd
@@ -91,7 +91,7 @@ tcp_data_event(FAR struct net_driver_s *dev, FAR struct tcp_conn_s *conn,
|
||||
* read-ahead buffers to retain the data -- drop the packet.
|
||||
*/
|
||||
|
||||
ninfo("Dropped %d bytes\n", dev->d_len);
|
||||
ninfo("Dropped %d bytes\n", dev->d_len);
|
||||
|
||||
#ifdef CONFIG_NET_STATISTICS
|
||||
g_netstats.tcp.drop++;
|
||||
|
||||
Reference in New Issue
Block a user