Skip to content

Commit eb05751

Browse files
Colin Ian KingEnric Balletbo i Serra
authored andcommitted
platform/chrome: cros_ec: Fix spelling mistake "responsed" -> "response"
There are spelling mistakes in dev_warn messages. Fix them. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Enric Balletbo i Serra <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f11c35e commit eb05751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/platform/chrome/cros_ec_lpc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static int cros_ec_pkt_xfer_lpc(struct cros_ec_device *ec,
156156
cros_ec_lpc_ops.write(EC_LPC_ADDR_HOST_CMD, 1, &sum);
157157

158158
if (ec_response_timed_out()) {
159-
dev_warn(ec->dev, "EC responsed timed out\n");
159+
dev_warn(ec->dev, "EC response timed out\n");
160160
ret = -EIO;
161161
goto done;
162162
}
@@ -238,7 +238,7 @@ static int cros_ec_cmd_xfer_lpc(struct cros_ec_device *ec,
238238
cros_ec_lpc_ops.write(EC_LPC_ADDR_HOST_CMD, 1, &sum);
239239

240240
if (ec_response_timed_out()) {
241-
dev_warn(ec->dev, "EC responsed timed out\n");
241+
dev_warn(ec->dev, "EC response timed out\n");
242242
ret = -EIO;
243243
goto done;
244244
}

0 commit comments

Comments
 (0)