diff options
author | Thadeu Lima de Souza Cascardo <cascardo@canonical.com> | 2018-05-31 08:24:02 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-07-03 17:17:36 -0400 |
commit | dbd39cf4249316c4089b8987f20850763ebbf43e (patch) | |
tree | 9ccccbe3f46eac690a5cec66f3e68440322ce51d | |
parent | 021c91791a5e7e85c567452f1be3e4c2c6cb6063 (diff) |
i2c: stu300: use non-archaic spelling of failes
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r-- | drivers/i2c/busses/i2c-stu300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-stu300.c b/drivers/i2c/busses/i2c-stu300.c index e866c481bfc3..fce52bdab2b7 100644 --- a/drivers/i2c/busses/i2c-stu300.c +++ b/drivers/i2c/busses/i2c-stu300.c | |||
@@ -127,7 +127,7 @@ enum stu300_error { | |||
127 | 127 | ||
128 | /* | 128 | /* |
129 | * The number of address send athemps tried before giving up. | 129 | * The number of address send athemps tried before giving up. |
130 | * If the first one failes it seems like 5 to 8 attempts are required. | 130 | * If the first one fails it seems like 5 to 8 attempts are required. |
131 | */ | 131 | */ |
132 | #define NUM_ADDR_RESEND_ATTEMPTS 12 | 132 | #define NUM_ADDR_RESEND_ATTEMPTS 12 |
133 | 133 | ||