aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-08-31 08:51:09 +0800
committerMichael Ellerman <mpe@ellerman.id.au>2022-09-06 11:03:04 +1000
commit4c73cadcdc64b53248bca85baa8a19e7384701ec (patch)
tree10abd34597524db4e7c9526c1880c4b5278164da /arch/powerpc/platforms
parentpowerpc/powermac/udbg_scc: Add missing of_node_put()s in udbg_scc_init() (diff)
downloadlinux-dev-4c73cadcdc64b53248bca85baa8a19e7384701ec.tar.xz
linux-dev-4c73cadcdc64b53248bca85baa8a19e7384701ec.zip
powerpc/mobility: fix repeated words in comments
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220831005109.38314-1-yuanjilin@cdjrlc.com
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r--arch/powerpc/platforms/pseries/mobility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/mobility.c b/arch/powerpc/platforms/pseries/mobility.c
index 3d36a8955eaf..c92c78332303 100644
--- a/arch/powerpc/platforms/pseries/mobility.c
+++ b/arch/powerpc/platforms/pseries/mobility.c
@@ -216,7 +216,7 @@ static int update_dt_node(struct device_node *dn, s32 scope)
nprops = be32_to_cpu(upwa->nprops);
/* On the first call to ibm,update-properties for a node the
- * the first property value descriptor contains an empty
+ * first property value descriptor contains an empty
* property name, the property value length encoded as u32,
* and the property value is the node path being updated.
*/