mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [andersson:wip/sm8350-next-20211215 37/44] drivers/gpu/drm/i915/display/intel_dp.c:4796:85: error: expected ')'
@ 2021-12-28 21:17 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-12-28 21:17 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: llvm, kbuild-all, linux-kernel

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

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

only message in thread, other threads:[~2021-12-28 21:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-28 21:17 [andersson:wip/sm8350-next-20211215 37/44] drivers/gpu/drm/i915/display/intel_dp.c:4796:85: error: expected ')' kernel test robot

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®