nuttx: fix multiple 'FAR', 'CODE' and style issues

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2024-08-24 19:21:12 -04:00
committed by Xiang Xiao
parent 5d17e4795a
commit d499ac9d58
275 changed files with 2130 additions and 1986 deletions
+1 -1
View File
@@ -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;