From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754519AbcITX72 (ORCPT ); Tue, 20 Sep 2016 19:59:28 -0400 Received: from tex.lwn.net ([70.33.254.29]:40605 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751729AbcITX71 (ORCPT ); Tue, 20 Sep 2016 19:59:27 -0400 Date: Tue, 20 Sep 2016 17:59:25 -0600 From: Jonathan Corbet To: Andrey Smirnov Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: DMA-API-HOWTO: Fix a typo Message-ID: <20160920175925.15ce4cc7@lwn.net> In-Reply-To: <1474387460-5849-1-git-send-email-andrew.smirnov@gmail.com> References: <1474387460-5849-1-git-send-email-andrew.smirnov@gmail.com> Organization: LWN.net X-Mailer: Claws Mail 3.13.2 (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 On Tue, 20 Sep 2016 09:04:20 -0700 Andrey Smirnov wrote: > - if (dma_mapping_error(cp->dev, dma_handle)) { > + if (dma_mapping_error(cp->dev, mapping)) { Interesting, that has been wrong for the entire git era; another patch fixed that line a few years ago, but left the wrong name in place... Applied to the docs tree, thanks. jon