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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02978C433F5 for ; Fri, 10 Dec 2021 18:21:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244875AbhLJSY6 (ORCPT ); Fri, 10 Dec 2021 13:24:58 -0500 Received: from mail-ot1-f45.google.com ([209.85.210.45]:36740 "EHLO mail-ot1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232317AbhLJSY5 (ORCPT ); Fri, 10 Dec 2021 13:24:57 -0500 Received: by mail-ot1-f45.google.com with SMTP id w6-20020a9d77c6000000b0055e804fa524so10466716otl.3; Fri, 10 Dec 2021 10:21:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CGnO4bxnTAqMK/uthYlBDN3+OwLPbg309qxpgobdKxI=; b=JQqLUENsrI5IkcGF/2AE7ycxBmUBO2UNBstuoJohEA0+HuZ484A3lSp4Ja90GQ86iN qb5t7UH541mwYt6JJGuNyUu/O820AGmPInoFqKpblNWXbnWo+Q3RLKCuH6tQzovpEsiZ hV4EEfLrmr7yZqm0rhO9/qIus1ZGp6+6KtoLtGu01DZ0stX47Co7obUtXIXSRbr23wFQ EFGVSVQ5+TYPgQoaqcUvCSSdlBgxlAoaaohZEi+PTVJrkNZG2qUgWbjI+PHC2/+07u8r 0ekNfZlw5etMpZRSU2LMYuF6XtuSZ5ioBCMmBNbD1d1CweZ6+cRbRzPimvJVLn47mDdC aMew== X-Gm-Message-State: AOAM532jLfLGtHvqpXTRh4Jup1gIGunr6bQwXLZv3TgswDXkkrsQyUkY uMwwZN/Mi9IjddJdmjpm1ckZizSAJfyVwqMnYjc= X-Google-Smtp-Source: ABdhPJxyUbegeOKjvJ3CxiHL7dwpj9EzFVDPRUNdKiJGM3d307QrxgUO9bUGZj0EMwemLB2snxZHAeDirffJcqK0rDM= X-Received: by 2002:a05:6830:1e57:: with SMTP id e23mr12377743otj.16.1639160481982; Fri, 10 Dec 2021 10:21:21 -0800 (PST) MIME-Version: 1.0 References: <20211126180101.27818-1-digetx@gmail.com> <20211126180101.27818-5-digetx@gmail.com> In-Reply-To: <20211126180101.27818-5-digetx@gmail.com> From: "Rafael J. Wysocki" Date: Fri, 10 Dec 2021 19:21:11 +0100 Message-ID: Subject: Re: [PATCH v4 04/25] reboot: Correct typo in a comment To: Dmitry Osipenko Cc: Thierry Reding , Jonathan Hunter , Russell King , Catalin Marinas , Will Deacon , Guo Ren , Geert Uytterhoeven , Greg Ungerer , Joshua Thompson , Thomas Bogendoerfer , Sebastian Reichel , Linus Walleij , Philipp Zabel , Greentime Hu , Vincent Chen , "James E.J. Bottomley" , Helge Deller , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Paul Walmsley , Palmer Dabbelt , Albert Ou , Yoshinori Sato , Rich Felker , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "the arch/x86 maintainers" , "H. Peter Anvin" , Boris Ostrovsky , Juergen Gross , Stefano Stabellini , "Rafael J. Wysocki" , Len Brown , Santosh Shilimkar , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Pavel Machek , Lee Jones , Andrew Morton , Guenter Roeck , Daniel Lezcano , Andy Shevchenko , Ulf Hansson , alankao@andestech.com, "K . C . Kuen-Chern Lin" , Linux ARM , Linux Kernel Mailing List , linux-csky@vger.kernel.org, linux-ia64@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev , linux-riscv@lists.infradead.org, Linux-sh list , xen-devel@lists.xenproject.org, ACPI Devel Maling List , Linux PM , linux-tegra Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-csky@vger.kernel.org On Fri, Nov 26, 2021 at 7:02 PM Dmitry Osipenko wrote: > > Correct s/implemenations/implementations/ in . > > Signed-off-by: Dmitry Osipenko This patch clearly need not be part of this series. > --- > include/linux/reboot.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/reboot.h b/include/linux/reboot.h > index af907a3d68d1..7c288013a3ca 100644 > --- a/include/linux/reboot.h > +++ b/include/linux/reboot.h > @@ -63,7 +63,7 @@ struct pt_regs; > extern void machine_crash_shutdown(struct pt_regs *); > > /* > - * Architecture independent implemenations of sys_reboot commands. > + * Architecture independent implementations of sys_reboot commands. > */ > > extern void kernel_restart_prepare(char *cmd); > -- > 2.33.1 >