All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/msm/dpu: Fix a typo
@ 2021-03-22 12:06 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22 12:06 UTC (permalink / raw)
  To: robdclark, sean, airlied, daniel, viresh.kumar, dsterba, eric,
	rnayak, unixbhaskar, huawei, linux-arm-msm, dri-devel, freedreno,
	linux-kernel
  Cc: rdunlap


s/poiner/pointer/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h
index d6717d6672f7..a448eb039334 100644
--- a/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h
+++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h
@@ -258,7 +258,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
--
2.31.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] drm/msm/dpu: Fix a typo
@ 2021-03-22  6:27 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22  6:27 UTC (permalink / raw)
  To: robdclark, sean, airlied, daniel, jonathan, unixbhaskar,
	dmitry.baryshkov, linux-arm-msm, dri-devel, freedreno,
	linux-kernel
  Cc: rdunlap


s/struture/structure/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h
index 09a3fb3e89f5..bb9ceadeb0bb 100644
--- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h
+++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h
@@ -343,7 +343,7 @@ enum dpu_3d_blend_mode {

 /** struct dpu_format - defines the format configuration which
  * allows DPU HW to correctly fetch and decode the format
- * @base: base msm_format struture containing fourcc code
+ * @base: base msm_format structure containing fourcc code
  * @fetch_planes: how the color components are packed in pixel format
  * @element: element color ordering
  * @bits: element bit widths
--
2.31.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-22 19:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 12:06 [PATCH] drm/msm/dpu: Fix a typo Bhaskar Chowdhury
2021-03-22 12:06 ` Bhaskar Chowdhury
2021-03-22 18:57 ` Randy Dunlap
2021-03-22 18:57   ` Randy Dunlap
  -- strict thread matches above, loose matches on Subject: below --
2021-03-22  6:27 Bhaskar Chowdhury
2021-03-22  6:27 ` Bhaskar Chowdhury
2021-03-22 19:00 ` Randy Dunlap
2021-03-22 19:00   ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.