yamt opened a new pull request #553: Fix a few nxstyle complaints in arm hostfs URL: https://github.com/apache/incubator-nuttx/pull/553 Unfortunately nxstyle is still not happy because it doesn't like the following construct. I'm not sure what to do here. struct { const char *pathname; long mode; size_t len; } open = { .pathname = pathname, .mode = host_flags_to_mode(flags), .len = strlen(pathname), };
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
