xiaoxiang781216 commented on code in PR #14535: URL: https://github.com/apache/nuttx/pull/14535#discussion_r1820505184
########## include/netinet/arp.h: ########## @@ -65,7 +65,7 @@ /* All ARP ioctls take a pointer to a struct arpreq as their parameter: */ -struct arpreq +struct aligned_data(sizeof(FAR void *)) arpreq Review Comment: all field in arpreq isn't bigger than 32bit, it's waste memory to align with 64bit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
