Re: [PATCH] Documentation/unaligned-memory-access.txt: fix incorrect comparison operator

From: Cihangir Akturk
Date: Mon Dec 19 2016 - 18:45:51 EST


On Mon, Dec 19, 2016 at 04:13:13PM -0700, Jonathan Corbet wrote:
> On Mon, 19 Dec 2016 23:53:40 +0200
> Cihangir Akturk <cakturk@xxxxxxxxx> wrote:
>
> > In the actual implementation ether_addr_equal function tests for equality to 0
> > when returning. It seems in commit 0d74c4 it is somehow overlooked to change
> > this operator to reflect the actual function.

I realized that I generated the patch with the -k flag to git
format-patch. And think that it'd be better to resend it without this
flag. Besides that nothing is changed in the patch itself. Sorry for
the noise.

>
> I received this patch two days ago; has something changed that you're
> sending it again?
>
> Meanwhile, there was a question from Ozgur Karatas on the patch, but I've
> not yet seen your response.

Ok, I'll try to answer his question.

>
> Thanks,
>
> jon

Cihangir