All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [chrome-os:chromeos-6.1 22/192] drivers/gpu/drm/amd/amdgpu/nbio_v7_11.c:34 nbio_v7_11_get_rev_id() warn: inconsistent indenting
@ 2024-03-29  8:20 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-03-29  8:20 UTC (permalink / raw)
  To: cros-kernel-buildreports, Guenter Roeck; +Cc: oe-kbuild-all

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-6.1
head:   afe97fa20ff84cf03da82771bd492f0be8565f9c
commit: 4d5445d1ac8dc300049cac5d82b39ebb867033a8 [22/192] UPSTREAM: drm/amdgpu: add nbio 7.11 support
config: i386-randconfig-141-20240326 (https://download.01.org/0day-ci/archive/20240329/202403291613.hqOle3a7-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0

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/202403291613.hqOle3a7-lkp@intel.com/

smatch warnings:
drivers/gpu/drm/amd/amdgpu/nbio_v7_11.c:34 nbio_v7_11_get_rev_id() warn: inconsistent indenting

vim +34 drivers/gpu/drm/amd/amdgpu/nbio_v7_11.c

    30	
    31	static u32 nbio_v7_11_get_rev_id(struct amdgpu_device *adev)
    32	{
    33		u32 tmp;
  > 34	         printk("%s, getid\n",__func__);
    35	
    36			tmp = RREG32_SOC15(NBIO, 0, regRCC_STRAP1_RCC_DEV0_EPF0_STRAP0);
    37	
    38		tmp &= RCC_STRAP0_RCC_DEV0_EPF0_STRAP0__STRAP_ATI_REV_ID_DEV0_F0_MASK;
    39		tmp >>= RCC_STRAP0_RCC_DEV0_EPF0_STRAP0__STRAP_ATI_REV_ID_DEV0_F0__SHIFT;
    40	
    41		return tmp;
    42	}
    43	

-- 
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:[~2024-03-29  8:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29  8:20 [chrome-os:chromeos-6.1 22/192] drivers/gpu/drm/amd/amdgpu/nbio_v7_11.c:34 nbio_v7_11_get_rev_id() 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.