Commit 6ed406ef authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Mark Brown

regmap: trace: Remove unneeded blank lines

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: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220901132336.33234-3-andriy.shevchenko@linux.intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent d10268a5
...@@ -41,7 +41,6 @@ DEFINE_EVENT(regmap_reg, regmap_reg_write, ...@@ -41,7 +41,6 @@ DEFINE_EVENT(regmap_reg, regmap_reg_write,
unsigned int val), unsigned int val),
TP_ARGS(map, reg, val) TP_ARGS(map, reg, val)
); );
DEFINE_EVENT(regmap_reg, regmap_reg_read, DEFINE_EVENT(regmap_reg, regmap_reg_read,
...@@ -50,7 +49,6 @@ DEFINE_EVENT(regmap_reg, regmap_reg_read, ...@@ -50,7 +49,6 @@ DEFINE_EVENT(regmap_reg, regmap_reg_read,
unsigned int val), unsigned int val),
TP_ARGS(map, reg, val) TP_ARGS(map, reg, val)
); );
DEFINE_EVENT(regmap_reg, regmap_reg_read_cache, DEFINE_EVENT(regmap_reg, regmap_reg_read_cache,
...@@ -59,7 +57,6 @@ DEFINE_EVENT(regmap_reg, regmap_reg_read_cache, ...@@ -59,7 +57,6 @@ DEFINE_EVENT(regmap_reg, regmap_reg_read_cache,
unsigned int val), unsigned int val),
TP_ARGS(map, reg, val) TP_ARGS(map, reg, val)
); );
DECLARE_EVENT_CLASS(regmap_bulk, DECLARE_EVENT_CLASS(regmap_bulk,
...@@ -199,7 +196,6 @@ DEFINE_EVENT(regmap_bool, regmap_cache_only, ...@@ -199,7 +196,6 @@ DEFINE_EVENT(regmap_bool, regmap_cache_only,
TP_PROTO(struct regmap *map, bool flag), TP_PROTO(struct regmap *map, bool flag),
TP_ARGS(map, flag) TP_ARGS(map, flag)
); );
DEFINE_EVENT(regmap_bool, regmap_cache_bypass, DEFINE_EVENT(regmap_bool, regmap_cache_bypass,
...@@ -207,7 +203,6 @@ 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_PROTO(struct regmap *map, bool flag),
TP_ARGS(map, flag) TP_ARGS(map, flag)
); );
DECLARE_EVENT_CLASS(regmap_async, DECLARE_EVENT_CLASS(regmap_async,
...@@ -239,7 +234,6 @@ DEFINE_EVENT(regmap_async, regmap_async_io_complete, ...@@ -239,7 +234,6 @@ DEFINE_EVENT(regmap_async, regmap_async_io_complete,
TP_PROTO(struct regmap *map), TP_PROTO(struct regmap *map),
TP_ARGS(map) TP_ARGS(map)
); );
DEFINE_EVENT(regmap_async, regmap_async_complete_start, DEFINE_EVENT(regmap_async, regmap_async_complete_start,
...@@ -247,7 +241,6 @@ 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_PROTO(struct regmap *map),
TP_ARGS(map) TP_ARGS(map)
); );
DEFINE_EVENT(regmap_async, regmap_async_complete_done, DEFINE_EVENT(regmap_async, regmap_async_complete_done,
...@@ -255,7 +248,6 @@ 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_PROTO(struct regmap *map),
TP_ARGS(map) TP_ARGS(map)
); );
TRACE_EVENT(regcache_drop_region, TRACE_EVENT(regcache_drop_region,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment