Skip to content

Commit

Permalink
drivers: fix a typo in the kernel doc for devm_platform_ioremap_resou…
Browse files Browse the repository at this point in the history
…rce()

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

Fixes: 7945f92 ("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>
  • Loading branch information
Bartosz Golaszewski authored and Greg Kroah-Hartman committed Apr 25, 2019
1 parent d2ab994 commit 7067c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7067c96

Please sign in to comment.