gpu: host1x: Remove gratuitous blank line

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2018-06-18 14:01:10 +02:00
parent d98914ebc2
commit b9cd7b954a
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ static void action_submit_complete(struct host1x_waitlist *waiter)
/* Add nr_completed to trace */ /* Add nr_completed to trace */
trace_host1x_channel_submit_complete(dev_name(channel->dev), trace_host1x_channel_submit_complete(dev_name(channel->dev),
waiter->count, waiter->thresh); waiter->count, waiter->thresh);
} }
static void action_wakeup(struct host1x_waitlist *waiter) static void action_wakeup(struct host1x_waitlist *waiter)