Re: Minor cleanup to lockdep.c

From: Ingo Molnar
Date: Tue Jul 04 2006 - 08:18:28 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

>
> * Andi Kleen <ak@xxxxxxx> wrote:
>
> > - Use printk formatting for indentation
> > - Don't leave NTFS in the default event filter
> >
> > Signed-off-by: Andi Kleen <ak@xxxxxxx>
>
> thanks!
>
> Acked-by: Ingo Molnar <mingo@xxxxxxx>

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@xxxxxxx>

fix some minor whitespace damage introduced by the cleanup patch.

Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/