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] drm/amdgpu: fix semicolon.cocci warnings
Date: Tue, 13 Oct 2020 05:20:49 +0800	[thread overview]
Message-ID: <20201012212049.GA74048@06d37b6fb624> (raw)
In-Reply-To: <202010130524.UIqrTdeS-lkp@intel.com>

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

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

drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:608:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: b4a7db71ea06 ("drm/amdgpu: add per device user friendly xgmi events for vega20")
CC: Jonathan Kim <jonathan.kim@amd.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   git://people.freedesktop.org/~agd5f/linux.git drm-next
head:   02c3d98ce25b3e4f0b8e830be054c8f4f7f944c1
commit: b4a7db71ea060218529e6a4c660c37687ecb5669 [286/376] drm/amdgpu: add per device user friendly xgmi events for vega20

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

--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c
@@ -605,7 +605,7 @@ int amdgpu_pmu_init(struct amdgpu_device
 		break;
 	default:
 		return 0;
-	};
+	}
 
 	return ret;
 }

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Jonathan Kim <jonathan.kim@amd.com>
Cc: kbuild-all@lists.01.org,
	"Joseph Greathouse" <Joseph.Greathouse@amd.com>,
	"David Airlie" <airlied@linux.ie>,
	"Felix Kuehling" <Felix.Kuehling@amd.com>,
	"Harish Kasiviswanathan" <harish.kasiviswanathan@amd.com>,
	dri-devel@lists.freedesktop.org, zhengbin <zhengbin13@huawei.com>,
	"Luben Tuikov" <luben.tuikov@amd.com>,
	"Alex Deucher" <alexander.deucher@amd.com>,
	"Christian König" <christian.koenig@amd.com>
Subject: [PATCH] drm/amdgpu: fix semicolon.cocci warnings
Date: Tue, 13 Oct 2020 05:20:49 +0800	[thread overview]
Message-ID: <20201012212049.GA74048@06d37b6fb624> (raw)
In-Reply-To: <202010130524.UIqrTdeS-lkp@intel.com>

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

drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:608:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: b4a7db71ea06 ("drm/amdgpu: add per device user friendly xgmi events for vega20")
CC: Jonathan Kim <jonathan.kim@amd.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   git://people.freedesktop.org/~agd5f/linux.git drm-next
head:   02c3d98ce25b3e4f0b8e830be054c8f4f7f944c1
commit: b4a7db71ea060218529e6a4c660c37687ecb5669 [286/376] drm/amdgpu: add per device user friendly xgmi events for vega20

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

--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c
@@ -605,7 +605,7 @@ int amdgpu_pmu_init(struct amdgpu_device
 		break;
 	default:
 		return 0;
-	};
+	}
 
 	return ret;
 }
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2020-10-12 21:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-12 21:20 [radeon-alex:drm-next 286/376] drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:608:2-3: Unneeded semicolon kernel test robot
2020-10-12 21:20 ` kernel test robot
2020-10-12 21:20 ` kernel test robot [this message]
2020-10-12 21:20   ` [PATCH] drm/amdgpu: fix semicolon.cocci warnings kernel test robot
2020-10-13 13:01   ` Alex Deucher
2020-10-13 13:01     ` Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2021-05-15  0:55 [agd5f:drm-next 315/338] drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1718:2-3: Unneeded semicolon kernel test robot
2021-05-15  0:55 ` [PATCH] drm/amdgpu: fix semicolon.cocci warnings kernel test robot
2021-04-02 15:50 Julia Lawall
2021-04-02 15:50 ` Julia Lawall
2021-04-02 15:50 ` Julia Lawall
2021-04-02 15:50 ` Julia Lawall
2021-04-02 11:15 [agd5f:drm-next-5.13 100/149] drivers/gpu/drm/amd/amdgpu/aldebaran.c:151:2-12: second lock on line 151 kernel test robot
2021-04-02 11:15 ` [PATCH] drm/amdgpu: fix semicolon.cocci warnings kernel test robot
2019-03-06  5:26 [radeon-alex:drm-next-5.2-wip 264/283] drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:405:2-3: Unneeded semicolon kbuild test robot
2019-03-06  5:26 ` [PATCH] drm/amdgpu: fix semicolon.cocci warnings kbuild test robot
2018-01-04 23:06 [radeon-alex:drm-next-4.16-wip 1/49] drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:281:2-3: Unneeded semicolon kbuild test robot
2018-01-04 23:06 ` [PATCH] drm/amdgpu: fix semicolon.cocci warnings kbuild test robot
2017-03-31 10:15 [radeon-alex:drm-next-4.12 206/315] drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:133:2-3: Unneeded semicolon kbuild test robot
2017-03-31 10:15 ` [PATCH] drm/amdgpu: fix semicolon.cocci warnings kbuild test robot
2017-03-31 10:39   ` Huang Rui
2016-09-14  4:55 [radeon-alex:amd-staging-4.7 367/1327] drivers/gpu/drm/amd/amdgpu/../dal/amdgpu_dm/amdgpu_dm_types.c:827:59-60: Unneeded semicolon kbuild test robot
2016-09-14  4:55 ` [PATCH] drm/amdgpu: fix semicolon.cocci warnings kbuild test robot

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=20201012212049.GA74048@06d37b6fb624 \
    --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.