Commit 4c73cadc authored by Jilin Yuan's avatar Jilin Yuan Committed by Michael Ellerman

powerpc/mobility: fix repeated words in comments

Delete the redundant word 'the'.
Signed-off-by: default avatarJilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220831005109.38314-1-yuanjilin@cdjrlc.com
parent 2378bf14
...@@ -216,7 +216,7 @@ static int update_dt_node(struct device_node *dn, s32 scope) ...@@ -216,7 +216,7 @@ static int update_dt_node(struct device_node *dn, s32 scope)
nprops = be32_to_cpu(upwa->nprops); nprops = be32_to_cpu(upwa->nprops);
/* On the first call to ibm,update-properties for a node the /* 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, * property name, the property value length encoded as u32,
* and the property value is the node path being updated. * and the property value is the node path being updated.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment