sumpfralle commented on PR #16401: URL: https://github.com/apache/nuttx/pull/16401#issuecomment-2887053635
> > ``` > > * [codespell] `noral`: I am not sure, which word the original author intended [there](https://github.com/apache/nuttx/blob/55f85dd727e670151d7455b22880a60036b3fe9f/arch/xtensa/src/esp32s3/hardware/esp32s3_rtccntl.h#L4252) (two occurrences). > > ``` > > this should be `normal` by checking the similar places Fixed. > > ``` > > * [codespell] `menas`: I am not sure, which word the original author intended [there](https://github.com/apache/nuttx/blob/master/include/nuttx/power/pm.h#L628) (two occurrences). > > ``` > > should be `means` Fixed. > > ``` > > * `libs/libm/libm/lib_lgamma.c: error: Operator/assignment must be preceded with whitespace`: I think, the scientific number expression with a positive exponent (`123e+4`) is misdetected as a problem by `nxstyle`. I failed to see a quick way for fixing this issue in `nxstyle`. Thus, I would suggest to ignore this error here. > > ``` > > one fix is changing `+00` to `-00`. Indeed, thanks for the hint! All exponents are `+00`. I changed these lines accordingly. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org