style: fix spelling in code comments and strings

This commit is contained in:
Lars Kruse
2025-05-03 06:16:30 +02:00
committed by Xiang Xiao
parent b2315e98c4
commit 3ce85ca54e
1670 changed files with 3162 additions and 2991 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ config PM_RUNTIME
---help---
Enable PM runtime that can suspend/resume device by driver
when system is running. If the device is not used, you can use
PM rutime interface to suspend the device. When the device is
PM runtime interface to suspend the device. When the device is
needed again, the driver can call the framework to wake up
the device.
+2 -2
View File
@@ -197,7 +197,7 @@ void pm_relax(int domain, enum pm_state_e state)
* This function is called by a device driver to indicate that it is
* performing meaningful activities (non-idle), needs the power kept at
* the last the specified level.
* And this will timeout after time (ms), menas auto pm_relax
* And this will timeout after time (ms), means auto pm_relax
*
* Input Parameters:
* domain - The domain of the PM activity
@@ -423,7 +423,7 @@ void pm_wakelock_relax(FAR struct pm_wakelock_s *wakelock)
* This function is called by a device driver to indicate that it is
* performing meaningful activities (non-idle), needs the power at kept
* last the specified level.
* And this will be timeout after time (ms), menas auto pm_wakelock_relax
* And this will be timeout after time (ms), means auto pm_wakelock_relax
*
* Input Parameters:
* wakelock - wakelock ID