浏览代码

reset: Grammar s/more then once/more than once/

Fix grammar in reset_control_get_exclusive() documentation comment.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Geert Uytterhoeven 6 年之前
父节点
当前提交
34845c9390
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/reset.h

+ 1 - 1
include/linux/reset.h

@@ -116,7 +116,7 @@ static inline int device_reset_optional(struct device *dev)
  * @id: reset line name
  * @id: reset line name
  *
  *
  * Returns a struct reset_control or IS_ERR() condition containing errno.
  * Returns a struct reset_control or IS_ERR() condition containing errno.
- * If this function is called more then once for the same reset_control it will
+ * If this function is called more than once for the same reset_control it will
  * return -EBUSY.
  * return -EBUSY.
  *
  *
  * See reset_control_get_shared for details on shared references to
  * See reset_control_get_shared for details on shared references to