All of lore.kernel.org
 help / color / mirror / Atom feed
From: zhengbin <zhengbin13@huawei.com>
To: alexander.deucher@amd.com, christian.koenig@amd.com,
	David1.Zhou@amd.com, airlied@linux.ie, daniel@ffwll.ch,
	harry.wentland@amd.com, sunpeng.li@amd.com,
	amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Cc: zhengbin13@huawei.com
Subject: [PATCH 1/4] drm/amd/display: Remove unneeded semicolon in bios_parser.c
Date: Thu, 28 Nov 2019 10:31:37 +0800	[thread overview]
Message-ID: <1574908300-126787-2-git-send-email-zhengbin13@huawei.com> (raw)
In-Reply-To: <1574908300-126787-1-git-send-email-zhengbin13@huawei.com>

Fixes coccicheck warning:

drivers/gpu/drm/amd/display/dc/bios/bios_parser.c:2192:2-3: Unneeded semicolon

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

diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
index 27451f2..008d4d1 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
@@ -2189,7 +2189,7 @@ static uint32_t get_support_mask_for_device_id(struct device_id device_id)
 		break;
 	default:
 		break;
-	};
+	}

 	/* Unidentified device ID, return empty support mask. */
 	return 0;
--
2.7.4

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

WARNING: multiple messages have this Message-ID (diff)
From: zhengbin <zhengbin13@huawei.com>
To: <alexander.deucher@amd.com>, <christian.koenig@amd.com>,
	<David1.Zhou@amd.com>, <airlied@linux.ie>, <daniel@ffwll.ch>,
	<harry.wentland@amd.com>, <sunpeng.li@amd.com>,
	<amd-gfx@lists.freedesktop.org>,
	<dri-devel@lists.freedesktop.org>
Cc: zhengbin13@huawei.com
Subject: [PATCH 1/4] drm/amd/display: Remove unneeded semicolon in bios_parser.c
Date: Thu, 28 Nov 2019 10:31:37 +0800	[thread overview]
Message-ID: <1574908300-126787-2-git-send-email-zhengbin13@huawei.com> (raw)
Message-ID: <20191128023137.nDmMiP-vUJVfiRYCp9dOf1A0OqXS6GjWfsB3HPhkJE8@z> (raw)
In-Reply-To: <1574908300-126787-1-git-send-email-zhengbin13@huawei.com>

Fixes coccicheck warning:

drivers/gpu/drm/amd/display/dc/bios/bios_parser.c:2192:2-3: Unneeded semicolon

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

diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
index 27451f2..008d4d1 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
@@ -2189,7 +2189,7 @@ static uint32_t get_support_mask_for_device_id(struct device_id device_id)
 		break;
 	default:
 		break;
-	};
+	}

 	/* Unidentified device ID, return empty support mask. */
 	return 0;
--
2.7.4

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

WARNING: multiple messages have this Message-ID (diff)
From: zhengbin <zhengbin13@huawei.com>
To: <alexander.deucher@amd.com>, <christian.koenig@amd.com>,
	<David1.Zhou@amd.com>, <airlied@linux.ie>, <daniel@ffwll.ch>,
	<harry.wentland@amd.com>, <sunpeng.li@amd.com>,
	<amd-gfx@lists.freedesktop.org>,
	<dri-devel@lists.freedesktop.org>
Cc: zhengbin13@huawei.com
Subject: [PATCH 1/4] drm/amd/display: Remove unneeded semicolon in bios_parser.c
Date: Thu, 28 Nov 2019 10:31:37 +0800	[thread overview]
Message-ID: <1574908300-126787-2-git-send-email-zhengbin13@huawei.com> (raw)
Message-ID: <20191128023137.VpFu9og7-mVT3gb1xV_6wWfBdLzHzhDjiIcaEVUPnB0@z> (raw)
In-Reply-To: <1574908300-126787-1-git-send-email-zhengbin13@huawei.com>

Fixes coccicheck warning:

drivers/gpu/drm/amd/display/dc/bios/bios_parser.c:2192:2-3: Unneeded semicolon

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

diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
index 27451f2..008d4d1 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
@@ -2189,7 +2189,7 @@ static uint32_t get_support_mask_for_device_id(struct device_id device_id)
 		break;
 	default:
 		break;
-	};
+	}

 	/* Unidentified device ID, return empty support mask. */
 	return 0;
--
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

  reply	other threads:[~2019-11-28  2:31 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-28  2:31 [PATCH 0/4] drm/amd/display: Remove unneeded semicolon zhengbin
2019-11-28  2:31 ` zhengbin
2019-11-28  2:31 ` zhengbin
2019-11-28  2:31 ` zhengbin [this message]
2019-11-28  2:31   ` [PATCH 1/4] drm/amd/display: Remove unneeded semicolon in bios_parser.c zhengbin
2019-11-28  2:31   ` zhengbin
2019-11-28  2:31 ` [PATCH 2/4] drm/amd/display: Remove unneeded semicolon in bios_parser2.c zhengbin
2019-11-28  2:31   ` zhengbin
2019-11-28  2:31   ` zhengbin
2019-11-28  2:31 ` [PATCH 3/4] drm/amd/display: Remove unneeded semicolon in hdcp.c zhengbin
2019-11-28  2:31   ` zhengbin
2019-11-28  2:31   ` zhengbin
2019-11-28  2:31 ` [PATCH 4/4] drm/amd/display: Remove unneeded semicolon in display_rq_dlg_calc_21.c zhengbin
2019-11-28  2:31   ` zhengbin
2019-11-28  2:31   ` zhengbin
     [not found] ` <1574908300-126787-1-git-send-email-zhengbin13-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2019-11-28 14:46   ` [PATCH 0/4] drm/amd/display: Remove unneeded semicolon Harry Wentland
2019-11-28 14:46     ` Harry Wentland
2019-11-28 14:46     ` Harry Wentland
2019-12-02 21:31     ` Alex Deucher
2019-12-02 21:31       ` Alex Deucher
2019-12-02 21:31       ` Alex Deucher

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=1574908300-126787-2-git-send-email-zhengbin13@huawei.com \
    --to=zhengbin13@huawei.com \
    --cc=David1.Zhou@amd.com \
    --cc=airlied@linux.ie \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@amd.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=harry.wentland@amd.com \
    --cc=sunpeng.li@amd.com \
    /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.