public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: linux1394-devel@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] firewire: core: fix type of timestamp for async_inbound_template tracepoints events
Date: Wed, 8 May 2024 18:54:19 +0900	[thread overview]
Message-ID: <20240508095419.GA433207@workstation.local> (raw)
In-Reply-To: <20240506082154.396077-1-o-takashi@sakamocchi.jp>

On Mon, May 06, 2024 at 05:21:53PM +0900, Takashi Sakamoto wrote:
> The type of time stamp should be u16, instead of u8.
> 
> Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
> ---
>  include/trace/events/firewire.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/trace/events/firewire.h b/include/trace/events/firewire.h
> index cd6931b134ee..d695a560673f 100644
> --- a/include/trace/events/firewire.h
> +++ b/include/trace/events/firewire.h
> @@ -106,7 +106,7 @@ DECLARE_EVENT_CLASS(async_inbound_template,
>  		__field(u8, generation)
>  		__field(u8, scode)
>  		__field(u8, status)
> -		__field(u8, timestamp)
> +		__field(u16, timestamp)
>  		__array(u32, header, ASYNC_HEADER_QUADLET_COUNT)
>  		__dynamic_array(u32, data, data_count)
>  	),
> -- 
> 2.43.0

Applied to for-next branch.


Regards

Takashi Sakamoto

      parent reply	other threads:[~2024-05-08  9:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-06  8:21 [PATCH] firewire: core: fix type of timestamp for async_inbound_template tracepoints events Takashi Sakamoto
2024-05-06  8:21 ` [PATCH] firewire: core: remove flag and width from u64 formats of " Takashi Sakamoto
2024-05-08  9:54   ` Takashi Sakamoto
2024-05-08  9:54 ` Takashi Sakamoto [this message]

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=20240508095419.GA433207@workstation.local \
    --to=o-takashi@sakamocchi.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux1394-devel@lists.sourceforge.net \
    /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