From: kernel test robot <lkp@intel.com>
To: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
linux-kernel@vger.kernel.org
Subject: [andersson:wip/sm8350-next-20211215 37/44] drivers/gpu/drm/i915/display/intel_dp.c:4796:85: error: expected ')'
Date: Wed, 29 Dec 2021 05:17:17 +0800 [thread overview]
Message-ID: <202112290511.XYGimJZZ-lkp@intel.com> (raw)
tree: https://github.com/andersson/kernel wip/sm8350-next-20211215
head: 12c44709c1bb0b1aba90680327bcdcf9b93a8d2f
commit: 1da0d241cb3c3d9deab1fe98a96d3dfab53fb268 [37/44] drm: Add hpd state to drm_connector_oob_hotplug_event()
config: i386-randconfig-a016-20211228 (https://download.01.org/0day-ci/archive/20211229/202112290511.XYGimJZZ-lkp@intel.com/config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 7171af744543433ac75b232eb7dfdaef7efd4d7a)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/andersson/kernel/commit/1da0d241cb3c3d9deab1fe98a96d3dfab53fb268
git remote add andersson https://github.com/andersson/kernel
git fetch --no-tags andersson wip/sm8350-next-20211215
git checkout 1da0d241cb3c3d9deab1fe98a96d3dfab53fb268
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/gpu/drm/i915/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/i915/display/intel_dp.c:4796:85: error: expected ')'
static void intel_dp_oob_hotplug_event(struct drm_connector *connector, unsigned in num_lanes)
^
drivers/gpu/drm/i915/display/intel_dp.c:4796:39: note: to match this '('
static void intel_dp_oob_hotplug_event(struct drm_connector *connector, unsigned in num_lanes)
^
1 error generated.
vim +4796 drivers/gpu/drm/i915/display/intel_dp.c
4795
> 4796 static void intel_dp_oob_hotplug_event(struct drm_connector *connector, unsigned in num_lanes)
4797 {
4798 struct intel_encoder *encoder = intel_attached_encoder(to_intel_connector(connector));
4799 struct drm_i915_private *i915 = to_i915(connector->dev);
4800
4801 spin_lock_irq(&i915->irq_lock);
4802 i915->hotplug.event_bits |= BIT(encoder->hpd_pin);
4803 spin_unlock_irq(&i915->irq_lock);
4804 queue_delayed_work(system_wq, &i915->hotplug.hotplug_work, 0);
4805 }
4806
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
reply other threads:[~2021-12-28 21:17 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=202112290511.XYGimJZZ-lkp@intel.com \
--to=lkp@intel.com \
--cc=bjorn.andersson@linaro.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®