hartmannathan commented on code in PR #16302: URL: https://github.com/apache/nuttx/pull/16302#discussion_r2072664061
########## .codespell-ignore-lines: ########## @@ -0,0 +1,15 @@ + * Set max equivalent capacitance for sheild channel. Review Comment: I think we should only add codespell exceptions for false positives. For example, Synopsys is the name of a vendor, not a misspelling of "synopsis", so that is a correct exception. But "sheild" here is actually a misspelling. It should be "shield." I think it would be better to correct the spelling error (in a separate PR). The 2 occurrences of "Set max equivalent capacitance for sheild channel" are in arch/xtensa/src/esp32s2/esp32s2_touch_lowerhalf.h and arch/xtensa/src/esp32s3/esp32s3_touch_lowerhalf.h. -- 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