From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Tue, 21 Jun 2016 10:42:58 +0200 Subject: [U-Boot] [PATCH] net: NFS: Add NFSv3 support In-Reply-To: References: <1466450845-9165-1-git-send-email-guillaume.gardet@free.fr> <57684480.7000901@free.fr> Message-ID: <5768FE12.2090106@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Le 20/06/2016 23:43, Joe Hershberger a ?crit : > On Mon, Jun 20, 2016 at 2:31 PM, Guillaume Gardet > wrote: >> Please note that, this patch applies on top of this one: >> NFS: Add error message when U-Boot NFS version (V2) is not supported by >> NFS server >> https://patchwork.ozlabs.org/patch/630898/ > Please make sure to run your patches through scripts/checkpatch.pl. I did for the NFSv3 patch. There are only a few lines longer than 80 char, but not very easy to wrap. For the previous patch, do you want a V2? You told me that you will take care to fix it manually. If you don't want to include the previous patch for 2016.07 release, then you can drop it, and I can rebase this patch. Just tell me. Guillaume > > Thanks, > -Joe >