xiaoxiang781216 commented on PR #3554:
URL: https://github.com/apache/nuttx-apps/pull/3554#issuecomment-4759208323
Pushed an update:
- **CI fix:** The "Check Pull Request" job (codespell) flagged a
pre-existing typo `Initiallly` in a nearby comment. Since this PR touches
the file, the spell checker scanned it and failed. Fixed it to
`Initially`.
- **No functional change** beyond the original designated-initializer
conversion; the table still assigns the same `.d_type` / `.d_name` values.
@copilot-pull-request-reviewer — confirmed, the intent is exactly that:
make the `g_rootdir[]` `struct dirent` initializers robust against field
order so they keep working when `struct dirent` gains the POSIX `d_ino`
member.
This PR is the companion to apache/nuttx#19179 (which adds `d_ino`); the
two need to be merged together so the NuttX-side CI build of
`examples/userfs` stays green.
--
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]