From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752063AbdBFMuE (ORCPT ); Mon, 6 Feb 2017 07:50:04 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51224 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752017AbdBFMuC (ORCPT ); Mon, 6 Feb 2017 07:50:02 -0500 Date: Mon, 6 Feb 2017 13:50:02 +0100 From: Greg Kroah-Hartman To: Maksymilian Piechota Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCH v3] staging: lustre: align else if statement to coding standard Message-ID: <20170206125002.GA4409@kroah.com> References: <20170206122652.GA19889@maks-debian.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170206122652.GA19889@maks-debian.localdomain> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 06, 2017 at 07:26:56AM -0500, Maksymilian Piechota wrote: > - move logical continuations at the end of line > - move else if statement to a single line > - Replace spaces with tabstop. That's a lot of different things, happening all at once. Please break this up into multiple patches, each one only doing one thing, and send a patch series. thanks, greg k-h