Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1487724

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

From Jonathan Corbet <corbet@lwn.net>
Newsgroups linux.kernel
Subject Re: [PATCH] Documentation: DMA-API-HOWTO: Fix a typo
Date 2016-09-21 02:00 +0200
Message-ID <sjD7b-1js-9@gated-at.bofh.it> (permalink)
References <sjvMl-5fH-5@gated-at.bofh.it>
Organization LWN.net

Show all headers | View raw


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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] Documentation: DMA-API-HOWTO: Fix a typo Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-09-20 18:10 +0200
  Re: [PATCH] Documentation: DMA-API-HOWTO: Fix a typo Jonathan Corbet <corbet@lwn.net> - 2016-09-21 02:00 +0200

csiph-web