Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1194091 > unrolled thread
| Started by | Masanari Iida <standby24x7@gmail.com> |
|---|---|
| First post | 2015-07-28 12:40 +0200 |
| Last post | 2015-08-03 00:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Doc: ioctl: Fix typo in botching-up-ioctls.txt Masanari Iida <standby24x7@gmail.com> - 2015-07-28 12:40 +0200
Re: [PATCH] Doc: ioctl: Fix typo in botching-up-ioctls.txt Jonathan Corbet <corbet@lwn.net> - 2015-08-03 00:20 +0200
| From | Masanari Iida <standby24x7@gmail.com> |
|---|---|
| Date | 2015-07-28 12:40 +0200 |
| Subject | [PATCH] Doc: ioctl: Fix typo in botching-up-ioctls.txt |
| Message-ID | <pRasF-6Bk-5@gated-at.bofh.it> |
This patch fix typos found in botching-up-ioctls.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
Documentation/ioctl/botching-up-ioctls.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/ioctl/botching-up-ioctls.txt b/Documentation/ioctl/botching-up-ioctls.txt
index 45fe78c..e3e2de0 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.
@@ -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.5.0
--
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]
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2015-08-03 00:20 +0200 |
| Message-ID | <pT9LQ-lQ-17@gated-at.bofh.it> |
| In reply to | #1194091 |
On Tue, 28 Jul 2015 19:39:47 +0900 Masanari Iida <standby24x7@gmail.com> wrote: > This patch fix typos found in botching-up-ioctls.txt 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