Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992435AbbHHON7 (ORCPT ); Sat, 8 Aug 2015 10:13:59 -0400 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:58715 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964776AbbHHON5 (ORCPT ); Sat, 8 Aug 2015 10:13:57 -0400 Subject: Re: [PATCH] staging: iio_simple_dummy: Fix indentation errors To: Daniel Baluta , Lars Svensson References: <1438776912-25798-1-git-send-email-lars1.svensson@sonymobile.com> Cc: Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald , Greg Kroah-Hartman , "linux-iio@vger.kernel.org" , driverdev , Linux Kernel Mailing List From: Jonathan Cameron Message-ID: <55C60EA2.3050902@kernel.org> Date: Sat, 8 Aug 2015 15:13:54 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2688 Lines: 62 On 05/08/15 13:22, Daniel Baluta wrote: > 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 > Thanks. Applied to the togreg branch of iio.git which will initially be pushed out as staging for the autobuilders to deal with it. Jonathan > >> --- >> 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-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/