diff options
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | 2022-10-24 11:40:08 +0200 |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | 2022-10-24 11:40:08 +0200 |
commit | 5349fad8f8a4b001557633d149850a14b2e1a3f0 (patch) | |
tree | ee9dbc231ebd91ea5c22fad8cb2b0c1bd5a14b57 /tools/verification/dot2/dot2c.py | |
parent | drm/bridge: ps8640: Add back the 50 ms mystery delay after HPD (diff) | |
parent | Linux 6.1-rc2 (diff) | |
download | linux-5349fad8f8a4b001557633d149850a14b2e1a3f0.tar.xz linux-5349fad8f8a4b001557633d149850a14b2e1a3f0.zip |
Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes
Update to v6.1-rc2 to grab more fixes.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Diffstat (limited to 'tools/verification/dot2/dot2c.py')
-rw-r--r-- | tools/verification/dot2/dot2c.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/verification/dot2/dot2c.py b/tools/verification/dot2/dot2c.py index fa73353f7e56..be8a364a469b 100644 --- a/tools/verification/dot2/dot2c.py +++ b/tools/verification/dot2/dot2c.py @@ -111,7 +111,7 @@ class Dot2c(Automata): def format_aut_init_header(self): buff = [] - buff.append("struct %s %s = {" % (self.struct_automaton_def, self.var_automaton_def)) + buff.append("static struct %s %s = {" % (self.struct_automaton_def, self.var_automaton_def)) return buff def __get_string_vector_per_line_content(self, buff): |