All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>
To: Yang Wei <albin_yang@163.com>
Cc: linux-kernel@vger.kernel.org, peterz@infradead.org,
	mingo@redhat.com, alexander.shishkin@linux.intel.com,
	jolsa@redhat.com, namhyung@kernel.org, yang.wei9@zte.com.cn
Subject: Re: [PATCH] perf clang: fix semicolon code style issue
Date: Wed, 6 Mar 2019 09:50:37 -0300	[thread overview]
Message-ID: <20190306125037.GA30734@kernel.org> (raw)
In-Reply-To: <1551710174-3349-1-git-send-email-albin_yang@163.com>

Em Mon, Mar 04, 2019 at 10:36:14PM +0800, Yang Wei escreveu:
> From: Yang Wei <yang.wei9@zte.com.cn>
> 
> Delete a superfluous semicolon in getBPFObjectFromModule().
> 
> Signed-off-by: Yang Wei <yang.wei9@zte.com.cn>
> ---
>  tools/perf/util/c++/clang.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/perf/util/c++/clang.cpp b/tools/perf/util/c++/clang.cpp
> index 39c0004..fc361c3 100644
> --- a/tools/perf/util/c++/clang.cpp
> +++ b/tools/perf/util/c++/clang.cpp
> @@ -156,7 +156,7 @@ getBPFObjectFromModule(llvm::Module *Module)
>  #endif
>  	if (NotAdded) {
>  		llvm::errs() << "TargetMachine can't emit a file of this type\n";
> -		return std::unique_ptr<llvm::SmallVectorImpl<char>>(nullptr);;
> +		return std::unique_ptr<llvm::SmallVectorImpl<char>>(nullptr);
>  	}
>  	PM.run(*Module);

Thanks, applied.

- Arnaldo

  reply	other threads:[~2019-03-06 12:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-04 14:36 [PATCH] perf clang: fix semicolon code style issue Yang Wei
2019-03-06 12:50 ` Arnaldo Carvalho de Melo [this message]
2019-03-09 19:58 ` [tip:perf/urgent] perf clang: Remove needless extra semicolon tip-bot for Yang Wei

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=20190306125037.GA30734@kernel.org \
    --to=arnaldo.melo@gmail.com \
    --cc=albin_yang@163.com \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=jolsa@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.org \
    --cc=yang.wei9@zte.com.cn \
    /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.