From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933520AbcLSXpt (ORCPT ); Mon, 19 Dec 2016 18:45:49 -0500 Received: from mail-wj0-f196.google.com ([209.85.210.196]:35236 "EHLO mail-wj0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933416AbcLSXpp (ORCPT ); Mon, 19 Dec 2016 18:45:45 -0500 Date: Tue, 20 Dec 2016 02:45:29 +0300 From: Cihangir Akturk To: Jonathan Corbet Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation/unaligned-memory-access.txt: fix incorrect comparison operator Message-ID: <20161219234529.GA2970@portege.localdomain> References: <1482184420-27731-1-git-send-email-cakturk@gmail.com> <20161219161313.34b497ca@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161219161313.34b497ca@lwn.net> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 19, 2016 at 04:13:13PM -0700, Jonathan Corbet wrote: > On Mon, 19 Dec 2016 23:53:40 +0200 > Cihangir Akturk 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