Skip to content

Commit

Permalink
etnaviv: fix whitespace errors
Browse files Browse the repository at this point in the history
Changes in V2:
 - use indentation as suggested by Philipp Zabel.

Signed-off-by: Christian Gmeiner <[email protected]>
Signed-off-by: Lucas Stach <[email protected]>
  • Loading branch information
austriancoder authored and lynxeye-dev committed Aug 9, 2019
1 parent 5e93ec4 commit 1b53591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/etnaviv/etnaviv_perfmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ struct etnaviv_pm_signal {
u32 data;

u32 (*sample)(struct etnaviv_gpu *gpu,
const struct etnaviv_pm_domain *domain,
const struct etnaviv_pm_signal *signal);
const struct etnaviv_pm_domain *domain,
const struct etnaviv_pm_signal *signal);
};

struct etnaviv_pm_domain {
Expand Down

0 comments on commit 1b53591

Please sign in to comment.