* [radeon-alex:drm-next 286/376] drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:608:2-3: Unneeded semicolon
@ 2020-10-12 21:20 kernel test robot
2020-10-12 21:20 ` [PATCH] drm/amdgpu: fix semicolon.cocci warnings kernel test robot
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2020-10-12 21:20 UTC (permalink / raw)
To: Jonathan Kim; +Cc: Alex Deucher, Harish Kasiviswanathan, kbuild-all, dri-devel
[-- Attachment #1: Type: text/plain, Size: 736 bytes --]
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
config: x86_64-randconfig-c002-20201012 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
"coccinelle warnings: (new ones prefixed by >>)"
>> drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:608:2-3: Unneeded semicolon
Please review and possibly fold the followup patch.
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 36694 bytes --]
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] drm/amdgpu: fix semicolon.cocci warnings
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-13 13:01 ` Alex Deucher
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2020-10-12 21:20 UTC (permalink / raw)
To: Jonathan Kim
Cc: kbuild-all, Joseph Greathouse, David Airlie, Felix Kuehling,
Harish Kasiviswanathan, dri-devel, zhengbin, Luben Tuikov,
Alex Deucher, Christian König
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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] drm/amdgpu: fix semicolon.cocci warnings
2020-10-12 21:20 ` [PATCH] drm/amdgpu: fix semicolon.cocci warnings kernel test robot
@ 2020-10-13 13:01 ` Alex Deucher
0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2020-10-13 13:01 UTC (permalink / raw)
To: kernel test robot
Cc: Jonathan Kim, kbuild-all, David Airlie, Felix Kuehling,
Harish Kasiviswanathan, Maling list - DRI developers, zhengbin,
Luben Tuikov, Joseph Greathouse, Alex Deucher,
Christian König
Applied. Thanks!
Alex
On Mon, Oct 12, 2020 at 5:21 PM kernel test robot <lkp@intel.com> wrote:
>
> 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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-10-13 13:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH] drm/amdgpu: fix semicolon.cocci warnings kernel test robot
2020-10-13 13:01 ` Alex Deucher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox