public inbox for linux-fbdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: sm750fb: Fixed a coding style issue
@ 2020-08-24 23:02 Timo Aranjo
  2020-08-25  9:27 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Timo Aranjo @ 2020-08-24 23:02 UTC (permalink / raw)
  To: linux-fbdev

 From 56c5eed5b0a3d299530264509a6a81594c4fb791 Mon Sep 17 00:00:00 2001
From: "Timo A. Aranjo" <timo.aranjo@aol.com>
Date: Mon, 24 Aug 2020 17:24:16 -0500
Subject: [PATCH] Staging: sm750fb: Fixed a coding style issue

I added a new-line because checkpatch gave a warning about there not being
a new line after declarations.

Signed-off-by: Timo Alejandro Aranjo <timo.aranjo@aol.com>
---
  drivers/staging/sm750fb/sm750.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/drivers/staging/sm750fb/sm750.c 
b/drivers/staging/sm750fb/sm750.c
index 84fb585a5739..3da87387867e 100644
--- a/drivers/staging/sm750fb/sm750.c
+++ b/drivers/staging/sm750fb/sm750.c
@@ -411,6 +411,7 @@ static int __maybe_unused lynxfb_suspend(struct 
device *dev)
  {
  	struct fb_info *info;
  	struct sm750_dev *sm750_dev;
+
  	sm750_dev = dev_get_drvdata(dev);

  	console_lock();
-- 
2.25.1

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

* Re: [PATCH] Staging: sm750fb: Fixed a coding style issue
  2020-08-24 23:02 [PATCH] Staging: sm750fb: Fixed a coding style issue Timo Aranjo
@ 2020-08-25  9:27 ` Dan Carpenter
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2020-08-25  9:27 UTC (permalink / raw)
  To: linux-fbdev

This commit is corrupted.  Please read the first bit of
Documentation/process/email-clients.rst

regards,
dan carpenter

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

end of thread, other threads:[~2020-08-25  9:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-24 23:02 [PATCH] Staging: sm750fb: Fixed a coding style issue Timo Aranjo
2020-08-25  9:27 ` Dan Carpenter

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