linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: Yu Liao <liaoyu15@huawei.com>
Cc: <linux-trace-kernel@vger.kernel.org>, <liwei391@huawei.com>,
	<bristot@kernel.org>
Subject: Re: [PATCH -next] rv/include: set variable 'da_mon_##name' to static
Date: Tue, 22 Aug 2023 10:11:53 -0400	[thread overview]
Message-ID: <20230822101153.18e89373@rorschach.local.home> (raw)
In-Reply-To: <20230809040937.1011766-1-liaoyu15@huawei.com>

On Wed, 9 Aug 2023 12:09:37 +0800
Yu Liao <liaoyu15@huawei.com> wrote:

> @@ -262,7 +262,7 @@ static inline void da_monitor_destroy_##name(void)						\
>  /*												\
>   * per-cpu monitor variables									\
>   */												\
> -DEFINE_PER_CPU(struct da_monitor, da_mon_##name);						\
> +static DEFINE_PER_CPU(struct da_monitor, da_mon_##name);						\

You need to fix the backslash when you add text.

-- Steve

>  												\
>  /*												\

  reply	other threads:[~2023-08-22 14:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-09  4:09 [PATCH -next] rv/include: set variable 'da_mon_##name' to static Yu Liao
2023-08-22 14:11 ` Steven Rostedt [this message]
2023-08-23  1:09   ` Yu Liao

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=20230822101153.18e89373@rorschach.local.home \
    --to=rostedt@goodmis.org \
    --cc=bristot@kernel.org \
    --cc=liaoyu15@huawei.com \
    --cc=linux-trace-kernel@vger.kernel.org \
    --cc=liwei391@huawei.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 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).