From: kernel test robot <lkp@intel.com>
To: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Cc: oe-kbuild-all@lists.linux.dev, Alex Deucher <alexander.deucher@amd.com>
Subject: [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
Date: Sun, 11 Jan 2026 18:18:03 +0800 [thread overview]
Message-ID: <202601111807.6vHCkToR-lkp@intel.com> (raw)
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
reply other threads:[~2026-01-11 10:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202601111807.6vHCkToR-lkp@intel.com \
--to=lkp@intel.com \
--cc=Pratik.Vishwakarma@amd.com \
--cc=alexander.deucher@amd.com \
--cc=oe-kbuild-all@lists.linux.dev \
/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.