From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 02 Nov 2015 14:39:33 +0900 Subject: [U-Boot] [PATCH 4/5] odroid: clean up checkpatch issues In-Reply-To: <5629F098.1060705@samsung.com> References: <5629F098.1060705@samsung.com> Message-ID: <5636F715.9010303@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23/10/15 17:32, Minkyu Kang wrote: > This patch will fix these checkpatch issues. > > +static const char *mmc_regulators[] = { > > CHECK: Blank lines aren't necessary before a close brace '}' > + > +} > > Signed-off-by: Minkyu Kang > --- > board/samsung/odroid/odroid.c | 15 +++++++-------- > 1 file changed, 7 insertions(+), 8 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.