diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2018-10-05 08:43:04 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-11 06:12:55 -0400 |
commit | 6c7e4b6882ad080dad623ba2f4c1a4db578313cb (patch) | |
tree | 35a2cd10f4bc71b0f81af4329a6f895d374ffa7f /drivers/hwtracing | |
parent | 60e6f6d50f21f0a1a39d221ed62de0542be25f03 (diff) |
stm class: heartbeat: Fix whitespace
Fix whitespace in the code for better readability, no functional changes.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Tested-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwtracing')
-rw-r--r-- | drivers/hwtracing/stm/heartbeat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwtracing/stm/heartbeat.c b/drivers/hwtracing/stm/heartbeat.c index 7db42395e131..3e7df1c0477f 100644 --- a/drivers/hwtracing/stm/heartbeat.c +++ b/drivers/hwtracing/stm/heartbeat.c | |||
@@ -76,7 +76,7 @@ static int stm_heartbeat_init(void) | |||
76 | goto fail_unregister; | 76 | goto fail_unregister; |
77 | 77 | ||
78 | stm_heartbeat[i].data.nr_chans = 1; | 78 | stm_heartbeat[i].data.nr_chans = 1; |
79 | stm_heartbeat[i].data.link = stm_heartbeat_link; | 79 | stm_heartbeat[i].data.link = stm_heartbeat_link; |
80 | stm_heartbeat[i].data.unlink = stm_heartbeat_unlink; | 80 | stm_heartbeat[i].data.unlink = stm_heartbeat_unlink; |
81 | hrtimer_init(&stm_heartbeat[i].hrtimer, CLOCK_MONOTONIC, | 81 | hrtimer_init(&stm_heartbeat[i].hrtimer, CLOCK_MONOTONIC, |
82 | HRTIMER_MODE_ABS); | 82 | HRTIMER_MODE_ABS); |