diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-06-05 11:16:15 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-06-05 11:16:15 -0700 |
| commit | 06121e12c27aef6e1a09b4cdec809b9c91f6eb59 (patch) | |
| tree | 356d6ce91cec951e8adeff0c5f7940df0dbfc29c | |
| parent | 95b78879a80ab034cd56cc70f057c3cb4f2612a6 (diff) | |
| parent | 65b09bfa8aa7ebe087093b591525385efb2d58b0 (diff) | |
| download | lwn-06121e12c27aef6e1a09b4cdec809b9c91f6eb59.tar.gz lwn-06121e12c27aef6e1a09b4cdec809b9c91f6eb59.zip | |
Merge tag 'kbuild-fixes-7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux
Pull Kbuild fix from Nicolas Schier:
"A single simple commit that fixes the currently broken kconfig
selftests"
* tag 'kbuild-fixes-7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux:
kconfig: Fix repeated include selftest expectation
| -rw-r--r-- | scripts/kconfig/tests/err_repeated_inc/expected_stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/tests/err_repeated_inc/expected_stderr b/scripts/kconfig/tests/err_repeated_inc/expected_stderr index 95d90d6a93c5..53071430ea7d 100644 --- a/scripts/kconfig/tests/err_repeated_inc/expected_stderr +++ b/scripts/kconfig/tests/err_repeated_inc/expected_stderr @@ -1,2 +1,2 @@ -Kconfig.inc1:4: error: Repeated inclusion of Kconfig.inc3 -Kconfig.inc2:3: note: Location of first inclusion of Kconfig.inc3 +Kconfig.inc1:4: error: repeated inclusion of Kconfig.inc3 +Kconfig.inc2:3: note: location of first inclusion of Kconfig.inc3 |
