From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751443AbdBAH2O (ORCPT ); Wed, 1 Feb 2017 02:28:14 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:48388 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751292AbdBAH2N (ORCPT ); Wed, 1 Feb 2017 02:28:13 -0500 Date: Wed, 1 Feb 2017 08:28:16 +0100 From: Greg KH To: Logan Gorence Cc: wsa+renesas@sang-engineering.com, bhumirks@gmail.com, mattkilgore12@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: Staging: ks7010: clean up ks_hostif.h Message-ID: <20170201072816.GA17528@kroah.com> References: <1485928413.13801.2.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1485928413.13801.2.camel@gmail.com> 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 Tue, Jan 31, 2017 at 09:53:33PM -0800, Logan Gorence wrote: > >From 58defc62d53cb473f9d745127d98df834a10b321 Mon Sep 17 00:00:00 2001 > From: Logan Gorence > Date: Tue, 31 Jan 2017 21:51:05 -0800 > Subject: [PATCH] Staging: ks7010: clean up ks_hostif.h Why is this all here in the body of your email? > > Clean up the errors in ks_hostif.h put out by checkpatch.pl. > > Signed-off by: Logan Gorence > --- >  drivers/staging/ks7010/ks_hostif.h | 56 +++++++++++++++++++----------- > -------- Your patch is line-wrapped and can not be applied :( Please fix your email client up (or just use 'git send-email' and try again. Also, you can't fix "all" errors at once, you need to break this up into a "one patch per type of fix" series. thanks, greg k-h