From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7141565142141791708==" MIME-Version: 1.0 From: kernel test robot Subject: [PATCH] drm/amdgpu: fix semicolon.cocci warnings Date: Fri, 02 Apr 2021 19:15:12 +0800 Message-ID: <20210402111512.GA77936@b3b361acf78f> In-Reply-To: <202104021958.U3orpFCn-lkp@intel.com> List-Id: To: kbuild@lists.01.org --===============7141565142141791708== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable CC: kbuild-all(a)lists.01.org TO: Lijo Lazar CC: Alex Deucher CC: Feifei Xu CC: Hawking Zhang CC: "Christian K=C3=B6nig" CC: David Airlie CC: Daniel Vetter CC: amd-gfx(a)lists.freedesktop.org CC: dri-devel(a)lists.freedesktop.org CC: linux-kernel(a)vger.kernel.org From: kernel test robot drivers/gpu/drm/amd/amdgpu/aldebaran.c:230:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 37439a51ff17 ("drm/amdgpu: Add mode2 reset support for aldebaran") CC: Lijo Lazar Reported-by: kernel test robot Signed-off-by: kernel test robot --- tree: https://gitlab.freedesktop.org/agd5f/linux.git drm-next-5.13 head: ef95d2a98d642a537190d73c45ae3c308afee890 commit: 37439a51ff171f938f886d6078802926fb27ccf8 [100/149] drm/amdgpu: Add = mode2 reset support for aldebaran :::::: branch date: 14 hours ago :::::: commit date: 4 days ago aldebaran.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpu/drm/amd/amdgpu/aldebaran.c +++ b/drivers/gpu/drm/amd/amdgpu/aldebaran.c @@ -227,7 +227,7 @@ static int aldebaran_mode2_restore_ip(st break; default: break; - }; + } } = /* Reinit NBIF block */ --===============7141565142141791708==--