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,URIBL_BLOCKED autolearn=ham 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 D33A9C433DF for ; Tue, 11 Aug 2020 16:22:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9F7142076C for ; Tue, 11 Aug 2020 16:22:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729021AbgHKQWc (ORCPT ); Tue, 11 Aug 2020 12:22:32 -0400 Received: from ms.lwn.net ([45.79.88.28]:59204 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728947AbgHKQWc (ORCPT ); Tue, 11 Aug 2020 12:22:32 -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 AF94831A; Tue, 11 Aug 2020 16:22:31 +0000 (UTC) Date: Tue, 11 Aug 2020 10:22:30 -0600 From: Jonathan Corbet To: Bryan Brattlof Cc: trivial@kernel.org, Alexander Shishkin , linux-doc@vger.kernel.org Subject: Re: [PATCH] docs: trace: fix a typo Message-ID: <20200811102230.4fbe796a@lwn.net> In-Reply-To: <87lfili2d8.fsf@bryanbrattlof.com> References: <87lfili2d8.fsf@bryanbrattlof.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, 11 Aug 2020 16:17:12 +0000 Bryan Brattlof wrote: > emumerated -> enumerated > > Signed-off-by: Bryan Brattlof > --- > Documentation/trace/intel_th.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/trace/intel_th.rst b/Documentation/trace/intel_th.rst > index 70b7126eaeeb..b31818d5f6c5 100644 > --- a/Documentation/trace/intel_th.rst > +++ b/Documentation/trace/intel_th.rst > @@ -58,7 +58,7 @@ Bus and Subdevices > > For each Intel TH device in the system a bus of its own is > created and assigned an id number that reflects the order in which TH > -devices were emumerated. All TH subdevices (devices on intel_th bus) > +devices were enumerated. All TH subdevices (devices on intel_th bus) > begin with this id: 0-gth, 0-msc0, 0-msc1, 0-pti, 0-sth, which is Applied, thanks. jon