Hay
Date
Jan. 6, 2025, 4:10 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 Automatically assigned
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- 'HOSTCC=sccache clang' 'CC=sccache 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))
      |         ^