]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
MIPS: lantiq: trivial typo fix
authorJohn Crispin <blogic@openwrt.org>
Sat, 19 Jan 2013 08:54:23 +0000 (08:54 +0000)
committerJohn Crispin <blogic@openwrt.org>
Sat, 16 Feb 2013 23:15:16 +0000 (00:15 +0100)
"nodes" is written with a single "s"

Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4814/

arch/mips/lantiq/xway/sysctrl.c

index 3925e6609acc5d393a0fe6975c8969c970e54d2e..1aaa726aad47225f8ed7adbb00c13ac6da7672f4 100644 (file)
@@ -305,7 +305,7 @@ void __init ltq_soc_init(void)
 
        /* check if all the core register ranges are available */
        if (!np_pmu || !np_cgu || !np_ebu)
-               panic("Failed to load core nodess from devicetree");
+               panic("Failed to load core nodes from devicetree");
 
        if (of_address_to_resource(np_pmu, 0, &res_pmu) ||
                        of_address_to_resource(np_cgu, 0, &res_cgu) ||