aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2014-04-22 18:38:02 +1000
committerEli Qiao <taget@linux.vnet.ibm.com>2014-04-22 16:55:30 +0800
commiteb198b7a0ed49f7aaa73f87d9ef270302f4aaec8 (patch)
tree43fe62925c2b5c25d66c452c3d931e66e90f0877
parentf76b84f4a85276fce8591c1d39ae2e919d9a9476 (diff)
downloadpowerkvm-eb198b7a0ed49f7aaa73f87d9ef270302f4aaec8.tar.gz
powerpc/powernv: Fix typos in sysparam code
Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r--arch/powerpc/platforms/powernv/opal-sysparam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powernv/opal-sysparam.c b/arch/powerpc/platforms/powernv/opal-sysparam.c
index f8e013bdbd23b..7a249f166fdb3 100644
--- a/arch/powerpc/platforms/powernv/opal-sysparam.c
+++ b/arch/powerpc/platforms/powernv/opal-sysparam.c
@@ -222,13 +222,13 @@ void __init opal_sys_param_init(void)
}
if (of_property_read_u32_array(sysparam, "param-len", size, count)) {
- pr_err("SYSPARAM: Missing propery param-len in the DT\n");
+ pr_err("SYSPARAM: Missing property param-len in the DT\n");
goto out_free_perm;
}
if (of_property_read_u8_array(sysparam, "param-perm", perm, count)) {
- pr_err("SYSPARAM: Missing propery param-perm in the DT\n");
+ pr_err("SYSPARAM: Missing property param-perm in the DT\n");
goto out_free_perm;
}