mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[IPX]: Fix build error in ipx_recvmsg()
Missing semicolon introduced by skb->stamp changeset: d3258b7d8ed96f97032639bc745179f1951b0da5 Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a10cedd4b9
commit
7de76272b5
1 changed files with 1 additions and 1 deletions
|
@ -1797,7 +1797,7 @@ static int ipx_recvmsg(struct kiocb *iocb, struct socket *sock,
|
|||
if (rc)
|
||||
goto out_free;
|
||||
if (skb->tstamp.off_sec)
|
||||
skb_get_timestamp(skb, &sk->sk_stamp)
|
||||
skb_get_timestamp(skb, &sk->sk_stamp);
|
||||
|
||||
msg->msg_namelen = sizeof(*sipx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue