dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: panel: nt36672a: Removed extra whitespace.
@ 2021-09-16  7:37 Cai Huoqing
  2021-10-14 20:13 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Cai Huoqing @ 2021-09-16  7:37 UTC (permalink / raw)
  To: caihuoqing
  Cc: Sumit Semwal, Thierry Reding, Sam Ravnborg, David Airlie,
	Daniel Vetter, dri-devel, linux-kernel

Removed extra whitespace before dev_err_probe() according to coding style.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
---
 drivers/gpu/drm/panel/panel-novatek-nt36672a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/panel/panel-novatek-nt36672a.c b/drivers/gpu/drm/panel/panel-novatek-nt36672a.c
index 533cd3934b8b..6a25bcddc34e 100644
--- a/drivers/gpu/drm/panel/panel-novatek-nt36672a.c
+++ b/drivers/gpu/drm/panel/panel-novatek-nt36672a.c
@@ -618,7 +618,7 @@ static int nt36672a_panel_add(struct nt36672a_panel *pinfo)
 		ret = regulator_set_load(pinfo->supplies[i].consumer,
 					 nt36672a_regulator_enable_loads[i]);
 		if (ret)
-			return  dev_err_probe(dev, ret, "failed to set regulator enable loads\n");
+			return dev_err_probe(dev, ret, "failed to set regulator enable loads\n");
 	}
 
 	pinfo->reset_gpio = devm_gpiod_get(dev, "reset", GPIOD_OUT_LOW);
-- 
2.25.1


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

* Re: [PATCH] drm: panel: nt36672a: Removed extra whitespace.
  2021-09-16  7:37 [PATCH] drm: panel: nt36672a: Removed extra whitespace Cai Huoqing
@ 2021-10-14 20:13 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2021-10-14 20:13 UTC (permalink / raw)
  To: Cai Huoqing
  Cc: Sumit Semwal, Thierry Reding, David Airlie, Daniel Vetter,
	dri-devel, linux-kernel

Hi Cai,

On Thu, Sep 16, 2021 at 03:37:05PM +0800, Cai Huoqing wrote:
> Removed extra whitespace before dev_err_probe() according to coding style.
> 
> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>

Thanks, applied to drm-misc-next.

	Sam

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

end of thread, other threads:[~2021-10-14 20:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-16  7:37 [PATCH] drm: panel: nt36672a: Removed extra whitespace Cai Huoqing
2021-10-14 20:13 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox