All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] trace: Remove duplicate semicolons at the end of line
@ 2020-05-11 11:21 Xiaoming Ni
  2020-05-11 14:24 ` Tejun Heo
  2020-05-11 20:40 ` Steven Rostedt
  0 siblings, 2 replies; 4+ messages in thread
From: Xiaoming Ni @ 2020-05-11 11:21 UTC (permalink / raw)
  To: rostedt, mingo, tj; +Cc: linux-kernel, nixiaoming, wangle6

Remove duplicate semicolons at the end of line in
include/trace/events/iocost.h

Signed-off-by: Xiaoming Ni <nixiaoming@huawei.com>
---
 include/trace/events/iocost.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/trace/events/iocost.h b/include/trace/events/iocost.h
index 7ecaa65b..91297eb 100644
--- a/include/trace/events/iocost.h
+++ b/include/trace/events/iocost.h
@@ -152,7 +152,7 @@
 
 	TP_fast_assign(
 		__assign_str(devname, ioc_name(ioc));
-		__entry->old_vrate = atomic64_read(&ioc->vtime_rate);;
+		__entry->old_vrate = atomic64_read(&ioc->vtime_rate);
 		__entry->new_vrate = new_vrate;
 		__entry->busy_level = ioc->busy_level;
 		__entry->read_missed_ppm = (*missed_ppm)[READ];
-- 
1.8.5.6


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] trace: Remove duplicate semicolons at the end of line
  2020-05-11 11:21 [PATCH] trace: Remove duplicate semicolons at the end of line Xiaoming Ni
@ 2020-05-11 14:24 ` Tejun Heo
  2020-05-11 20:40 ` Steven Rostedt
  1 sibling, 0 replies; 4+ messages in thread
From: Tejun Heo @ 2020-05-11 14:24 UTC (permalink / raw)
  To: Xiaoming Ni; +Cc: rostedt, mingo, linux-kernel, wangle6

On Mon, May 11, 2020 at 07:21:02PM +0800, Xiaoming Ni wrote:
> Remove duplicate semicolons at the end of line in
> include/trace/events/iocost.h
> 
> Signed-off-by: Xiaoming Ni <nixiaoming@huawei.com>

Acked-by: Tejun Heo <tj@kernel.org>

iocost changes normally goes through the block tree. Can you please resend
with Jens Axboe <axboe@kernel.dk> and linux-block@vger.kernel.org added to
the cc list?

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] trace: Remove duplicate semicolons at the end of line
  2020-05-11 11:21 [PATCH] trace: Remove duplicate semicolons at the end of line Xiaoming Ni
  2020-05-11 14:24 ` Tejun Heo
@ 2020-05-11 20:40 ` Steven Rostedt
  2020-05-11 20:42   ` Jens Axboe
  1 sibling, 1 reply; 4+ messages in thread
From: Steven Rostedt @ 2020-05-11 20:40 UTC (permalink / raw)
  To: Xiaoming Ni; +Cc: mingo, tj, linux-kernel, wangle6, Jens Axboe

On Mon, 11 May 2020 19:21:02 +0800
Xiaoming Ni <nixiaoming@huawei.com> wrote:

> Remove duplicate semicolons at the end of line in
> include/trace/events/iocost.h

This looks like it should go through Jens's tree.

-- Steve

> 
> Signed-off-by: Xiaoming Ni <nixiaoming@huawei.com>
> ---
>  include/trace/events/iocost.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/trace/events/iocost.h b/include/trace/events/iocost.h
> index 7ecaa65b..91297eb 100644
> --- a/include/trace/events/iocost.h
> +++ b/include/trace/events/iocost.h
> @@ -152,7 +152,7 @@
>  
>  	TP_fast_assign(
>  		__assign_str(devname, ioc_name(ioc));
> -		__entry->old_vrate = atomic64_read(&ioc->vtime_rate);;
> +		__entry->old_vrate = atomic64_read(&ioc->vtime_rate);
>  		__entry->new_vrate = new_vrate;
>  		__entry->busy_level = ioc->busy_level;
>  		__entry->read_missed_ppm = (*missed_ppm)[READ];


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] trace: Remove duplicate semicolons at the end of line
  2020-05-11 20:40 ` Steven Rostedt
@ 2020-05-11 20:42   ` Jens Axboe
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2020-05-11 20:42 UTC (permalink / raw)
  To: Steven Rostedt, Xiaoming Ni; +Cc: mingo, tj, linux-kernel, wangle6

On 5/11/20 2:40 PM, Steven Rostedt wrote:
> On Mon, 11 May 2020 19:21:02 +0800
> Xiaoming Ni <nixiaoming@huawei.com> wrote:
> 
>> Remove duplicate semicolons at the end of line in
>> include/trace/events/iocost.h
> 
> This looks like it should go through Jens's tree.

I'll add it for 5.8, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-11 20:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 11:21 [PATCH] trace: Remove duplicate semicolons at the end of line Xiaoming Ni
2020-05-11 14:24 ` Tejun Heo
2020-05-11 20:40 ` Steven Rostedt
2020-05-11 20:42   ` Jens Axboe

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.