Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1528325
| Path | csiph.com!goblin3!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Nicolai Hähnle <nhaehnle@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/4] locking/Documentation: fix a typo |
| Date | Wed, 23 Nov 2016 12:30:01 +0100 |
| Message-ID | <sGDUt-4co-11@gated-at.bofh.it> (permalink) |
| References | <sGDUt-4co-3@gated-at.bofh.it> |
| X-Original-To | linux-kernel@vger.kernel.org |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Y7tO4X64a3WMBnD7VrptHMr4GmFFlumROpCq0lskUSo=; b=XlH/z+1N1wVQmM3TzVtrYGf7ZFpHBHI0nIG+RJ73CmdpLXFkrjm/xVdUBffG11JfXG Ueg9MZioYi9qZLxmHyaI03sa5+834Wjux5Z8gTSfezVZHxDYXDgxXaekc/0yMOJT5vqZ B1OM+RdmX+QzucNHVfCf+7uxaZ9aK47JgIyBDzyc37/kr7GgsDJQXHy7Rn+QSDZ1ojSR PJHis6zjL+WRj4eiYR37BnaYuMMTzGEhhIU0+A6vqnKFk4C77OoC+x3TfBOx6Z0P3Gy3 Zj+hbGiV1YgWqBC0HVFzLv2GPUKJlS9OJxMyQBI0NzvA8KrG65S8uznbFM9ovgxNsTUw GI+Q== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Y7tO4X64a3WMBnD7VrptHMr4GmFFlumROpCq0lskUSo=; b=myoPOCR+KDukRnoVP6Ar3igZ4z5JSyhE2e8kWcPpPBZ/wtG5u+zkIvnfAkPOEXvKLs uAutfxPeIXpcukNUFAOJYlPibQqJTDe3b/YfeIDThUmSGkNBhFwrtI8qgmPPFQ/vnMyy UlI8cuH9V+6vwWO7P8T4761SWl7jmwP4U1r8mHHv98IbYrmcyJBzowRV0ZxlgdcSnQT5 OUiwDxJdyUNQ1l6+J+Jtmr9GGoQtTFuTvHGE6NxVfKBaAfFNYRaXA/kJnoQNpcRTJTwm f5X30+uSCYqBSfEmOITggiWzf3Y6y+jwA4Yh4yH2aQrH4sBRBO5mgEmgijradRWAxAqz 2kiw== |
| X-Gm-Message-State | AKaTC03/PiB2TO3P5RvJdO78bkE7H2JSZtT176aMUlEx/SOw1XwoW2D26cW3dwb3Z3VcIg== |
| X-Received | by 10.194.203.5 with SMTP id km5mr3138825wjc.230.1479900351434; Wed, 23 Nov 2016 03:25:51 -0800 (PST) |
| X-Mailer | git-send-email 2.7.4 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 22 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Nicolai Hähnle <Nicolai.Haehnle@amd.com>, Peter Zijlstra <peterz@infradead.org>, Ingo Molnar <mingo@redhat.com>, dri-devel@lists.freedesktop.org, Nicolai Hähnle <nicolai.haehnle@amd.com> |
| X-Original-Date | Wed, 23 Nov 2016 12:25:24 +0100 |
| X-Original-Message-ID | <1479900325-28358-3-git-send-email-nhaehnle@gmail.com> |
| X-Original-References | <1479900325-28358-1-git-send-email-nhaehnle@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1528325 |
Show key headers only | View raw
From: Nicolai Hähnle <Nicolai.Haehnle@amd.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: dri-devel@lists.freedesktop.org Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com> --- Documentation/locking/00-INDEX | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/locking/00-INDEX b/Documentation/locking/00-INDEX index c256c9b..adc1d289 100644 --- a/Documentation/locking/00-INDEX +++ b/Documentation/locking/00-INDEX @@ -13,4 +13,4 @@ rt-mutex.txt spinlocks.txt - info on using spinlocks to provide exclusive access in kernel. ww-mutex-design.txt - - Intro to Mutex wait/would deadlock handling.s + - Intro to Mutex wait/wound deadlock handling. -- 2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 3/4] locking/Documentation: fix a typo Nicolai Hähnle <nhaehnle@gmail.com> - 2016-11-23 12:30 +0100
csiph-web