From: John Crispin Date: Sat, 19 Jan 2013 08:54:23 +0000 (+0000) Subject: MIPS: lantiq: trivial typo fix X-Git-Tag: v3.9-rc1~26^2~1^2~74 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3d18c17e4f1699c3a4f47d2483c5d4c3ab3a242b;p=~emulex%2Finfiniband.git MIPS: lantiq: trivial typo fix "nodes" is written with a single "s" Signed-off-by: John Crispin Patchwork: http://patchwork.linux-mips.org/patch/4814/ --- diff --git a/arch/mips/lantiq/xway/sysctrl.c b/arch/mips/lantiq/xway/sysctrl.c index 3925e6609ac..1aaa726aad4 100644 --- a/arch/mips/lantiq/xway/sysctrl.c +++ b/arch/mips/lantiq/xway/sysctrl.c @@ -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) ||