mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] streamline_config.pl: remove superfluous exclamation mark
@ 2026-02-02  5:45 Diego Viola
  2026-02-03  4:55 ` Nathan Chancellor
  0 siblings, 1 reply; 3+ messages in thread
From: Diego Viola @ 2026-02-02  5:45 UTC (permalink / raw)
  To: nathan; +Cc: linux-kbuild, linux-kernel, Diego Viola

In order to make the output cleaner and more consistent with other
scripts.

Signed-off-by: Diego Viola <diego.viola@gmail.com>
---
 scripts/kconfig/streamline_config.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
index 8e23faab5d22..8677d1ca06a7 100755
--- a/scripts/kconfig/streamline_config.pl
+++ b/scripts/kconfig/streamline_config.pl
@@ -415,7 +415,7 @@ foreach my $module (keys(%modules)) {
 	}
     } else {
 	# Most likely, someone has a custom (binary?) module loaded.
-	print STDERR "$module config not found!!\n";
+	print STDERR "$module config not found!\n";
     }
 }
 
-- 
2.52.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] streamline_config.pl: remove superfluous exclamation mark
  2026-02-02  5:45 [PATCH] streamline_config.pl: remove superfluous exclamation mark Diego Viola
@ 2026-02-03  4:55 ` Nathan Chancellor
  2026-02-03  6:26   ` Diego Viola
  0 siblings, 1 reply; 3+ messages in thread
From: Nathan Chancellor @ 2026-02-03  4:55 UTC (permalink / raw)
  To: nathan, Diego Viola; +Cc: linux-kbuild, linux-kernel

On Mon, 02 Feb 2026 02:45:41 -0300, Diego Viola wrote:
> In order to make the output cleaner and more consistent with other
> scripts.
> 
> 

Applied to

  https://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git kbuild-next

Thanks!

[1/1] streamline_config.pl: remove superfluous exclamation mark
      https://git.kernel.org/kbuild/c/72043cf7f100c

Please look out for regression or issue reports or other follow up
comments, as they may result in the patch/series getting dropped or
reverted. Patches applied to an "unstable" branch are accepted pending
wider testing in -next and any post-commit review; they will generally
be moved to the main branch in a week if no issues are found.

Best regards,
-- 
Nathan Chancellor <nathan@kernel.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] streamline_config.pl: remove superfluous exclamation mark
  2026-02-03  4:55 ` Nathan Chancellor
@ 2026-02-03  6:26   ` Diego Viola
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Viola @ 2026-02-03  6:26 UTC (permalink / raw)
  To: Nathan Chancellor; +Cc: linux-kbuild, linux-kernel

On Tue, Feb 3, 2026 at 1:55 AM Nathan Chancellor <nathan@kernel.org> wrote:
>
> On Mon, 02 Feb 2026 02:45:41 -0300, Diego Viola wrote:
> > In order to make the output cleaner and more consistent with other
> > scripts.
> >
> >
>
> Applied to
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git kbuild-next
>
> Thanks!
>
> [1/1] streamline_config.pl: remove superfluous exclamation mark
>       https://git.kernel.org/kbuild/c/72043cf7f100c
>
> Please look out for regression or issue reports or other follow up
> comments, as they may result in the patch/series getting dropped or
> reverted. Patches applied to an "unstable" branch are accepted pending
> wider testing in -next and any post-commit review; they will generally
> be moved to the main branch in a week if no issues are found.
>
> Best regards,
> --
> Nathan Chancellor <nathan@kernel.org>
>

Thank you!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-02-03  6:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-02  5:45 [PATCH] streamline_config.pl: remove superfluous exclamation mark Diego Viola
2026-02-03  4:55 ` Nathan Chancellor
2026-02-03  6:26   ` Diego Viola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome