From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965138AbbLHOeS (ORCPT ); Tue, 8 Dec 2015 09:34:18 -0500 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:33737 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965011AbbLHOdv (ORCPT ); Tue, 8 Dec 2015 09:33:51 -0500 Date: Tue, 8 Dec 2015 14:33:22 +0000 From: Charles Keepax To: Lee Jones CC: , Subject: Re: [PATCH 10/19] mfd: arizona-i2c: Add blank line formatting after declaration Message-ID: <20151208143322.GE6058@localhost.localdomain> References: <1449489032-14374-1-git-send-email-lee.jones@linaro.org> <1449489032-14374-11-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1449489032-14374-11-git-send-email-lee.jones@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310000 definitions=main-1512080252 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 07, 2015 at 11:50:23AM +0000, Lee Jones wrote: > WARNING: Missing a blank line after declarations > + struct arizona *arizona = dev_get_drvdata(&i2c->dev); > + arizona_dev_exit(arizona); > > total: 0 errors, 1 warnings, 120 lines checked > > Cc: patches@opensource.wolfsonmicro.com > Signed-off-by: Lee Jones > --- Acked-by: Charles Keepax Thanks, Charles