tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 626c67169f9972fffcdf3bc3864de421f162ebf5 commit: d2aacaf07395bd798373cbec6af05fff4147aff3 [5684/6443] drm/panel: Check for already prepared/enabled in drm_panel reproduce: (https://download.01.org/0day-ci/archive/20230802/202308022221.APCRi7vk-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/202308022221.APCRi7vk-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> Documentation/gpu/todo.rst:469: WARNING: Unexpected indentation. vim +469 Documentation/gpu/todo.rst 465 466 In a whole pile of panel drivers, we have code to make the 467 prepare/unprepare/enable/disable callbacks behave as no-ops if they've already 468 been called. To get some idea of the duplicated code, try: > 469 git grep 'if.*>prepared' -- drivers/gpu/drm/panel 470 git grep 'if.*>enabled' -- drivers/gpu/drm/panel 471 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki