From: dirk.behme@gmail.com (Dirk Behme)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM:kernel: a bug for perf by a redundancy character ';'
Date: Sun, 17 Feb 2013 07:31:03 +0100 [thread overview]
Message-ID: <51207927.3050400@gmail.com> (raw)
In-Reply-To: <51205C41.80609@asianux.com>
Am 17.02.2013 05:27, schrieb Chen Gang:
>
> delete the redundancy character ';', which will cause issue.
>
> Signed-off-by: Chen Gang <gang.chen@asianux.com>
> Acked-by: Dirk Behme <dirk.behme@gmail.com>
I would prefer Will's version of the subject and commit message
http://git.kernel.org/?p=linux/kernel/git/will/linux.git;a=commitdiff;h=21fa771c94c4359807bb92dc8532b25c323ac543
And, btw, the Ack was for Will's version ;)
Dirk
> ---
> arch/arm/kernel/perf_event.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/kernel/perf_event.c b/arch/arm/kernel/perf_event.c
> index 31e0eb3..a892067 100644
> --- a/arch/arm/kernel/perf_event.c
> +++ b/arch/arm/kernel/perf_event.c
> @@ -400,7 +400,7 @@ __hw_perf_event_init(struct perf_event *event)
> }
>
> if (event->group_leader != event) {
> - if (validate_group(event) != 0);
> + if (validate_group(event) != 0)
> return -EINVAL;
> }
>
>
next prev parent reply other threads:[~2013-02-17 6:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-17 4:27 [PATCH v2] ARM:kernel: a bug for perf by a redundancy character ';' Chen Gang
2013-02-17 6:31 ` Dirk Behme [this message]
2013-02-17 6:57 ` Chen Gang
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=51207927.3050400@gmail.com \
--to=dirk.behme@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox