[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160920175925.15ce4cc7@lwn.net>
Date: Tue, 20 Sep 2016 17:59:25 -0600
From: Jonathan Corbet <corbet@....net>
To: Andrey Smirnov <andrew.smirnov@...il.com>
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Documentation: DMA-API-HOWTO: Fix a typo
On Tue, 20 Sep 2016 09:04:20 -0700
Andrey Smirnov <andrew.smirnov@...il.com> 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
Powered by blists - more mailing lists