diff options
author | Bjorn Helgaas <[email protected]> | 2024-01-03 17:16:05 -0600 |
---|---|---|
committer | Andreas Larsson <[email protected]> | 2024-02-16 16:50:25 +0100 |
commit | 3cc208ffa84a77650561efc7a851ee0e979bbdb9 (patch) | |
tree | c8a5bb70f1821c39dca3b1ed0f3635efc4b3fe26 /arch/sparc/kernel/of_device_64.c | |
parent | 0f1991949d9bd5cf6d4e1c490b7e9ba2d2d56d7f (diff) |
sparc: Fix typos
Fix typos, most reported by "codespell arch/sparc". Only touches
comments, no code changes.
Signed-off-by: Bjorn Helgaas <[email protected]>
Cc: [email protected]
Reviewed-by: Randy Dunlap <[email protected]>
Signed-off-by: Andreas Larsson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/sparc/kernel/of_device_64.c')
-rw-r--r-- | arch/sparc/kernel/of_device_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/of_device_64.c b/arch/sparc/kernel/of_device_64.c index d3842821a5a0..c350c58c7f69 100644 --- a/arch/sparc/kernel/of_device_64.c +++ b/arch/sparc/kernel/of_device_64.c @@ -560,7 +560,7 @@ static unsigned int __init build_one_device_irq(struct platform_device *op, * * If we hit a bus type or situation we cannot handle, we * stop and assume that the original IRQ number was in a - * format which has special meaning to it's immediate parent. + * format which has special meaning to its immediate parent. */ pp = dp->parent; ip = NULL; |