From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751815AbbEXUNA (ORCPT ); Sun, 24 May 2015 16:13:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34377 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751783AbbEXUM7 (ORCPT ); Sun, 24 May 2015 16:12:59 -0400 Date: Sun, 24 May 2015 13:12:59 -0700 From: Greg Kroah-Hartman To: Matthew Needes Cc: Ian Abbott , H Hartley Sweeten , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging : comedi/drivers/pcl*.c: coding style fixes Message-ID: <20150524201259.GA14078@kroah.com> References: <1432496563-670-1-git-send-email-mneedes@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432496563-670-1-git-send-email-mneedes@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 Sun, May 24, 2015 at 12:42:43PM -0700, Matthew Needes wrote: > pcl812.c / pcl816.c: > > Fixed indentation errors. > Fixed lines exceeding 80 columns, spelling errors. That's multiple things in the same patch, please do this in separate patches, each one only doing one thing each. > Verified code compiles. This should be without saying :)