All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [PATCH] CHROMIUM: fix semicolon.cocci warnings
Date: Fri, 19 Nov 2021 11:35:02 +0800	[thread overview]
Message-ID: <20211119033502.GA106751@40ab7ec6edb6> (raw)
In-Reply-To: <202111191150.JZub26d4-lkp@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1125 bytes --]

From: kernel test robot <lkp@intel.com>

drivers/gpu/drm/evdi/evdi_painter.c:710:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: ae25dd46c5c2 ("CHROMIUM: Import latest evdi driver")
CC: Anand K Mistry <amistry@chromium.org>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.10
head:   ae25dd46c5c2fecb4868af3a91418dea519deac9
commit: ae25dd46c5c2fecb4868af3a91418dea519deac9 [1/1] CHROMIUM: Import latest evdi driver
:::::: branch date: 11 days ago
:::::: commit date: 11 days ago

 evdi_painter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/gpu/drm/evdi/evdi_painter.c
+++ b/drivers/gpu/drm/evdi/evdi_painter.c
@@ -707,7 +707,7 @@ void evdi_painter_dpms_notify(struct evd
 		break;
 	default:
 		mode_str = "unknown";
-	};
+	}
 	EVDI_INFO("(card%d) Notifying display power state: %s",
 		   evdi->dev_index, mode_str);
 	evdi_painter_send_dpms(painter, mode);

      reply	other threads:[~2021-11-19  3:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-19  3:34 [chrome-os:chromeos-5.10 1/1] drivers/gpu/drm/evdi/evdi_painter.c:710:2-3: Unneeded semicolon kernel test robot
2021-11-19  3:35 ` kernel test robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211119033502.GA106751@40ab7ec6edb6 \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.