Commit 7067c96e authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Greg Kroah-Hartman

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

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

Fixes: 7945f929 ("drivers: provide devm_platform_ioremap_resource()")
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: default avatarMukesh Ojha <mojha@codeaurora.org>
Reviewed-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d2ab9940
...@@ -84,7 +84,7 @@ EXPORT_SYMBOL_GPL(platform_get_resource); ...@@ -84,7 +84,7 @@ EXPORT_SYMBOL_GPL(platform_get_resource);
* device * device
* *
* @pdev: platform device to use both for memory resource lookup as well as * @pdev: platform device to use both for memory resource lookup as well as
* resource managemend * resource management
* @index: resource index * @index: resource index
*/ */
#ifdef CONFIG_HAS_IOMEM #ifdef CONFIG_HAS_IOMEM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment