From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754107AbcIAVuI (ORCPT ); Thu, 1 Sep 2016 17:50:08 -0400 Received: from pmta2.delivery5.ore.mailhop.org ([54.186.218.12]:62820 "EHLO pmta2.delivery5.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753112AbcIAVuF (ORCPT ); Thu, 1 Sep 2016 17:50:05 -0400 X-MHO-User: 0b5a4bf0-707b-11e6-a6cb-494f8443c808 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 173.50.81.193 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io CC9BC80059 Date: Thu, 1 Sep 2016 19:33:55 +0000 From: Jason Cooper To: Colin King Cc: Thomas Gleixner , Marc Zyngier , linux-kernel@vger.kernel.org Subject: Re: [PATCH] irqchip/keystone: fix typo "sporious" -> "spurious" Message-ID: <20160901193355.GG10637@io.lakedaemon.net> References: <20160901104454.26092-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160901104454.26092-1-colin.king@canonical.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Colin, On Thu, Sep 01, 2016 at 11:44:54AM +0100, Colin King wrote: > From: Colin Ian King > > Trivial fix to typo in dev_warn message. > > Signed-off-by: Colin Ian King > --- > drivers/irqchip/irq-keystone.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to irqchip/core thx, Jason.