[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1212051055440.17055@pobox.suse.cz>
Date: Wed, 5 Dec 2012 10:55:50 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: Jean Delvare <khali@...ux-fr.org>
Cc: Benjamin Tissoires <benjamin.tissoires@...il.com>,
linux-input@...r.kernel.org, linux-i2c@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 04/14] HID: i2c-hid: fix checkpatch.pl warning
On Tue, 4 Dec 2012, Jean Delvare wrote:
> > We should not initialize to 0 static declarations.
> >
> > Signed-off-by: Benjamin Tissoires <benjamin.tissoires@...il.com>
> > ---
> > drivers/hid/i2c-hid/i2c-hid.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/hid/i2c-hid/i2c-hid.c b/drivers/hid/i2c-hid/i2c-hid.c
> > index ad771a7..9ee6555 100644
> > --- a/drivers/hid/i2c-hid/i2c-hid.c
> > +++ b/drivers/hid/i2c-hid/i2c-hid.c
> > @@ -46,7 +46,7 @@
> > #define I2C_HID_PWR_SLEEP 0x01
> >
> > /* debug option */
> > -static bool debug = false;
> > +static bool debug;
> > module_param(debug, bool, 0444);
> > MODULE_PARM_DESC(debug, "print a lot of debug information");
> >
>
> Reviewed-by: Jean Delvare <khali@...ux-fr.org>
Applied, thanks.
--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists