linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] verification/dot2k: Delete duplicate imports
@ 2023-09-06 15:57 Alessandro Carminati (Red Hat)
  2023-09-14 11:45 ` Daniel Bristot de Oliveira
  0 siblings, 1 reply; 2+ messages in thread
From: Alessandro Carminati (Red Hat) @ 2023-09-06 15:57 UTC (permalink / raw)
  Cc: Daniel Bristot de Oliveira, Steven Rostedt, Alessandro Carminati,
	linux-trace-kernel, linux-kernel

The presence of duplicate import lines appears to be a typo.
Removing them.

Fixes: 24bce201d798 ("tools/rv: Add dot2k")
Signed-off-by: Alessandro Carminati (Red Hat) <alessandro.carminati@gmail.com>
---
 tools/verification/dot2/dot2k | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/verification/dot2/dot2k b/tools/verification/dot2/dot2k
index 9dcd38abe20a..d4d7e52d549e 100644
--- a/tools/verification/dot2/dot2k
+++ b/tools/verification/dot2/dot2k
@@ -15,8 +15,6 @@ if __name__ == '__main__':
     import os
     import platform
     import sys
-    import sys
-    import argparse
 
     parser = argparse.ArgumentParser(description='transform .dot file into kernel rv monitor')
     parser.add_argument('-d', "--dot", dest="dot_file", required=True)
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] verification/dot2k: Delete duplicate imports
  2023-09-06 15:57 [PATCH v2] verification/dot2k: Delete duplicate imports Alessandro Carminati (Red Hat)
@ 2023-09-14 11:45 ` Daniel Bristot de Oliveira
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Bristot de Oliveira @ 2023-09-14 11:45 UTC (permalink / raw)
  To: Alessandro Carminati (Red Hat)
  Cc: Steven Rostedt, linux-trace-kernel, linux-kernel

On 9/6/23 17:57, Alessandro Carminati (Red Hat) wrote:
> The presence of duplicate import lines appears to be a typo.
> Removing them.
> 
> Fixes: 24bce201d798 ("tools/rv: Add dot2k")
> Signed-off-by: Alessandro Carminati (Red Hat) <alessandro.carminati@gmail.com>

Queued, thanks!

https://git.kernel.org/pub/scm/linux/kernel/git/bristot/linux.git/commit/?h=tools/verification&id=5a9587fea055163026b6d22d593fc64ed04de3a6

-- Daniel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-14 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-06 15:57 [PATCH v2] verification/dot2k: Delete duplicate imports Alessandro Carminati (Red Hat)
2023-09-14 11:45 ` Daniel Bristot de Oliveira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).