From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965932AbbDXIWg (ORCPT ); Fri, 24 Apr 2015 04:22:36 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41146 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965702AbbDXIWe (ORCPT ); Fri, 24 Apr 2015 04:22:34 -0400 Date: Fri, 24 Apr 2015 10:22:30 +0200 From: Greg KH To: Charles Rose Cc: sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com, linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: sm750fb: cleanup white space and indent Message-ID: <20150424082230.GA7692@kroah.com> References: <1429823048-9094-1-git-send-email-charles.rose.linux@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429823048-9094-1-git-send-email-charles.rose.linux@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 Thu, Apr 23, 2015 at 05:04:08PM -0400, Charles Rose wrote: > This patch fixes "space prohibited" errors reported by checkpatch.pl > and related indentation. The module builds without error. That's two different things, can you break this up into one "logical" patch per thing you are changing here? thanks, greg k-h