Hi, On Wed, Aug 2, 2023 at 7:43 AM kernel test robot <lkp@xxxxxxxxx> wrote: > > 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 Thanks for the report. This was reported by Stephen Rothwell a few hours ago. I just posted a patch to fix it. https://lore.kernel.org/all/20230802074727.2.Iaeb7b0f7951aee6b8c090364bbc87b1ae198a857@changeid/ -Doug