Skip to content

Commit

Permalink
drm/msm/dpu: Fix a typo
Browse files Browse the repository at this point in the history
s/poiner/pointer/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
  • Loading branch information
unixbhaskar authored and robclark committed Jun 23, 2021
1 parent 6bac5b1 commit d2dfd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ void dpu_kms_encoder_enable(struct drm_encoder *encoder);

/**
* dpu_kms_get_clk_rate() - get the clock rate
* @dpu_kms: poiner to dpu_kms structure
* @dpu_kms: pointer to dpu_kms structure
* @clock_name: clock name to get the rate
*
* Return: current clock rate
Expand Down

0 comments on commit d2dfd21

Please sign in to comment.