From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750927AbdA0WXO (ORCPT ); Fri, 27 Jan 2017 17:23:14 -0500 Received: from quartz.orcorp.ca ([184.70.90.242]:55148 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750939AbdA0WXG (ORCPT ); Fri, 27 Jan 2017 17:23:06 -0500 Date: Fri, 27 Jan 2017 14:58:12 -0700 From: Jason Gunthorpe To: Alan Tull Cc: atull , Moritz Fischer , linux-kernel , linux-fpga@vger.kernel.org Subject: Re: [PATCH v3 fpga 3/4] fpga: Add scatterlist based programming Message-ID: <20170127215812.GA16914@obsidianresearch.com> References: <1483737256-18581-1-git-send-email-jgunthorpe@obsidianresearch.com> <1483737256-18581-4-git-send-email-jgunthorpe@obsidianresearch.com> <20170109161204.GA28149@obsidianresearch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Broken-Reverse-DNS: no host name found for IP address 10.0.0.156 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 09, 2017 at 04:13:38PM -0600, Alan Tull wrote: > On Mon, Jan 9, 2017 at 10:12 AM, Jason Gunthorpe > wrote: > > On Mon, Jan 09, 2017 at 10:04:36AM -0600, Alan Tull wrote: > > > >> > diff --git a/drivers/fpga/fpga-mgr.c b/drivers/fpga/fpga-mgr.c > >> > index f0a69d3e60a584..30f9778d0632d2 100644 > >> > +++ b/drivers/fpga/fpga-mgr.c > >> > @@ -1,4 +1,4 @@ > >> > -/* > >> > + /* > >> > >> Hi Jason, > >> > >> Need to take these added 2 spaces out. Otherwise, > > > > Huh, where did those come from - can you drop that hunk when you apply > > it to your tree? > > I'm not going to be applying to a tree and doing pull requests. Greg > wants to take patches straight from the mailing list. Okay, I was just getting these ready to send to Greg, could someone send an ack for Patch #4? https://patchwork.kernel.org/patch/9501865/ Thanks, Jason