]> Pileus Git - ~andy/linux/commitdiff
open firmware: "/aliasas" -> "/aliases"
authorRobert P. J. Day <rpjday@crashcourse.ca>
Thu, 30 May 2013 09:38:08 +0000 (05:38 -0400)
committerJiri Kosina <jkosina@suse.cz>
Tue, 18 Jun 2013 11:46:26 +0000 (13:46 +0200)
Fix "/aliasas" typo in comments, no functional change.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/of/fdt.c
drivers/of/pdt.c

index 808be06bb67e7d4eeaf4f7250fae2dace0cc0f8d..6bb7cf2de556b559d1f54f9d1c7c3ff297138a3a 100644 (file)
@@ -709,7 +709,7 @@ void __init unflatten_device_tree(void)
        __unflatten_device_tree(initial_boot_params, &of_allnodes,
                                early_init_dt_alloc_memory_arch);
 
-       /* Get pointer to "/chosen" and "/aliasas" nodes for use everywhere */
+       /* Get pointer to "/chosen" and "/aliases" nodes for use everywhere */
        of_alias_scan(early_init_dt_alloc_memory_arch);
 }
 
index 37b56fd716e6683e97cfcc4c381e7246d86d77ee..4ec19cbee57f7b57764947327797ef573880e260 100644 (file)
@@ -251,6 +251,6 @@ void __init of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops)
        of_allnodes->child = of_pdt_build_tree(of_allnodes,
                        of_pdt_prom_ops->getchild(of_allnodes->phandle), &nextp);
 
-       /* Get pointer to "/chosen" and "/aliasas" nodes for use everywhere */
+       /* Get pointer to "/chosen" and "/aliases" nodes for use everywhere */
        of_alias_scan(kernel_tree_alloc);
 }