1
0
Fork 0

drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()

It should have been 'management' not 'managemend'.

Fixes: 7945f929f1 ("drivers: provide devm_platform_ioremap_resource()")
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.2
Bartosz Golaszewski 2019-04-01 10:16:35 +02:00 committed by Greg Kroah-Hartman
parent d2ab99403e
commit 7067c96ee8
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ EXPORT_SYMBOL_GPL(platform_get_resource);
* device
*
* @pdev: platform device to use both for memory resource lookup as well as
* resource managemend
* resource management
* @index: resource index
*/
#ifdef CONFIG_HAS_IOMEM