This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 8230c44517e966174bd81f74113e2e76702e21c0 Author: Karel Kočí <[email protected]> AuthorDate: Tue Nov 4 11:52:44 2025 +0100 nuttx/can: fix two documented CANIOC names This is just a simple typo (missing underscore) in the definition. I am fixing the documentation instead to make it consistent instead of breaking an API. Signed-off-by: Karel Kočí <[email protected]> --- include/nuttx/can/can.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/nuttx/can/can.h b/include/nuttx/can/can.h index c9100d5a966..bbfea33f96d 100644 --- a/include/nuttx/can/can.h +++ b/include/nuttx/can/can.h @@ -286,7 +286,7 @@ * nature of the error. * Dependencies: None * - * CANIOC_SET_TRANSV_STATE + * CANIOC_SET_TRANSVSTATE * Description: Set specific can transceiver state * * Argument: A pointer to an int type that describes the CAN @@ -296,7 +296,7 @@ * nature of the error. * Dependencies: None * - * CANIOC_GET_TRANSV_STATE + * CANIOC_GET_TRANSVSTATE * Description: Get specific can transceiver state * * Argument: A pointer to an int type that describes the CAN
