From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751862AbcJBO43 (ORCPT ); Sun, 2 Oct 2016 10:56:29 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59635 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750793AbcJBO4X (ORCPT ); Sun, 2 Oct 2016 10:56:23 -0400 Date: Sun, 2 Oct 2016 16:56:23 +0200 From: Greg KH To: shyam saini Cc: labbott@redhat.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, arve@android.com, sumit.semwal@linaro.org Subject: Re: [PATCH 1/1] Staging: android: ion: Fixed coding style issues Message-ID: <20161002145623.GA21399@kroah.com> References: <1475081476-6594-1-git-send-email-mayhs11saini@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475081476-6594-1-git-send-email-mayhs11saini@gmail.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 28, 2016 at 10:21:16PM +0530, shyam saini wrote: > Fixed switch case indentation issue and void function return statement > issue That's two different things in one patch, please break this up into two different patches (which will let me reject one of them, see the archives for why...) thanks, greg k-h