From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753345AbdLHSMf (ORCPT ); Fri, 8 Dec 2017 13:12:35 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:46733 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753136AbdLHSMY (ORCPT ); Fri, 8 Dec 2017 13:12:24 -0500 X-Google-Smtp-Source: AGs4zMZPHd+/GpO07xklAyemrDfAjDhqydA7JpPYMKnxcguWSleJTqt7fa0+BBmjO0BUrwfD6tvvSg== From: Marco Donato Torsello To: corbet@lwn.net Cc: linux-doc@vger.kernel.org, trivial@kernel.org, linux-kernel@vger.kernel.org, Marco Donato Torsello Subject: [PATCH] Documentation: kernel-hacking: corrected a typo Date: Fri, 8 Dec 2017 19:10:54 +0100 Message-Id: <20171208181054.31076-1-marcodonato.torsello@gmail.com> X-Mailer: git-send-email 2.15.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Corrected a typo. Signed-off-by: Marco Donato Torsello --- Documentation/kernel-hacking/hacking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kernel-hacking/hacking.rst b/Documentation/kernel-hacking/hacking.rst index daf3883b2694..5192d7f78eca 100644 --- a/Documentation/kernel-hacking/hacking.rst +++ b/Documentation/kernel-hacking/hacking.rst @@ -523,7 +523,7 @@ this expression is true, or ``-ERESTARTSYS`` if a signal is received. The Waking Up Queued Tasks ---------------------- -Call :c:func:`wake_up()` (``include/linux/wait.h``);, which will wake +Call :c:func:`wake_up()` (``include/linux/wait.h``), which will wake up every process in the queue. The exception is if one has ``TASK_EXCLUSIVE`` set, in which case the remainder of the queue will not be woken. There are other variants of this basic function available -- 2.15.1