diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-22 21:04:43 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-07 11:37:54 +0200 |
commit | 28d9fdf04573cfed6a205220fb038dd444568fa3 (patch) | |
tree | 09ae375d4a0fd211025f3b13ff6ccfd072a923ef /lib/devres.c | |
parent | e1f82a0dcf388d98bcc7ad195c03bd812405e6b2 (diff) | |
download | linux-28d9fdf04573cfed6a205220fb038dd444568fa3.tar.gz linux-28d9fdf04573cfed6a205220fb038dd444568fa3.tar.bz2 linux-28d9fdf04573cfed6a205220fb038dd444568fa3.zip |
lib: devres: delete duplicated words
Drop the repeated word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20200823040443.25900-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/devres.c')
-rw-r--r-- | lib/devres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/devres.c b/lib/devres.c index ebb1573d9ae3..8bd3ed450614 100644 --- a/lib/devres.c +++ b/lib/devres.c @@ -217,7 +217,7 @@ void __iomem *devm_ioremap_resource_wc(struct device *dev, * Please Note: This is not a one-to-one replacement for of_iomap() because the * of_iomap() function does not track whether the region is already mapped. If * two drivers try to map the same memory, the of_iomap() function will succeed - * but the the devm_of_iomap() function will return -EBUSY. + * but the devm_of_iomap() function will return -EBUSY. * */ void __iomem *devm_of_iomap(struct device *dev, struct device_node *node, int index, |