Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
28d9fdf0 e1f82a0d

+1 -1
+1 -1
lib/devres.c
··· 217 217 * Please Note: This is not a one-to-one replacement for of_iomap() because the 218 218 * of_iomap() function does not track whether the region is already mapped. If 219 219 * two drivers try to map the same memory, the of_iomap() function will succeed 220 - * but the the devm_of_iomap() function will return -EBUSY. 220 + * but the devm_of_iomap() function will return -EBUSY. 221 221 * 222 222 */ 223 223 void __iomem *devm_of_iomap(struct device *dev, struct device_node *node, int index,