OSDN Git Service

drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent comments
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 30 Nov 2016 01:21:05 +0000 (17:21 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Nov 2016 12:04:53 +0000 (13:04 +0100)
commitcd74da957ba2d03787ede1c22bbb183d9c728aad
tree764dd61a2bbd7695b474f4270c2160d1339dc239
parent0e0d3d2c5f9901dad9f375614ab4362e95e631ba
drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent comments

The function we are wrapping is named dma_alloc_noncoherent, and
not dma_alloc_non_coherent.

Fixes: 9ac7849e35f70 ("devres: device resource management")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/dma-mapping.c