]> git.karo-electronics.de Git - karo-tx-linux.git/commit
localmodconfig: Use my variable for loop in streamline_config.pl
authorBill Pemberton <wfp5p@virginia.edu>
Thu, 9 Aug 2012 13:23:23 +0000 (09:23 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 16 Aug 2012 20:09:48 +0000 (16:09 -0400)
commit45f4c81d690a57838822d4d01ad4c03651b76b95
treeb683d34441412a209afefbab8ce9277e6cd694b1
parente0d28694d33dc7f37832b4fe4fe229655a64f991
localmodconfig: Use my variable for loop in streamline_config.pl

perlcritic complains about $kconfig being reused in the foreach loop
at the end of read_kconfig.  Change it to a my variable.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
scripts/kconfig/streamline_config.pl