Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756026AbcL0UJg (ORCPT ); Tue, 27 Dec 2016 15:09:36 -0500 Received: from ms.lwn.net ([45.79.88.28]:38450 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752214AbcL0UJ3 (ORCPT ); Tue, 27 Dec 2016 15:09:29 -0500 Date: Tue, 27 Dec 2016 13:09:08 -0700 From: Jonathan Corbet To: Cihangir Akturk Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Documentation/unaligned-memory-access.txt: fix incorrect comparison operator Message-ID: <20161227130908.373bb445@lwn.net> In-Reply-To: <1481996537-24721-1-git-send-email-cakturk@gmail.com> References: <1481996537-24721-1-git-send-email-cakturk@gmail.com> Organization: LWN.net X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 337 Lines: 10 On Sat, 17 Dec 2016 19:42:17 +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've applied this to the docs tree, thanks. jon