Skip to content

Commit

Permalink
net/netlink: improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kk-thrane authored and xiaoxiang781216 committed Nov 4, 2024
1 parent 105dd04 commit 832a765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/netlink/netlink_sockif.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ static ssize_t netlink_recvmsg(FAR struct socket *psock,
{
conn = psock->s_conn;

/* No response is variable, but presumably, one is expected. Check
/* No response is available, but presumably, one is expected. Check
* if the socket has been configured for non-blocking operation.
*/

Expand Down

0 comments on commit 832a765

Please sign in to comment.