diff options
-rw-r--r-- | include/linux/reset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reset.h b/include/linux/reset.h index 09732c36f351..29af6d6b2f4b 100644 --- a/include/linux/reset.h +++ b/include/linux/reset.h | |||
@@ -116,7 +116,7 @@ static inline int device_reset_optional(struct device *dev) | |||
116 | * @id: reset line name | 116 | * @id: reset line name |
117 | * | 117 | * |
118 | * Returns a struct reset_control or IS_ERR() condition containing errno. | 118 | * Returns a struct reset_control or IS_ERR() condition containing errno. |
119 | * If this function is called more then once for the same reset_control it will | 119 | * If this function is called more than once for the same reset_control it will |
120 | * return -EBUSY. | 120 | * return -EBUSY. |
121 | * | 121 | * |
122 | * See reset_control_get_shared for details on shared references to | 122 | * See reset_control_get_shared for details on shared references to |