All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Rokosov <ddrokosov@sberdevices.ru>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: <linux-kernel@vger.kernel.org>, Mark Brown <broonie@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"Rafael J. Wysocki" <rafael@kernel.org>
Subject: Re: [PATCH v1 3/3] regmap: trace: Remove unneeded blank lines
Date: Fri, 2 Sep 2022 01:22:41 +0300	[thread overview]
Message-ID: <20220901222241.6dh6duaviipsx7bw@Rockosov-MBP> (raw)
In-Reply-To: <20220901132336.33234-3-andriy.shevchenko@linux.intel.com>

On Thu, Sep 01, 2022 at 04:23:36PM +0300, Andy Shevchenko wrote:
> There is a few unneeded blank lines in some of event definitions,
> remove them in order to make those definitions consistent with
> the rest.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  drivers/base/regmap/trace.h | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/drivers/base/regmap/trace.h b/drivers/base/regmap/trace.h
> index a0f83e44a9d1..704e106e5dbd 100644
> --- a/drivers/base/regmap/trace.h
> +++ b/drivers/base/regmap/trace.h
> @@ -41,7 +41,6 @@ DEFINE_EVENT(regmap_reg, regmap_reg_write,
>  		 unsigned int val),
>  
>  	TP_ARGS(map, reg, val)
> -
>  );
>  
>  DEFINE_EVENT(regmap_reg, regmap_reg_read,
> @@ -50,7 +49,6 @@ DEFINE_EVENT(regmap_reg, regmap_reg_read,
>  		 unsigned int val),
>  
>  	TP_ARGS(map, reg, val)
> -
>  );
>  
>  DEFINE_EVENT(regmap_reg, regmap_reg_read_cache,
> @@ -59,7 +57,6 @@ DEFINE_EVENT(regmap_reg, regmap_reg_read_cache,
>  		 unsigned int val),
>  
>  	TP_ARGS(map, reg, val)
> -
>  );
>  
>  DECLARE_EVENT_CLASS(regmap_bulk,
> @@ -199,7 +196,6 @@ DEFINE_EVENT(regmap_bool, regmap_cache_only,
>  	TP_PROTO(struct regmap *map, bool flag),
>  
>  	TP_ARGS(map, flag)
> -
>  );
>  
>  DEFINE_EVENT(regmap_bool, regmap_cache_bypass,
> @@ -207,7 +203,6 @@ DEFINE_EVENT(regmap_bool, regmap_cache_bypass,
>  	TP_PROTO(struct regmap *map, bool flag),
>  
>  	TP_ARGS(map, flag)
> -
>  );
>  
>  DECLARE_EVENT_CLASS(regmap_async,
> @@ -239,7 +234,6 @@ DEFINE_EVENT(regmap_async, regmap_async_io_complete,
>  	TP_PROTO(struct regmap *map),
>  
>  	TP_ARGS(map)
> -
>  );
>  
>  DEFINE_EVENT(regmap_async, regmap_async_complete_start,
> @@ -247,7 +241,6 @@ DEFINE_EVENT(regmap_async, regmap_async_complete_start,
>  	TP_PROTO(struct regmap *map),
>  
>  	TP_ARGS(map)
> -
>  );
>  
>  DEFINE_EVENT(regmap_async, regmap_async_complete_done,
> @@ -255,7 +248,6 @@ DEFINE_EVENT(regmap_async, regmap_async_complete_done,
>  	TP_PROTO(struct regmap *map),
>  
>  	TP_ARGS(map)
> -
>  );
>  
>  TRACE_EVENT(regcache_drop_region,
> -- 
> 2.35.1
> 

Reviewed-by: Dmitry Rokosov <ddrokosov@sberdevices.ru>

-- 
Thank you,
Dmitry

  reply	other threads:[~2022-09-01 22:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01 13:23 [PATCH v1 1/3] regmap: trace: Remove useless check for NULL for bulk ops Andy Shevchenko
2022-09-01 13:23 ` [PATCH v1 2/3] regmap: trace: Remove explicit castings Andy Shevchenko
2022-09-01 13:31   ` Mark Brown
2022-09-01 14:18     ` Andy Shevchenko
2022-09-01 14:46       ` Steven Rostedt
2022-09-01 14:50         ` Mark Brown
2022-09-01 15:28           ` Steven Rostedt
2022-09-01 22:22   ` Dmitry Rokosov
2022-09-01 13:23 ` [PATCH v1 3/3] regmap: trace: Remove unneeded blank lines Andy Shevchenko
2022-09-01 22:22   ` Dmitry Rokosov [this message]
2022-09-01 22:20 ` [PATCH v1 1/3] regmap: trace: Remove useless check for NULL for bulk ops Dmitry Rokosov
2022-09-05 17:44 ` Mark Brown

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=20220901222241.6dh6duaviipsx7bw@Rockosov-MBP \
    --to=ddrokosov@sberdevices.ru \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=broonie@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rafael@kernel.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 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.