diff options
author | Masanari Iida <standby24x7@gmail.com> | 2017-01-24 15:45:15 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-01-27 01:25:41 +0300 |
commit | 8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766 (patch) | |
tree | bada30d98a2fc59350942db78add2429e71a2b7f /Documentation/ioctl | |
parent | 5a0bc578e0723b71ecb19f5796d0b0f937785d92 (diff) | |
download | linux-8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766.tar.xz |
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.txt | 2 |
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. |