kconfig: Make a variable local in streamline_config.pl
authorToralf Foerster <toralf.foerster@gmx.de>
Fri, 28 May 2010 08:24:59 +0000 (10:24 +0200)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 28 May 2010 14:31:25 +0000 (10:31 -0400)
Proper perl requires that local variables should be declared with 'my',
otherwise this may produce errors.

Signed-off-by: Toralf Foerster <toralf.foerster@gmx.de>
LKML-Reference: <201005281025.00358.toralf.foerster@gmx.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found