[PATCH v2 3/3] Staging: comedi: s626: fix line over 80 characters issue

Ian Abbott abbotti at mev.co.uk
Tue Jun 21 11:18:11 UTC 2016


On 21/06/16 07:44, Ravishankar Karkala Mallikarjunayya wrote:
> This fixes up a line over 80 characters issues found by
> the checkpatch.pl tool.
>
> Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankarkm32 at gmail.com>
> ---
> Change log v1->v2
>         - No Change
> ---
>  drivers/staging/comedi/drivers/s626.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/drivers/s626.c b/drivers/staging/comedi/drivers/s626.c
> index f6806ae..73196c7 100644
> --- a/drivers/staging/comedi/drivers/s626.c
> +++ b/drivers/staging/comedi/drivers/s626.c
> @@ -2500,7 +2500,8 @@ static int s626_initialize(struct comedi_device *dev)
>  	for (i = 0; i < 2; i++) {
>  		writel(S626_I2C_CLKSEL, dev->mmio + S626_P_I2CSTAT);
>  		s626_mc_enable(dev, S626_MC2_UPLD_IIC, S626_P_MC2);
> -		ret = comedi_timeout(dev, NULL, NULL, s626_i2c_handshake_eoc, 0);
> +		ret = comedi_timeout(dev, NULL,
> +				     NULL, s626_i2c_handshake_eoc, 0);
>  		if (ret)
>  			return ret;
>  	}
>

Thanks!  This one applies cleanly without the other two patches in the 
series.

Reviewed-by: Ian Abbott <abbotti at mev.co.uk>

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti at mev.co.uk> )=-
-=(                          Web: http://www.mev.co.uk/  )=-


More information about the devel mailing list