aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-10-16 21:14:29 +0900
committerJiri Kosina <jkosina@suse.cz>2015-12-08 14:59:19 +0100
commite3d132d1239ae846e2f7c652fbdc5aa7ebcc4541 (patch)
tree05691c7c9b3923463fc65ba083ca5e77e5551708 /drivers/firmware
parentDocumentation: filesystem: Fix typo in fs/eventfd.c (diff)
downloadlinux-dev-e3d132d1239ae846e2f7c652fbdc5aa7ebcc4541.tar.xz
linux-dev-e3d132d1239ae846e2f7c652fbdc5aa7ebcc4541.zip
treewide: Fix typos in printk
This patch fix multiple spelling typos found in various part of kernel. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/firmware')
-rw-r--r--drivers/firmware/efi/libstub/fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/efi/libstub/fdt.c b/drivers/firmware/efi/libstub/fdt.c
index b62e2f5dcab3..cf7b7d46302a 100644
--- a/drivers/firmware/efi/libstub/fdt.c
+++ b/drivers/firmware/efi/libstub/fdt.c
@@ -253,7 +253,7 @@ efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table,
sys_table->boottime->free_pool(memory_map);
new_fdt_size += EFI_PAGE_SIZE;
} else {
- pr_efi_err(sys_table, "Unable to constuct new device tree.\n");
+ pr_efi_err(sys_table, "Unable to construct new device tree.\n");
goto fail_free_mmap;
}
}