From 716811829050e6d4fff302aa46d025e7434a3746 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 12 Aug 2019 14:57:31 +0200 Subject: [PATCH] dts: edtlib: Fix outdated doc comment for _init_devices() No longer takes the DT instance as a parameter. Signed-off-by: Ulf Magnusson --- scripts/dts/edtlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dts/edtlib.py b/scripts/dts/edtlib.py index 08d6c6bd27f..e3442f6ab2d 100644 --- a/scripts/dts/edtlib.py +++ b/scripts/dts/edtlib.py @@ -212,7 +212,7 @@ class EDT: def _init_devices(self): # Creates a list of devices (Device objects) from the DT nodes, in - # self.devices. 'dt' is the dtlib.DT instance for the device tree. + # self.devices # Maps dtlib.Node's to their corresponding Devices self._node2dev = {}