lib: devres: delete duplicated words
[linux-2.6-block.git] / lib / devres.c
index ebb1573d9ae36f3d6ad311f965950457075e3e17..8bd3ed450614a1659ceb5577eda53c9be293feb8 100644 (file)
@@ -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,