summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemanth Selam <hemanth.selam@gmail.com>2026-09-04 17:23:50 +0530
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-09-16 18:47:22 +0200
commitdbdd18404e33ed44436bb9294fe8f2609b93af03 (patch)
tree6f37df789da8ab53947e4577da599642a20922a4
parentfd73f4a6659897191fa0d40695fe370925dd3780 (diff)
downloadlinux-next-dbdd18404e33ed44436bb9294fe8f2609b93af03.tar.gz
linux-next-dbdd18404e33ed44436bb9294fe8f2609b93af03.zip
tools: power: pm-graph: fix typo "hierachy" in comment
Correct "hierachy" to "hierarchy", reported by scripts/checkpatch.pl using the misspelling list in scripts/spelling.txt. Only touches comments, no code changes. Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com> [ rjw: Subject adjustment ] Link: https://patch.msgid.link/20260904115351.9356-1-hemanth.selam@gmail.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rwxr-xr-xtools/power/pm-graph/sleepgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/pm-graph/sleepgraph.py b/tools/power/pm-graph/sleepgraph.py
index f6d172254829..c8bc3bed3f5a 100755
--- a/tools/power/pm-graph/sleepgraph.py
+++ b/tools/power/pm-graph/sleepgraph.py
@@ -1448,7 +1448,7 @@ class DevProps:
# Class: DeviceNode
# Description:
-# A container used to create a device hierachy, with a single root node
+# A container used to create a device hierarchy, with a single root node
# and a tree of child nodes. Used by Data.deviceTopology()
class DeviceNode:
def __init__(self, nodename, nodedepth):