mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
nuttx: fix multiple 'FAR', 'CODE' and style issues
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
5d17e4795a
commit
d499ac9d58
@@ -79,7 +79,7 @@ FAR void *cmsg_append(FAR struct msghdr *msg, int level, int type,
|
||||
memcpy(cmsgdata, value, value_len);
|
||||
}
|
||||
|
||||
msg->msg_control = (char *)msg->msg_control + cmsgspace;
|
||||
msg->msg_control = (FAR char *)msg->msg_control + cmsgspace;
|
||||
msg->msg_controllen -= cmsgspace;
|
||||
|
||||
return cmsgdata;
|
||||
|
||||
Reference in New Issue
Block a user