From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751457AbaLCFPl (ORCPT ); Wed, 3 Dec 2014 00:15:41 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:46392 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751099AbaLCFPk (ORCPT ); Wed, 3 Dec 2014 00:15:40 -0500 Date: Tue, 2 Dec 2014 21:14:16 -0800 From: Greg Kroah-Hartman To: Kevin Pietsch Cc: Marek Belisko , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] Staging: ft1000: fix whitespace and brace coding style issues Message-ID: <20141203051416.GB7382@kroah.com> References: <1417580722-21899-1-git-send-email-kevinpietsch@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417580722-21899-1-git-send-email-kevinpietsch@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 02, 2014 at 11:25:22PM -0500, Kevin Pietsch wrote: > Removed braces from single line if, else, for statements. > Replaced space indents with tabs. Fixed whitespace errors around operators. That's a whole lot of different things to do in one patch. Please, one patch per "thing" you do, break this up into a series of patches that are reviewable. thanks, greg k-h