From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752063Ab3KDMaF (ORCPT ); Mon, 4 Nov 2013 07:30:05 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:37615 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751590Ab3KDMaD (ORCPT ); Mon, 4 Nov 2013 07:30:03 -0500 Date: Mon, 4 Nov 2013 15:29:35 +0300 From: Dan Carpenter To: Aldo Iljazi Cc: marek.belisko@gmail.com, devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: ft1000: fixed a few styling issues Message-ID: <20131104122935.GN26669@mwanda> References: <1383567322-22879-1-git-send-email-mail@aldo.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383567322-22879-1-git-send-email-mail@aldo.io> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet22.oracle.com [141.146.126.238] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 04, 2013 at 02:15:22PM +0200, Aldo Iljazi wrote: > Fixed the following styling issues: > > Line 30: > Removed space before open square bracket '[' > > Lines 31 to 155: > Moved the commas that were in the start of the lines, to the end of the lines. > Inserted spaces after the commas. > Inserted a one tab indentation to each line. > > Signed-off-by: Aldo Iljazi Looks nice. Thank you. Reviewed-by: Dan Carpenter regards, dan carpenter