From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90A1FC433E4 for ; Mon, 27 Jul 2020 22:32:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7471D20729 for ; Mon, 27 Jul 2020 22:32:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726738AbgG0WcK (ORCPT ); Mon, 27 Jul 2020 18:32:10 -0400 Received: from ms.lwn.net ([45.79.88.28]:58038 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726171AbgG0WcK (ORCPT ); Mon, 27 Jul 2020 18:32:10 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 22D8C2E7; Mon, 27 Jul 2020 22:32:10 +0000 (UTC) Date: Mon, 27 Jul 2020 16:32:08 -0600 From: Jonathan Corbet To: Pavel Machek Cc: dmitry.torokhov@gmail.com, linux-input@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH] Input: fix typo in function name documentation Message-ID: <20200727163208.4e956816@lwn.net> In-Reply-To: <20200724084025.GB31930@amd> References: <20200724084025.GB31930@amd> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Fri, 24 Jul 2020 10:40:25 +0200 Pavel Machek wrote: > Fix non-existing constant in documentation. > > Signed-off-by: Pavel Machek (CIP) > > diff --git a/Documentation/input/uinput.rst b/Documentation/input/uinput.rst > index b8e90b6a126c..10c62e62a0a6 100644 > --- a/Documentation/input/uinput.rst > +++ b/Documentation/input/uinput.rst > @@ -99,7 +99,7 @@ the sake of simplicity. > > /* > * Give userspace some time to read the events before we destroy the > - * device with UI_DEV_DESTOY. > + * device with UI_DEV_DESTROY. > */ > sleep(1); Seems good...Dmitry, do you want this, or would you rather I picked it up? Thanks, jon