mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 00:43:13 +00:00
drivers: Fix comment typos — 'register' → 'registered' across drivers.
Fix grammatical error in Returned Value documentation comments: 'successfully register' → 'successfully registered' 'successfully initialize' → 'successfully initialized' Affected files (17 files, 19 occurrences): drivers/i2c/i2c_driver.c drivers/i2s/i2schar.c drivers/i3c/i3c_driver.c drivers/i3c/master.c drivers/motor/motor.c drivers/motor/stepper.c drivers/rc/lirc_dev.c drivers/sensors/gnss_uorb.c drivers/sensors/sensor.c (2 occurrences) drivers/spi/spi_driver.c drivers/timers/ptp_clock.c drivers/timers/ptp_clock_dummy.c drivers/video/mipidsi/mipi_dsi.h (2 occurrences) drivers/video/mipidsi/mipi_dsi_device.c drivers/video/mipidsi/mipi_dsi_device_driver.c drivers/video/mipidsi/mipi_dsi_host.c drivers/video/mipidsi/mipi_dsi_host_driver.c These are all comment-only changes with no functional impact. Signed-off-by: hanzj <hanzjian@zepp.com>
This commit is contained in:
parent
90219df0ec
commit
7679bba75e
17 changed files with 20 additions and 20 deletions
|
|
@ -766,7 +766,7 @@ static ssize_t lirc_read(FAR struct file *filep, FAR char *buffer,
|
|||
* devno already exists, -EEXIST will be returned.
|
||||
*
|
||||
* Returned Value:
|
||||
* OK if the driver was successfully register; A negated errno value is
|
||||
* OK if the driver was successfully registered; A negated errno value is
|
||||
* returned on any failure.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue