tree: https://github.com/AsahiLinux/linux bits/200-dcp head: e3a82f03cd81edb4608ab6dde0e073ac91e2fdb8 commit: 592b58213f6556b76911d71b22f1d1de1e1a88ac [126/145] mux: apple dp crossbar: Support t602x DP cross bar variant config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20231122/202311221053.cOjeBbia-lkp@xxxxxxxxx/config) compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231122/202311221053.cOjeBbia-lkp@xxxxxxxxx/reproduce) 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@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202311221053.cOjeBbia-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> drivers/mux/apple-display-crossbar.c:22: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * T602x register interface is cleary different so most of the nemes below are drivers/mux/apple-display-crossbar.c:44: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * T8013, T600x, T8112 dp crossbar registers. vim +22 drivers/mux/apple-display-crossbar.c 20 21 /** > 22 * T602x register interface is cleary different so most of the nemes below are 23 * probly wrong. 24 */ 25 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki