aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ioctl
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2017-01-24 21:45:15 +0900
committerJonathan Corbet <corbet@lwn.net>2017-01-26 15:25:41 -0700
commit8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766 (patch)
treebada30d98a2fc59350942db78add2429e71a2b7f /Documentation/ioctl
parentkernel-doc: Handle returning pointers to pointers (diff)
downloadlinux-dev-8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766.tar.xz
linux-dev-8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766.zip
Doc: Fix double words in Documentation
This patch fix some double words found in Documentation. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/ioctl')
-rw-r--r--Documentation/ioctl/botching-up-ioctls.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ioctl/botching-up-ioctls.txt b/Documentation/ioctl/botching-up-ioctls.txt
index 36138c632f7a..d02cfb48901c 100644
--- a/Documentation/ioctl/botching-up-ioctls.txt
+++ b/Documentation/ioctl/botching-up-ioctls.txt
@@ -24,7 +24,7 @@ Prerequisites
-------------
First the prerequisites. Without these you have already failed, because you
-will need to add a a 32-bit compat layer:
+will need to add a 32-bit compat layer:
* Only use fixed sized integers. To avoid conflicts with typedefs in userspace
the kernel has special types like __u32, __s64. Use them.