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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8959EC83F1B for ; Wed, 16 Jul 2025 08:08:39 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 26A1E10E6F0; Wed, 16 Jul 2025 08:08:39 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="clYWrTZk"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id D55C310E071; Wed, 16 Jul 2025 08:08:36 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 385B943431; Wed, 16 Jul 2025 08:08:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 12419C4CEF0; Wed, 16 Jul 2025 08:08:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1752653316; bh=HIfZ2WyLhan5ssXSdB5gQZDLA9YqfEoaAfStUdGlXFQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=clYWrTZkp/rq0rCVhswSXVqfKlXYciP2uM3S5iUrcQP9HIZSlHaFyZZ8e6FhKU9/U Lh3gBy5Ev81QSMIFUAWFwXwi2wp+9D4NRDiE1O/qfo1Dw1EYsEpURuycj9dvpTzLyL hncH3tuUa6Vr1A5Z6VLty6GPo6W0f4WqF8Ccqj7s= Date: Wed, 16 Jul 2025 10:08:33 +0200 From: Greg KH To: WangYuli Cc: airlied@gmail.com, akpm@linux-foundation.org, alison.schofield@intel.com, andrew+netdev@lunn.ch, andriy.shevchenko@linux.intel.com, arend.vanspriel@broadcom.com, bp@alien8.de, brcm80211-dev-list.pdl@broadcom.com, brcm80211@lists.linux.dev, colin.i.king@gmail.com, cvam0000@gmail.com, dan.j.williams@intel.com, dave.hansen@linux.intel.com, dave.jiang@intel.com, dave@stgolabs.net, davem@davemloft.net, dri-devel@lists.freedesktop.org, edumazet@google.com, guanwentao@uniontech.com, hpa@zytor.com, ilpo.jarvinen@linux.intel.com, intel-xe@lists.freedesktop.org, ira.weiny@intel.com, j@jannau.net, jeff.johnson@oss.qualcomm.com, jgross@suse.com, jirislaby@kernel.org, johannes.berg@intel.com, jonathan.cameron@huawei.com, kuba@kernel.org, kvalo@kernel.org, kvm@vger.kernel.org, linux-cxl@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, linux-wireless@vger.kernel.org, linux@treblig.org, lucas.demarchi@intel.com, marcin.s.wojtas@gmail.com, ming.li@zohomail.com, mingo@kernel.org, mingo@redhat.com, netdev@vger.kernel.org, niecheng1@uniontech.com, oleksandr_tyshchenko@epam.com, pabeni@redhat.com, pbonzini@redhat.com, quic_ramess@quicinc.com, ragazenta@gmail.com, rodrigo.vivi@intel.com, seanjc@google.com, shenlichuan@vivo.com, simona@ffwll.ch, sstabellini@kernel.org, tglx@linutronix.de, thomas.hellstrom@linux.intel.com, vishal.l.verma@intel.com, x86@kernel.org, xen-devel@lists.xenproject.org, yujiaoliang@vivo.com, zhanjun@uniontech.com Subject: Re: [PATCH v2 6/8] serial: 8250_dw: Fix typo "notifer" Message-ID: <2025071607-outbid-heat-b0ba@gregkh> References: <2BF1749F02ADE664+20250715134407.540483-6-wangyuli@uniontech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2BF1749F02ADE664+20250715134407.540483-6-wangyuli@uniontech.com> X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Tue, Jul 15, 2025 at 09:44:05PM +0800, WangYuli wrote: > There is a spelling mistake of 'notifer' in the comment which > should be 'notifier'. > > Link: https://lore.kernel.org/all/B3C019B63C93846F+20250715071245.398846-1-wangyuli@uniontech.com/ > Signed-off-by: WangYuli Is your name all one word like that, or should there be a " " between them? Also, as others said, don't link to your own patch. thanks, greg k-h