Hay
Date
April 8, 2025, 12:37 p.m.
Failure - clang-compiler-drivers_gpu_drm_drm_lock_c-warning-misleading-indentation-statement-is-not-part-of-the-previous-if KNOWN ISSUE - log-parser-build-clang/clang-compiler-drivers_gpu_drm_drm_lock_c-warning-misleading-indentation-statement-is-not-part-of-the-previous-if: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- HOSTCC=clang CC=clang LLVM=1 LLVM_IAS=0
/builds/linux/drivers/gpu/drm/drm_lock.c:363:6: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
  363 |          */     mutex_lock(&dev->struct_mutex);
      |                 ^
/builds/linux/drivers/gpu/drm/drm_lock.c:357:2: note: previous statement is here
  357 |         if (!drm_core_check_feature(dev, DRIVER_LEGACY))
      |         ^