Fix some typos

This commit is contained in:
Juha Niskanen
2019-09-17 10:46:23 -06:00
committed by Gregory Nutt
parent 8d87e624bf
commit ebc6f51641
153 changed files with 242 additions and 266 deletions
+3 -3
View File
@@ -16,15 +16,15 @@ config SERIAL_PM_ACTIVITY_DOMAIN
depends on PM
---help---
When characters are received on a console device, pm_activity()
will be called with this PM domain
will be called with this PM domain.
config SERIAL_PM_ACTIVITY_PRIORITY
int "PM activity priority when reive character"
int "PM activity priority when receive character"
default 6
depends on PM
---help---
When characters are received on a console device, pm_activity()
will be called with this PM priority
will be called with this PM priority.
config SERIAL_REMOVABLE
bool