summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/efi_wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/efi_wdt.c')
-rw-r--r--drivers/watchdog/efi_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/efi_wdt.c b/drivers/watchdog/efi_wdt.c
index ea1ede1381..1512b1d99a 100644
--- a/drivers/watchdog/efi_wdt.c
+++ b/drivers/watchdog/efi_wdt.c
@@ -24,7 +24,7 @@ static int efi_wdt_set_timeout(struct watchdog *wd, unsigned timeout)
efiret = BS->set_watchdog_timer(timeout, 0, 0, NULL);
if (EFI_ERROR(efiret)) {
- dev_err(priv->dev, "filed to set EFI watchdog: %lx\n", efiret);
+ dev_err(priv->dev, "failed to set EFI watchdog: %lx\n", efiret);
return -EINVAL;
}