Hi, > -----Original Message----- > From: Boris Brezillon [mailto:boris.brezil...@bootlin.com] > Sent: Monday, December 10, 2018 4:57 PM > To: Yogesh Narayan Gaur <yogeshnarayan.g...@nxp.com> > Cc: linux-...@lists.infradead.org; broo...@kernel.org; > marek.va...@gmail.com; vigne...@ti.com; linux-...@vger.kernel.org; > devicet...@vger.kernel.org; r...@kernel.org; mark.rutl...@arm.com; > shawn...@kernel.org; linux-arm-ker...@lists.infradead.org; > computersforpe...@gmail.com; frieder.schre...@exceet.de; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH v5 3/7] mtd: spi-nor: add opcodes for octal Read/Write > commands > > On Mon, 10 Dec 2018 11:17:20 +0000 > Yogesh Narayan Gaur <yogeshnarayan.g...@nxp.com> wrote: > > > Hi Boris, > > > > > -----Original Message----- > > > From: Boris Brezillon [mailto:boris.brezil...@bootlin.com] > > > Sent: Monday, December 10, 2018 4:27 PM > > > To: Yogesh Narayan Gaur <yogeshnarayan.g...@nxp.com> > > > Cc: linux-...@lists.infradead.org; broo...@kernel.org; > > > marek.va...@gmail.com; vigne...@ti.com; linux-...@vger.kernel.org; > > > devicet...@vger.kernel.org; r...@kernel.org; mark.rutl...@arm.com; > > > shawn...@kernel.org; linux-arm-ker...@lists.infradead.org; > > > computersforpe...@gmail.com; frieder.schre...@exceet.de; linux- > > > ker...@vger.kernel.org > > > Subject: Re: [PATCH v5 3/7] mtd: spi-nor: add opcodes for octal > > > Read/Write commands > > > > > > On Mon, 3 Dec 2018 08:39:18 +0000 > > > Yogesh Narayan Gaur <yogeshnarayan.g...@nxp.com> wrote: > > > > > > > - Add opcodes for octal I/O commands > > > > * Read : 1-1-8 and 1-8-8 protocol > > > > * Write : 1-1-8 and 1-8-8 protocol > > > > * opcodes for 4-byte address mode command > > > > > > > > - Entry of macros in _convert_3to4_xxx function > > > > > > > > - Add flag specifying flash support octal read commands. > > > > > > > > Signed-off-by: Vignesh R <vigne...@ti.com> > > > > Signed-off-by: Yogesh Gaur <yogeshnarayan.g...@nxp.com> > > > > > > Looks like the SoB and Author lines do not match > > > > > > Yogesh Narayan Gaur <yogeshnarayan.g...@nxp.com> vs Yogesh Gaur > > > <yogeshnarayan.g...@nxp.com> > > > > > > Can you find a way to make them match? > > I am sending the patches with my smtp server of OutlookOffice and in that my > user name is "Yogesh Narayan Gaur" and in gitconfig of my Linux machine I set > user name as "Yogesh Gaur". > > Is it mandatory to have same Author name in SoB and Author lines, if yes I > would change the settings in gitconfig file. > > We have scripts that check that the author/committer has its SoB, depending on > how strict the check is, it might complaint that SoB an author/committer do > not > match, so yes, please change gitconfig to make them match. > Ok, sure. In all other future patches would modify my Author name.
> Thanks, > > Boris