From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751693AbbIOF1U (ORCPT ); Tue, 15 Sep 2015 01:27:20 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:33703 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750750AbbIOF1T (ORCPT ); Tue, 15 Sep 2015 01:27:19 -0400 Date: Tue, 15 Sep 2015 10:57:13 +0530 From: Sudip Mukherjee To: Martin Pietryka Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: netlogic: platform: Fix miscellaneous coding style issues Message-ID: <20150915052713.GF12611@sudip-pc> References: <1442269865-3250-1-git-send-email-martin.pietryka@streamunlimited.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442269865-3250-1-git-send-email-martin.pietryka@streamunlimited.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 14, 2015 at 10:31:05PM +0000, Martin Pietryka wrote: > This patch fixes all alignment issues, as well as a multiple > assignment and multiple blank lines issues. These are too many things to be included in a single patch. Please break them into a series. One patch should do only one type of change. regards sudip