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 937BDC4332F for ; Tue, 22 Nov 2022 08:40:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232895AbiKVIk0 (ORCPT ); Tue, 22 Nov 2022 03:40:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44586 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232819AbiKVIkW (ORCPT ); Tue, 22 Nov 2022 03:40:22 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DAD1D3E09B for ; Tue, 22 Nov 2022 00:40:21 -0800 (PST) From: John Ogness DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1669106419; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=l0yWsW+Lnv2n25Z762CrMc8OZ3xGbSNzxOpv84ubDYU=; b=lljlo4MfM/KLXQVIfuZnmfte0viE19bmeHX2IomqNtF/fQmxDlZZnSxZXyD7q5yWUqOT5j 2LUnmFz7nwdm6KX7h71Cs5q7PlsBsCOGfDyl6U/OqaZUakBfJ4qlOPrTnc8ouSRmNB1Z4o 5dyFoe2lFqzK0Sknzv6IXYqznPT3pe0gLmosY1oNYI0ztS0SLAphXxuuZ5oiK75X4n19XU MxGWa4KyHVDl+sis3LX95mxn2d5PRs+ummWttUEQpA5TOLttBFnrfIVJkhuSKQXaudyTCl gs9O/djtrhGkJWJcnjWBDLxMwRbUl6JMtkNUwaJ/Xcn+DeCUl4v39xEn2EZ+lg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1669106419; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=l0yWsW+Lnv2n25Z762CrMc8OZ3xGbSNzxOpv84ubDYU=; b=Z7hnAIc9JuDd+Avxi65zkamymKYJsNuj4g5rr4MoP0g1CNDYq7PCDieYPLqvrAdaMt7yux kvN8/H5oEtf1psBQ== To: Wang Honghui , Petr Mladek , Sergey Senozhatsky , Steven Rostedt , linux-kernel@vger.kernel.org Subject: Re: [PATCH] printk: fix a typo of comment In-Reply-To: <77522C532189E547+Y3yG91g6XALbtdJr@TP-P15V.lan> References: <77522C532189E547+Y3yG91g6XALbtdJr@TP-P15V.lan> Date: Tue, 22 Nov 2022 09:46:11 +0106 Message-ID: <874jurqt5g.fsf@jogness.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022-11-22, Wang Honghui wrote: > Printk: Fix a typo of commen comment ^^^^^^ > Signed-off-by: Wang Honghui Reviewed-by: John Ogness Thanks!