login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
May
»
27
Re: [PATCH] streamline_config.pl: use references rather than copied data structures
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Steven Rostedt
Subject:
Re: [PATCH] streamline_config.pl: use references rather than copied data structures
Date: Thursday, May 27, 2010 - 11:50 am
On Thu, 2010-05-27 at 16:24 +0200, Toralf Förster wrote:
quoted text
> Steven Rostedt wrote at 15:07:29 > > On Thu, 2010-05-27 at 13:42 +0200, Toralf Förster wrote:
quoted text
> Understood and accepted. > > What's about the following 2 snippets (a trivial typo and an attempt to > prevent a possible trap) ? : >
OK, this is better :-) -- Steve
quoted text
> > diff --git a/scripts/kconfig/streamline_config.pl > b/scripts/kconfig/streamline_config.pl > index afbd54a..3f54911 100644 > --- a/scripts/kconfig/streamline_config.pl > +++ b/scripts/kconfig/streamline_config.pl > @@ -242,7 +242,7 @@ foreach my $makefile (@makefiles) { > foreach my $obj (split /\s+/,$objs) { > $obj =~ s/-/_/g; > if ($obj =~ /(.*)\.o$/) { > - # Objects may bes enabled by more than one config. > + # Objects may be enabled by more than one config. > # Store configs in an array. > my @arr; > > > > diff --git a/scripts/kconfig/streamline_config.pl > b/scripts/kconfig/streamline_config.pl > index afbd54a..9726946 100644 > --- a/scripts/kconfig/streamline_config.pl > +++ b/scripts/kconfig/streamline_config.pl > @@ -307,7 +307,7 @@ close (LIN); > my %configs; > foreach my $module (keys(%modules)) { > if (defined($objects{$module})) { > - @arr = @{$objects{$module}}; > + my @arr = @{$objects{$module}}; > foreach my $conf (@arr) { > $configs{$conf} = $module; > } > >
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] streamline_config.pl: use references rather than c ...
, Toralf =?iso-8859-1? ...
, (Thu May 27, 4:42 am)
Re: [PATCH] streamline_config.pl: use references rather th ...
, Steven Rostedt
, (Thu May 27, 6:07 am)
Re: [PATCH] streamline_config.pl: use references rather th ...
, Toralf =?iso-8859-1? ...
, (Thu May 27, 7:24 am)
Re: [PATCH] streamline_config.pl: use references rather th ...
, Steven Rostedt
, (Thu May 27, 11:50 am)
Re: [PATCH] streamline_config.pl: use references rather th ...
, Steven Rostedt
, (Thu May 27, 12:52 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tejun Heo
Re: your mail
Ingo Molnar
Re: [patch] e1000=y && e1000e=m regression fix
Robert Richter
Re: [PATCH] oprofile: Implement Intel architectural perfmon support
Eli Cohen
Re: LRO num of frags limit
Pavel Machek
min_free_kbytes documentation, /proc/sys/vm docs
git
:
Bill Lear
cpio command not found
Gary Yang
fatal: did you run git update-server-info on the server? mv post-update.sample pos...
Ben Schmidt
Getting the path right for git over SSH
Fredrik Kuivinen
Re: fatal: unable to create '.git/index': File exists
Laflen, Brandon (GE, Research)
RE: fatal: Unable to find remote helper for 'http'
linux-netdev
:
Sage Weil
Re: [2/3] POHMELFS: Documentation.
Patrick McHardy
Re: [ANNOUNCE]: First release of nftables
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
Sage Weil
Re: [2/3] POHMELFS: Documentation.
Eric Dumazet
Re: [PATCH] ipv4/route.c: respect prefsrc for local routes
openbsd-misc
:
Paul M
Corrupted RAIDFrame device
nixlists
Re: OpenSMTPd actual development and integration
Steve Shockley
Re: Blocking Teamviewer
David Newman
Re: 4.2 and 4.3 BIND: masters_list does not work with masters option
Anders Langworthy
Re: What does your environment look like?
git-commits-head
:
Linux Kernel Mailing List
Remove empty comment in acpi/power.c
Linux Kernel Mailing List
Linux 2.6.34-rc4
Linux Kernel Mailing List
swiotlb: replace architecture-specific swiotlb.h with linux/swiotlb.h
Linux Kernel Mailing List
x86 boot: only pick up additional EFI memmap if add_efi_memmap flag
Linux Kernel Mailing List
[ARM] 5269/1: ARMv7: Use -march=armv7-a as compiler flag
Colocation donated by:
Syndicate