treewide: Fix typo in xml/driver-api/basics.xml
This patch fix spelling typos found in Documentation/output/xml/driver-api/basics.xml. It is because the xml file was generated from comments in source, so I had to fix the comments. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
3d2e03f817
commit
0ba42a599f
@@ -186,7 +186,7 @@ extern long io_schedule_timeout(long timeout);
|
||||
extern void io_schedule(void);
|
||||
|
||||
/**
|
||||
* struct prev_cputime - snaphsot of system and user cputime
|
||||
* struct prev_cputime - snapshot of system and user cputime
|
||||
* @utime: time spent in user mode
|
||||
* @stime: time spent in system mode
|
||||
* @lock: protects the above two fields
|
||||
|
||||
Reference in New Issue
Block a user