All of lore.kernel.org
 help / color / mirror / Atom feed
* [agd5f:drm-next-6.20 453/461] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu15/smu_v15_0_0_ppt.c:649 smu_v15_0_common_get_dpm_freq_by_index() warn: inconsistent indenting
@ 2026-01-11 10:18 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-01-11 10:18 UTC (permalink / raw)
  To: Pratik Vishwakarma; +Cc: oe-kbuild-all, Alex Deucher

tree:   https://gitlab.freedesktop.org/agd5f/linux.git drm-next-6.20
head:   38a0f4cf8c6147fd10baa206ab349f8ff724e391
commit: c7fc0f372374cf463be2ba4b5b21c20c3c051bb6 [453/461] drm/amd: Enable SMU 15_0_0 support
config: s390-randconfig-r072-20260109 (https://download.01.org/0day-ci/archive/20260111/202601111807.6vHCkToR-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9b8addffa70cee5b2acc5454712d9cf78ce45710)
smatch version: v0.5.0-8985-g2614ff1a

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202601111807.6vHCkToR-lkp@intel.com/

smatch warnings:
drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu15/smu_v15_0_0_ppt.c:649 smu_v15_0_common_get_dpm_freq_by_index() warn: inconsistent indenting

vim +649 drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu15/smu_v15_0_0_ppt.c

   641	
   642	static int smu_v15_0_common_get_dpm_freq_by_index(struct smu_context *smu,
   643							enum smu_clk_type clk_type,
   644							uint32_t dpm_level,
   645							uint32_t *freq)
   646	{
   647			smu_v15_0_0_get_dpm_freq_by_index(smu, clk_type, dpm_level, freq);
   648	
 > 649		return 0;
   650	}
   651	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-01-11 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-11 10:18 [agd5f:drm-next-6.20 453/461] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu15/smu_v15_0_0_ppt.c:649 smu_v15_0_common_get_dpm_freq_by_index() warn: inconsistent indenting kernel test robot

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.