summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorMasanari Iida2017-03-07 12:48:02 +0100
committerJiri Kosina2017-03-24 15:47:57 +0100
commit0ba42a599fbf59a55c1ffedb980be3726c734433 (patch)
tree14323811b6b6723cd7aa3e63198defca98991201 /include/linux/sched.h
parenttools/testing/selftests/powerpc: remove redundant CFLAGS in Makefile: "-Wall ... (diff)
downloadkernel-qcow2-linux-0ba42a599fbf59a55c1ffedb980be3726c734433.tar.gz
kernel-qcow2-linux-0ba42a599fbf59a55c1ffedb980be3726c734433.tar.xz
kernel-qcow2-linux-0ba42a599fbf59a55c1ffedb980be3726c734433.zip
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>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index d67eee84fd43..5ce85e861901 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -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