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 6DDDEC05027 for ; Thu, 9 Feb 2023 11:58:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229483AbjBIL6h (ORCPT ); Thu, 9 Feb 2023 06:58:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229592AbjBIL4b (ORCPT ); Thu, 9 Feb 2023 06:56:31 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6085D170F; Thu, 9 Feb 2023 03:47:06 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7DDA361A11; Thu, 9 Feb 2023 11:47:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06194C433EF; Thu, 9 Feb 2023 11:47:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675943225; bh=/cmWTKP+ZzUuyI0iSgBBz7tpFTNu/+ueErc+Sk9xR1w=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=RMalBmRtOmbCtWIDvIP3YC/FYnD9v0SfWBhVdLZKngqRjqgOzusV+RRkRgBcsInK/ L9XGROLwtPYqP2R9hGa9yNVjKPKgLIg2wadGpvbpzZUIaNPdrSu/QIzPp7xTXffYVo 6+ctepGtM1QK7mOTsC+qA/wy6ylllYQfHiJB6Y+voR5YoxyRAoX1a8xmvFrla/NIRg EjhP2ouWi6MJFHqwaaqB9pVUod8j4xSQg2dKcviUB8qDSaaYJxiO+4NcXmYnfIlybe BANoUdWiac+B+BZnHf94/JWizWVP/4+NmiAfMZSRYUQiVa1+9y1ibtrIcznA6RHgTf nRuhtg8ge29TA== Message-ID: Date: Thu, 9 Feb 2023 12:46:58 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH 21/24] Documentation: trace: correct spelling Content-Language: en-US To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: Steven Rostedt , Masami Hiramatsu , linux-trace-kernel@vger.kernel.org, Mathieu Poirier , Suzuki K Poulose , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, Jonathan Corbet , linux-doc@vger.kernel.org, Mukesh Ojha References: <20230209071400.31476-1-rdunlap@infradead.org> <20230209071400.31476-22-rdunlap@infradead.org> From: Daniel Bristot de Oliveira In-Reply-To: <20230209071400.31476-22-rdunlap@infradead.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/9/23 08:13, Randy Dunlap wrote: > --- a/Documentation/trace/hwlat_detector.rst > +++ b/Documentation/trace/hwlat_detector.rst > @@ -14,7 +14,7 @@ originally written for use by the "RT" p > kernel is highly latency sensitive. > > SMIs are not serviced by the Linux kernel, which means that it does not > -even know that they are occuring. SMIs are instead set up by BIOS code > +even know that they are occurring. SMIs are instead set up by BIOS code > and are serviced by BIOS code, usually for "critical" events such as > management of thermal sensors and fans. Sometimes though, SMIs are used for > other tasks and those tasks can spend an inordinate amount of time in the Acked-by: Daniel Bristot de Oliveira Thanks! -- Daniel