Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751591AbbHEMW1 (ORCPT ); Wed, 5 Aug 2015 08:22:27 -0400 Received: from mail-lb0-f172.google.com ([209.85.217.172]:35537 "EHLO mail-lb0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750966AbbHEMWZ (ORCPT ); Wed, 5 Aug 2015 08:22:25 -0400 MIME-Version: 1.0 In-Reply-To: <1438776912-25798-1-git-send-email-lars1.svensson@sonymobile.com> References: <1438776912-25798-1-git-send-email-lars1.svensson@sonymobile.com> Date: Wed, 5 Aug 2015 15:22:24 +0300 Message-ID: Subject: Re: [PATCH] staging: iio_simple_dummy: Fix indentation errors From: Daniel Baluta To: Lars Svensson Cc: Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald , Greg Kroah-Hartman , "linux-iio@vger.kernel.org" , driverdev , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2248 Lines: 50 On Wed, Aug 5, 2015 at 3:15 PM, Lars Svensson wrote: > Fixing indentation errors in > drivers/staging/iio/iio_simple_dummy_events.c. > > Signed-off-by: Lars Svensson Good catch. Acked-by: Daniel Baluta > --- > drivers/staging/iio/iio_simple_dummy_events.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/iio/iio_simple_dummy_events.c b/drivers/staging/iio/iio_simple_dummy_events.c > index ecc563c..73108ba 100644 > --- a/drivers/staging/iio/iio_simple_dummy_events.c > +++ b/drivers/staging/iio/iio_simple_dummy_events.c > @@ -120,7 +120,7 @@ int iio_simple_dummy_read_event_value(struct iio_dev *indio_dev, > const struct iio_chan_spec *chan, > enum iio_event_type type, > enum iio_event_direction dir, > - enum iio_event_info info, > + enum iio_event_info info, > int *val, int *val2) > { > struct iio_dummy_state *st = iio_priv(indio_dev); > @@ -143,7 +143,7 @@ int iio_simple_dummy_write_event_value(struct iio_dev *indio_dev, > const struct iio_chan_spec *chan, > enum iio_event_type type, > enum iio_event_direction dir, > - enum iio_event_info info, > + enum iio_event_info info, > int val, int val2) > { > struct iio_dummy_state *st = iio_priv(indio_dev); > -- > 1.8.2.2 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/