Re: [PATCH] tracing: Block comments should align the * on each line

2018-01-29 Thread Steven Rostedt
__ >> From: Rohit Visavalia >> Sent: Monday, January 29, 2018 11:10 AM >> To: Steven Rostedt >> Cc: mi...@redhat.com; linux-kernel@vger.kernel.org; >triv...@kernel.org >> Subject: Re: [PATCH] tracing: Block comments should align the * on >each line >

Re: [PATCH] tracing: Block comments should align the * on each line

2018-01-25 Thread Steven Rostedt
Bah, this was suppose to go to triv...@kernel.org, not triv...@vger.kernel.org. -- Steve On Thu, 25 Jan 2018 12:05:52 -0500 Steven Rostedt wrote: > On Thu, 25 Jan 2018 18:01:36 +0530 > Rohit Visavalia wrote: > > > Resolved Block comments use * on subsequent lines checkpatch warning. > > Iss

Re: [PATCH] tracing: Block comments should align the * on each line

2018-01-25 Thread Steven Rostedt
On Thu, 25 Jan 2018 18:01:36 +0530 Rohit Visavalia wrote: > Resolved Block comments use * on subsequent lines checkpatch warning. > Issue found by checkpatch. > This should go through the trivial tree. Acked-by: Steven Rostedt (VMware) -- Steve > Signed-off-by: Rohit Visavalia > --- > ker