Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1270007 > unrolled thread

[PATCH] Doc: ioctl: Fix typos in Documentation/ioctl

Started byMasanari Iida <standby24x7@gmail.com>
First post2015-11-16 12:10 +0100
Last post2015-11-21 01:00 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Doc: ioctl: Fix typos in Documentation/ioctl Masanari Iida <standby24x7@gmail.com> - 2015-11-16 12:10 +0100
    Re: [PATCH] Doc: ioctl: Fix typos in Documentation/ioctl Randy Dunlap <rdunlap@infradead.org> - 2015-11-16 17:40 +0100
    Re: [PATCH] Doc: ioctl: Fix typos in Documentation/ioctl Jonathan Corbet <corbet@lwn.net> - 2015-11-21 01:00 +0100

#1270007 — [PATCH] Doc: ioctl: Fix typos in Documentation/ioctl

FromMasanari Iida <standby24x7@gmail.com>
Date2015-11-16 12:10 +0100
Subject[PATCH] Doc: ioctl: Fix typos in Documentation/ioctl
Message-ID<qvpPB-6yp-27@gated-at.bofh.it>
This patch fix some spelling typos in Documentation/ioctl.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/ioctl/botching-up-ioctls.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/ioctl/botching-up-ioctls.txt b/Documentation/ioctl/botching-up-ioctls.txt
index 45fe78c..cc30b14 100644
--- a/Documentation/ioctl/botching-up-ioctls.txt
+++ b/Documentation/ioctl/botching-up-ioctls.txt
@@ -122,7 +122,7 @@ Time, Waiting and Missing it
 ----------------------------
 
 GPUs do most everything asynchronously, so we have a need to time operations and
-wait for oustanding ones. This is really tricky business; at the moment none of
+wait for outstanding ones. This is really tricky business; at the moment none of
 the ioctls supported by the drm/i915 get this fully right, which means there's
 still tons more lessons to learn here.
 
@@ -146,7 +146,7 @@ still tons more lessons to learn here.
    ioctl restartable relative timeouts tend to be too coarse and can
    indefinitely extend your wait time due to rounding on each restart.
    Especially if your reference clock is something really slow like the display
-   frame counter. With a spec laywer hat on this isn't a bug since timeouts can
+   frame counter. With a spec lawyer hat on this isn't a bug since timeouts can
    always be extended - but users will surely hate you if their neat animations
    starts to stutter due to this.
 
@@ -176,7 +176,7 @@ entails its own little set of pitfalls:
 
  * Ensure that you have sufficient insulation between different clients. By
    default pick a private per-fd namespace which forces any sharing to be done
-   explictly. Only go with a more global per-device namespace if the objects
+   explicitly. Only go with a more global per-device namespace if the objects
    are truly device-unique. One counterexample in the drm modeset interfaces is
    that the per-device modeset objects like connectors share a namespace with
    framebuffer objects, which mostly are not shared at all. A separate
-- 
2.6.2.402.g2635c2b

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1270342

FromRandy Dunlap <rdunlap@infradead.org>
Date2015-11-16 17:40 +0100
Message-ID<qvuYW-1eV-15@gated-at.bofh.it>
In reply to#1270007
On 11/16/15 03:07, Masanari Iida wrote:
> This patch fix some spelling typos in Documentation/ioctl.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  Documentation/ioctl/botching-up-ioctls.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.


-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1274548

FromJonathan Corbet <corbet@lwn.net>
Date2015-11-21 01:00 +0100
Message-ID<qx3KW-5Ka-7@gated-at.bofh.it>
In reply to#1270007
On Mon, 16 Nov 2015 20:07:37 +0900
Masanari Iida <standby24x7@gmail.com> wrote:

> This patch fix some spelling typos in Documentation/ioctl.

Applied to the docs tree, thanks.

jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web