linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c:470:82-83: Unneeded semicolon
@ 2020-08-13 11:13 kernel test robot
  2020-08-13 11:13 ` [PATCH] drm/amd/display: fix semicolon.cocci warnings kernel test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2020-08-13 11:13 UTC (permalink / raw)
  To: Dmytro Laktyushkin; +Cc: kbuild-all, linux-kernel, Alex Deucher, Eric Bernstein

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   dc06fe51d26efc100ac74121607c01a454867c91
commit: 7c6981e7ca74be39a16a770315606d495a860275 drm/amd/display: populate new dml variable
date:   7 days ago
config: i386-randconfig-c001-20200813 (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/display/dc/dml/display_mode_vba.c:470:82-83: 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: 39756 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] drm/amd/display: fix semicolon.cocci warnings
  2020-08-13 11:13 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c:470:82-83: Unneeded semicolon kernel test robot
@ 2020-08-13 11:13 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2020-08-13 11:13 UTC (permalink / raw)
  To: Dmytro Laktyushkin
  Cc: kbuild-all, linux-kernel, Alex Deucher, Eric Bernstein,
	Harry Wentland, Leo Li, Christian König, David Airlie,
	Daniel Vetter, Rodrigo Siqueira, Jun Lei

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

drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c:470:82-83: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: 7c6981e7ca74 ("drm/amd/display: populate new dml variable")
CC: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   dc06fe51d26efc100ac74121607c01a454867c91
commit: 7c6981e7ca74be39a16a770315606d495a860275 drm/amd/display: populate new dml variable

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

--- a/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
+++ b/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
@@ -467,7 +467,7 @@ static void fetch_pipe_params(struct dis
 		mode_lib->vba.AudioSampleLayout[mode_lib->vba.NumberOfActivePlanes] =
 			1;
 		mode_lib->vba.DRAMClockChangeLatencyOverride = 0.0;
-		mode_lib->vba.DSCEnabled[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable;;
+		mode_lib->vba.DSCEnabled[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable;
 		mode_lib->vba.DSCEnable[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable;
 		mode_lib->vba.NumberOfDSCSlices[mode_lib->vba.NumberOfActivePlanes] =
 				dout->dsc_slices;

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-13 11:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-13 11:13 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c:470:82-83: Unneeded semicolon kernel test robot
2020-08-13 11:13 ` [PATCH] drm/amd/display: fix semicolon.cocci warnings kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).