Re: [PATCH] Documentation: DMA-API-HOWTO: Fix a typo

From: Jonathan Corbet
Date: Tue Sep 20 2016 - 19:59:43 EST


On Tue, 20 Sep 2016 09:04:20 -0700
Andrey Smirnov <andrew.smirnov@xxxxxxxxx> 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