Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kconfig: Fix variable name typo %prompts in streamline_config.pl
When I added "use strict;" to streamline_config.pl, I saw the following warnings: > Global symbol "%prompt" requires explicit package name at scripts/kconfig/streamline_config.pl line 183. > Global symbol "%prompt" requires explicit package name at scripts/kconfig/streamline_config.pl line 368. The declaration of %prompt was incorrect, and should have been %prompts. Cc: Toralf Foerster <[email protected]> Cc: KAMEZAWA Hiroyuki <[email protected]> Cc: YOSHIFUJI Hideaki <[email protected]> Signed-off-by: Hiromu Yakura <[email protected]> LKML-Reference: <1281845597.11566.5.camel@camp10-laptop> Signed-off-by: Steven Rostedt <[email protected]>
- Loading branch information