From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762516AbdAIQMS (ORCPT ); Mon, 9 Jan 2017 11:12:18 -0500 Received: from quartz.orcorp.ca ([184.70.90.242]:59543 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762491AbdAIQMJ (ORCPT ); Mon, 9 Jan 2017 11:12:09 -0500 Date: Mon, 9 Jan 2017 09:12:04 -0700 From: Jason Gunthorpe To: Alan Tull Cc: atull@opensource.altera.com, Moritz Fischer , linux-kernel@vger.kernel.org, linux-fpga@vger.kernel.org Subject: Re: [PATCH v3 fpga 3/4] fpga: Add scatterlist based programming Message-ID: <20170109161204.GA28149@obsidianresearch.com> References: <1483737256-18581-1-git-send-email-jgunthorpe@obsidianresearch.com> <1483737256-18581-4-git-send-email-jgunthorpe@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 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? Thanks, Jason