* Ingo Molnar <[email protected]> wrote:
>
> * Andi Kleen <[email protected]> wrote:
>
> > - Use printk formatting for indentation
> > - Don't leave NTFS in the default event filter
> >
> > Signed-off-by: Andi Kleen <[email protected]>
>
> thanks!
>
> Acked-by: Ingo Molnar <[email protected]>
and here's two small cleanups to the cleanup [add-on patch] :-)
------------------------>
Subject: [patch] lockdep: minor cleanup to lockdep.c, #2
From: Ingo Molnar <[email protected]>
fix some minor whitespace damage introduced by the cleanup patch.
Signed-off-by: Ingo Molnar <[email protected]>
---
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]