1
0
Fork 0
forked from nuttx/nuttx-update

drivers/can: fix typo specfic -> specific

Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
chao an 2024-12-17 15:51:59 +08:00 committed by Xiang Xiao
parent 4793407b67
commit f7ab66fa86
3 changed files with 7 additions and 7 deletions

View file

@ -774,7 +774,7 @@ Boards With Improvements
* [#9884](https://github.com/apache/nuttx/pull/9884) xtensa: esp32: esp32-devkitc: Refresh wifi_smp_rmt config
* [#9709](https://github.com/apache/nuttx/pull/9709) xtensa: esp32: esp32-devkitc: wamr_wasi_debug: enable wasi-threads
* [#9752](https://github.com/apache/nuttx/pull/9752) xtensa: esp32s2: Add basic support to SPIFLASH
* [#9868](https://github.com/apache/nuttx/pull/9868) xtensa: esp32s3: Do not include specfic board in commom
* [#9868](https://github.com/apache/nuttx/pull/9868) xtensa: esp32s3: Do not include specific board in commom
* [#9870](https://github.com/apache/nuttx/pull/9870) xtensa: esp32s3: Some follow-up changes for ESP32s3 32M flash support
* [#10748](https://github.com/apache/nuttx/pull/10748) xtensa: esp32s3: esp32s3-devkit:disable esp32s3-devkit:ksta_softap spinlock config
* [#10588](https://github.com/apache/nuttx/pull/10588) xtensa: esp32s3: esp32s3-devkit:Add board GPIO support

View file

@ -884,7 +884,7 @@ static int can_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
}
break;
/* Set specfic can transceiver state */
/* Set specific can transceiver state */
case CANIOC_SET_TRANSVSTATE:
{
@ -907,7 +907,7 @@ static int can_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
}
break;
/* Get specfic can transceiver state */
/* Get specific can transceiver state */
case CANIOC_GET_TRANSVSTATE:
{

View file

@ -265,7 +265,7 @@
* Dependencies: None
*
* CANIOC_SET_STATE
* Description: Set specfic can controller state
* Description: Set specific can controller state
*
* Argument: A pointer to an int type that describes the CAN
* controller state.
@ -275,7 +275,7 @@
* Dependencies: None
*
* CANIOC_GET_STATE
* Description: Get specfic can controller state
* Description: Get specific can controller state
*
* Argument: A pointer to an int type that describes the CAN
* controller state.
@ -285,7 +285,7 @@
* Dependencies: None
*
* CANIOC_SET_TRANSV_STATE
* Description: Set specfic can transceiver state
* Description: Set specific can transceiver state
*
* Argument: A pointer to an int type that describes the CAN
* transceiver state.
@ -295,7 +295,7 @@
* Dependencies: None
*
* CANIOC_GET_TRANSV_STATE
* Description: Get specfic can transceiver state
* Description: Get specific can transceiver state
*
* Argument: A pointer to an int type that describes the CAN
* transceiver state.