All of lore.kernel.org
 help / color / mirror / Atom feed
* [android-common:android-4.19-stable 15304/19372] drivers/gpu/drm/drm_dp_mst_topology.c:1843 drm_dp_mst_update_dsc_info() warn: inconsistent indenting
@ 2020-11-10  1:31 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-11-10  1:31 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://android.googlesource.com/kernel/common android-4.19-stable
head:   fa199896a3e2c8d46e9c52accec8544490c69b08
commit: b572376bedc67f334d005dabd7727dd318eeba44 [15304/19372] ANDROID: GKI: Add 'dsc_info' to struct drm_dp_mst_port
config: i386-randconfig-m031-20201109 (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>

smatch warnings:
drivers/gpu/drm/drm_dp_mst_topology.c:1843 drm_dp_mst_update_dsc_info() warn: inconsistent indenting

vim +1843 drivers/gpu/drm/drm_dp_mst_topology.c

  1830	
  1831	int drm_dp_mst_update_dsc_info(struct drm_dp_mst_topology_mgr *mgr,
  1832			struct drm_dp_mst_port *port,
  1833			struct drm_dp_mst_dsc_info *dsc_info)
  1834	{
  1835		if (!dsc_info)
  1836			return -EINVAL;
  1837	
  1838		port = drm_dp_get_validated_port_ref(mgr, port);
  1839		if (!port)
  1840			return -EINVAL;
  1841	
  1842		memcpy(&port->dsc_info, dsc_info, sizeof(struct drm_dp_mst_dsc_info));
> 1843			drm_dp_put_port(port);
  1844	
  1845		return 0;
  1846	}
  1847	EXPORT_SYMBOL_GPL(drm_dp_mst_update_dsc_info);
  1848	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 27792 bytes --]

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

only message in thread, other threads:[~2020-11-10  1:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10  1:31 [android-common:android-4.19-stable 15304/19372] drivers/gpu/drm/drm_dp_mst_topology.c:1843 drm_dp_mst_update_dsc_info() 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.