From: Bartosz Golaszewski Date: Mon, 1 Apr 2019 08:16:35 +0000 (+0200) Subject: drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource() X-Git-Tag: v5.2-rc1~154^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7067c96ee8d2d77039aeb49670acfe160f484ef9;p=thirdparty%2Fkernel%2Flinux.git drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource() It should have been 'management' not 'managemend'. Fixes: 7945f929f1a7 ("drivers: provide devm_platform_ioremap_resource()") Signed-off-by: Bartosz Golaszewski Reviewed-by: Mukesh Ojha Reviewed-by: Rafael J. Wysocki Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/base/platform.c b/drivers/base/platform.c index dab0a5abc3912..09c00d91094c1 100644 --- a/drivers/base/platform.c +++ b/drivers/base/platform.c @@ -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