aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-07-09 14:38:31 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-07-09 14:38:31 +0200
commit7469985a4ee794ecc736de12f7d768f1746419c0 (patch)
tree4c9e56b7bdff30c95260a74fec70c1ed0e5342a3
parent878af4b049e0236daa02d075e693c9c630d89aca (diff)
downloadkernel-7469985a4ee794ecc736de12f7d768f1746419c0.tar.xz
kernel-7469985a4ee794ecc736de12f7d768f1746419c0.zip
ide: fix print include path
-rw-r--r--.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 0be16fbd..f554b1cc 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -64,7 +64,7 @@ CheckOptions:
modernize-use-std-print.ReplacementPrintFunction: "kstd::print"
modernize-use-std-print.ReplacementPrintlnFunction: "kstd::println"
- modernize-use-std-print.PrintHeader: "kstd/print"
+ modernize-use-std-print.PrintHeader: "kstd/print.hpp"
modernize-use-std-ranges.UseReversePipe: true