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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 4D77DC04AAF for ; Tue, 21 May 2019 14:54:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1EAC72173C for ; Tue, 21 May 2019 14:54:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Uxej1cgz"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="E9FUmk28" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1EAC72173C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xXWO7q94KCr2e8qtsGj0jClxiE30PZ/4J4QbdKa+lio=; b=Uxej1cgzUrEpF/ Wue81z7ac+pZYaVKLkL4DQff65A91MkVPZTuz1FqbOxQrfFk/6KkBHBPyE8HpE/KaMBDXjunme7OW BlDRZ6+xRHQnq8OhpIs0C3tDOkr7sWk+KLCpGxLZK3emBp5iexrz8aQCvHveqBeHZ1ZVTtn/7zgB/ b2SzbVQQvXdbOgYwVsqKqDJh1U7zBJ7dL8VIOuvsK5iDC37MkYPXReGI2xnlrZp3WNph+qHy5OzxP lyXwvhQ8+qUd3h4ZsygWoyFrfQF74jNKPMtjBKh9BKX4xNVP/PhRljBdLf9L24hm/qTfW6vupfJLW /M0LIIJhD2NGJZ5/wwqw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hT6A3-00032e-AI; Tue, 21 May 2019 14:54:39 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hT6A0-00031z-1R for linux-arm-kernel@lists.infradead.org; Tue, 21 May 2019 14:54:37 +0000 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 41A02208C3; Tue, 21 May 2019 14:54:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558450474; bh=q76YsG3uawMWYs8CZinrfkZpJKQnocFUK8DNC48Mgd0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E9FUmk28xmIgNCQi/vDn0xepr+T+p7uLIIF5bV8DO2WUu1vV9DdkChNyZc0jBXCwK iM26xnUlj7JRW9hTmIcv116tGGhAJIxUQ9oWjSDpx04pHoym9ocHvTzPd5nO7XIExG uDQYlTYcEcTBwBegwx44ukDY15riNqUIEo2bor1E= Date: Tue, 21 May 2019 16:54:32 +0200 From: Greg KH To: houweitao Subject: Re: [PATCH] tracing: fix typos in code and comments Message-ID: <20190521145432.GB3491@kroah.com> References: <20190521144740.22490-1-houweitao@xiaomi.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190521144740.22490-1-houweitao@xiaomi.com> User-Agent: Mutt/1.11.4 (2019-03-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190521_075436_248465_53DA20F2 X-CRM114-Status: GOOD ( 10.17 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rtc@vger.kernel.org, a.zummo@towertech.it, alexandre.belloni@bootlin.com, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, linux-gpio@vger.kernel.org, festevam@gmail.com, linus.walleij@linaro.org, baohua@kernel.org, rostedt@goodmis.org, davem@davemloft.net, yamada.masahiro@socionext.com, mingo@redhat.com, linux-imx@nxp.com, kernel@pengutronix.de, jslaby@suse.com, sparclinux@vger.kernel.org, houweitao , shawnguo@kernel.org, s.hauer@pengutronix.de, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, May 21, 2019 at 10:47:40PM +0800, houweitao wrote: > fix ingore to ignore in kernel; since there are other > mistakes can be found with "git grep ",fix all > > Signed-off-by: houweitao > --- > drivers/pinctrl/uniphier/pinctrl-uniphier-core.c | 2 +- > drivers/rtc/rtc-sirfsoc.c | 2 +- > drivers/tty/serial/mxs-auart.c | 2 +- > drivers/tty/serial/serial_txx9.c | 2 +- > drivers/tty/serial/sunsab.c | 2 +- > kernel/trace/trace.c | 2 +- > 6 files changed, 6 insertions(+), 6 deletions(-) You have to split this up into patches for different subsystems, and use your real name. thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel