All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nathan Chancellor <nathan@kernel.org>
To: yangxingwu <xingwu.yang@gmail.com>,
	Masahiro Yamada <masahiroy@kernel.org>
Cc: ndesaulniers@google.com, trix@redhat.com, llvm@lists.linux.dev,
	linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org
Subject: Re: [PATCH] scripts/clang-tools: remove unused module
Date: Tue, 13 Sep 2022 02:50:56 -0700	[thread overview]
Message-ID: <YyBSgNbJGRBNIL5I@dev-arch.thelio-3990X> (raw)
In-Reply-To: <20220913040753.2198-1-xingwu.yang@gmail.com>

On Tue, Sep 13, 2022 at 04:07:52AM +0000, yangxingwu wrote:
> remove unused imported 'os' module
> 
> Signed-off-by: yangxingwu <xingwu.yang@gmail.com>

Sure.

Reviewed-by: Nathan Chancellor <nathan@kernel.org>

Masahiro, are you able to pick this up? The original was not cc'd to
linux-kbuild but it is on lore:

https://lore.kernel.org/20220913040753.2198-1-xingwu.yang@gmail.com/

> ---
>  scripts/clang-tools/run-clang-tools.py | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/scripts/clang-tools/run-clang-tools.py b/scripts/clang-tools/run-clang-tools.py
> index 1337cedca..bb78c9bde 100755
> --- a/scripts/clang-tools/run-clang-tools.py
> +++ b/scripts/clang-tools/run-clang-tools.py
> @@ -12,7 +12,6 @@ compile_commands.json.
>  import argparse
>  import json
>  import multiprocessing
> -import os
>  import subprocess
>  import sys
> 
> --
> 2.37.2
> 

  parent reply	other threads:[~2022-09-13  9:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-13  4:07 [PATCH] scripts/clang-tools: remove unused module yangxingwu
2022-09-13  4:07 ` yangxingwu
2022-09-13  9:50 ` Nathan Chancellor [this message]
2022-09-13 14:04   ` Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YyBSgNbJGRBNIL5I@dev-arch.thelio-3990X \
    --to=nathan@kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=masahiroy@kernel.org \
    --cc=ndesaulniers@google.com \
    --cc=trix@redhat.com \
    --cc=xingwu.yang@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.