core: ofnode_graph: Fix a comment
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 3 Apr 2025 07:39:01 +0000 (09:39 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 11 Apr 2025 01:32:55 +0000 (22:32 -0300)
commit250a382a897d06a57b840e9250e94d5567bb613d
tree61b1f34ad0181d9f958034fc59111b12b81867ba
parentcb7555e93075114fe4af0adb806877ac4d4ef80d
core: ofnode_graph: Fix a comment

Naming between the parameter list, the prototype and the main comment do
not match. Fix the comment which seems the be the one that is incorrect.

Fixes: 9057077cf4e1 ("core: ofnode: add of_graph parsing helpers")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/core/ofnode_graph.c