From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754053AbbCSQOD (ORCPT ); Thu, 19 Mar 2015 12:14:03 -0400 Received: from mail-ie0-f181.google.com ([209.85.223.181]:32932 "EHLO mail-ie0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751069AbbCSQN7 (ORCPT ); Thu, 19 Mar 2015 12:13:59 -0400 Date: Thu, 19 Mar 2015 09:13:55 -0700 From: Dmitry Torokhov To: Nicolas Iooss Cc: dusonlin@emc.com.tw, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] input: elan_i2c - fix typo in include header guard Message-ID: <20150319161355.GD30732@dtor-ws> References: <1426770631-29665-1-git-send-email-nicolas.iooss_linux@m4x.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426770631-29665-1-git-send-email-nicolas.iooss_linux@m4x.org> 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 On Thu, Mar 19, 2015 at 09:10:31PM +0800, Nicolas Iooss wrote: > Signed-off-by: Nicolas Iooss > Fixes: 6696777c6506 ("Input: add driver for Elan I2C/SMbus touchpad") Applied, thank you. > --- > drivers/input/mouse/elan_i2c.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/input/mouse/elan_i2c.h b/drivers/input/mouse/elan_i2c.h > index e100c1b31597..9b2dc015f20c 100644 > --- a/drivers/input/mouse/elan_i2c.h > +++ b/drivers/input/mouse/elan_i2c.h > @@ -17,7 +17,7 @@ > */ > > #ifndef _ELAN_I2C_H > -#define _ELAN_i2C_H > +#define _ELAN_I2C_H > > #include > > -- > 2.3.3 > -- Dmitry