From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:48809 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751131AbbGKR1l (ORCPT ); Sat, 11 Jul 2015 13:27:41 -0400 Message-ID: <55A1520C.5080401@kernel.org> Date: Sat, 11 Jul 2015 18:27:40 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Daniel Baluta , Ana Calinov CC: "linux-iio@vger.kernel.org" , Irina Tirdea , Srinivas Pandruvada , Linux Kernel Mailing List Subject: Re: [PATCH] iio: accel: kxcjk-1013: Remove blank lines References: <20150708124442.GA10598@spook> In-Reply-To: Content-Type: text/plain; charset=utf-8 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 08/07/15 13:56, Daniel Baluta wrote: > On Wed, Jul 8, 2015 at 3:44 PM, Ana Calinov wrote: >> This patch fixes the the following errors given by >> checkpatch.pl with --strict: >> Please don't use multiple blank lines. >> Blank lines aren't necessary after an open brace '{'. >> >> Signed-off-by: Ana Calinov > > > Looks good to me. > > Reviewed-by: Daniel Baluta > > Thanks Ana! > > Daniel. > Applied to the togreg branch of iio.git. Will push out as testing for the autobuilders to play with it. A sensible checkpatch based cleanup. Thanks Jonathan