From: Ingo Molnar <mingo@elte.hu>
To: Andi Kleen <ak@suse.de>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: Minor cleanup to lockdep.c
Date: Tue, 4 Jul 2006 14:09:25 +0200 [thread overview]
Message-ID: <20060704120925.GA2055@elte.hu> (raw)
In-Reply-To: <20060704103314.GA31568@elte.hu>
* Ingo Molnar <mingo@elte.hu> wrote:
>
> * Andi Kleen <ak@suse.de> wrote:
>
> > - Use printk formatting for indentation
> > - Don't leave NTFS in the default event filter
> >
> > Signed-off-by: Andi Kleen <ak@suse.de>
>
> thanks!
>
> Acked-by: Ingo Molnar <mingo@elte.hu>
and here's two small cleanups to the cleanup [add-on patch] :-)
------------------------>
Subject: [patch] lockdep: minor cleanup to lockdep.c, #2
From: Ingo Molnar <mingo@elte.hu>
fix some minor whitespace damage introduced by the cleanup patch.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
kernel/lockdep.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: linux/kernel/lockdep.c
===================================================================
--- linux.orig/kernel/lockdep.c
+++ linux/kernel/lockdep.c
@@ -170,7 +170,7 @@ EXPORT_SYMBOL(lockdep_internal);
static int class_filter(struct lock_class *class)
{
#if 0
- /* Example */
+ /* Example */
if (class->name_version == 1 &&
!strcmp(class->name, "lockname"))
return 1;
@@ -179,7 +179,7 @@ static int class_filter(struct lock_clas
return 1;
#endif
/* Allow everything else. 0 would be filter everything else */
- return 1;
+ return 1;
}
#endif
prev parent reply other threads:[~2006-07-04 12:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-04 10:34 Minor cleanup to lockdep.c Andi Kleen
2006-07-04 10:33 ` Ingo Molnar
2006-07-04 12:09 ` Ingo Molnar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060704120925.GA2055@elte.hu \
--to=mingo@elte.hu \
--cc=ak@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox