All of lore.kernel.org
 help / color / mirror / Atom feed
From: zhengbin <zhengbin13@huawei.com>
To: <robdclark@gmail.com>, <sean@poorly.run>, <airlied@linux.ie>,
	<daniel@ffwll.ch>, <linux-arm-msm@vger.kernel.org>,
	<freedreno@lists.freedesktop.org>,
	<dri-devel@lists.freedesktop.org>
Cc: <zhengbin13@huawei.com>
Subject: [PATCH 1/4] drm/msm/hdmi: Remove unneeded semicolon
Date: Sat, 14 Dec 2019 17:31:47 +0800	[thread overview]
Message-ID: <1576315910-124558-2-git-send-email-zhengbin13@huawei.com> (raw)
In-Reply-To: <1576315910-124558-1-git-send-email-zhengbin13@huawei.com>

Fixes coccicheck warning:

drivers/gpu/drm/msm/hdmi/hdmi_connector.c:104:3-4: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
---
 drivers/gpu/drm/msm/hdmi/hdmi_connector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/msm/hdmi/hdmi_connector.c b/drivers/gpu/drm/msm/hdmi/hdmi_connector.c
index 839822d..2ccb55a 100644
--- a/drivers/gpu/drm/msm/hdmi/hdmi_connector.c
+++ b/drivers/gpu/drm/msm/hdmi/hdmi_connector.c
@@ -101,7 +101,7 @@ static int gpio_config(struct hdmi *hdmi, bool on)

 				gpiod_set_value_cansleep(gpio.gpiod, value);
 			}
-		};
+		}

 		DBG("gpio off");
 	}
--
2.7.4


WARNING: multiple messages have this Message-ID (diff)
From: zhengbin <zhengbin13@huawei.com>
To: <robdclark@gmail.com>, <sean@poorly.run>, <airlied@linux.ie>,
	<daniel@ffwll.ch>, <linux-arm-msm@vger.kernel.org>,
	<freedreno@lists.freedesktop.org>,
	<dri-devel@lists.freedesktop.org>
Cc: zhengbin13@huawei.com
Subject: [PATCH 1/4] drm/msm/hdmi: Remove unneeded semicolon
Date: Sat, 14 Dec 2019 17:31:47 +0800	[thread overview]
Message-ID: <1576315910-124558-2-git-send-email-zhengbin13@huawei.com> (raw)
In-Reply-To: <1576315910-124558-1-git-send-email-zhengbin13@huawei.com>

Fixes coccicheck warning:

drivers/gpu/drm/msm/hdmi/hdmi_connector.c:104:3-4: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
---
 drivers/gpu/drm/msm/hdmi/hdmi_connector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/msm/hdmi/hdmi_connector.c b/drivers/gpu/drm/msm/hdmi/hdmi_connector.c
index 839822d..2ccb55a 100644
--- a/drivers/gpu/drm/msm/hdmi/hdmi_connector.c
+++ b/drivers/gpu/drm/msm/hdmi/hdmi_connector.c
@@ -101,7 +101,7 @@ static int gpio_config(struct hdmi *hdmi, bool on)

 				gpiod_set_value_cansleep(gpio.gpiod, value);
 			}
-		};
+		}

 		DBG("gpio off");
 	}
--
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2019-12-14  9:24 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-14  9:31 [PATCH 0/4] drm/msm: Remove unneeded semicolon zhengbin
2019-12-14  9:31 ` zhengbin
2019-12-14  9:31 ` zhengbin [this message]
2019-12-14  9:31   ` [PATCH 1/4] drm/msm/hdmi: " zhengbin
2019-12-16 15:48   ` Jordan Crouse
2019-12-16 15:48     ` Jordan Crouse
2019-12-14  9:31 ` [PATCH 2/4] drm/msm/mdp5: " zhengbin
2019-12-14  9:31   ` zhengbin
2019-12-16 15:48   ` Jordan Crouse
2019-12-16 15:48     ` Jordan Crouse
2019-12-14  9:31 ` [PATCH 3/4] drm/msm/dpu: Remove unneeded semicolon in dpu_plane.c zhengbin
2019-12-14  9:31   ` zhengbin
2019-12-16 15:48   ` Jordan Crouse
2019-12-16 15:48     ` Jordan Crouse
2019-12-14  9:31 ` [PATCH 4/4] drm/msm/dpu: Remove unneeded semicolon in dpu_encoder.c zhengbin
2019-12-14  9:31   ` zhengbin
2019-12-16 15:49   ` Jordan Crouse
2019-12-16 15:49     ` Jordan Crouse

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=1576315910-124558-2-git-send-email-zhengbin13@huawei.com \
    --to=zhengbin13@huawei.com \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    /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.