sumpfralle commented on code in PR #16401:
URL: https://github.com/apache/nuttx/pull/16401#discussion_r2094238487


##########
.codespell-ignore-lines:
##########
@@ -15,4 +15,162 @@ Linix 45ZWN24-40           2  0.5 Ohm    0.400 mH  2.34A   
24V
 * [#14540](https://github.com/apache/nuttx/pull/14540) CMake/preprocess: fix 
typo PREPROCES -> PREPROCESS
 * [#14927](https://github.com/apache/nuttx/pull/14927) spelling: fix spelling 
typo premption -> preemption
 * [#15520](https://github.com/apache/nuttx/pull/15520) drivers/note: fix typo 
falgs and align local name to irq_mask
+* [#4526](https://github.com/apache/nuttx/pull/4526) Rearch video
+* [#6447](https://github.com/apache/nuttx/pull/6447) bcm43xxx: Remove 
bcmf_txavail_work and resue bcmf_tx_poll_work
         ans init
+  uint32_t levl;
+  levl = classd_get_atten(vol, AUDIO_BALANCE_RIGHT - bal);

Review Comment:
   I removed these lines now from `.codespell-ignore-lines`.
   
   In general, I would not try to care too much about the content of this file.
   It is just meant as a dump of codespell's false positives within nuttx.
   
   Regarding these specific exceptions: since the variable name `levl` is in 
line with the nuttx code style ("short", "avoid underscores"), there is no real 
need to "fix" this variable name. Thus, I would consider exceptions for these 
lines as the appropriate solution.
   Now we defer this decision to the next contributor working on these files.
   (fine for me)



-- 
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

Reply via email to