All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [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
Date: Tue, 10 Nov 2020 09:31:50 +0800	[thread overview]
Message-ID: <202011100946.yLSbL4Ns-lkp@intel.com> (raw)

[-- 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 --]

                 reply	other threads:[~2020-11-10  1:31 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=202011100946.yLSbL4Ns-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.