Re: [PATCH] madvise: fix checkpatch errors

2013-07-11 Thread David Rientjes
On Thu, 11 Jul 2013, Vladimir Cernov wrote: > This fixes following errors: > - ERROR: "(foo*)" should be "(foo *)" > - ERROR: "foo ** bar" should be "foo **bar" > > Signed-off-by: Vladimir Cernov Acked-by: David Rientjes -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] madvise: fix checkpatch errors

2013-07-11 Thread Pekka Enberg
On Thu, Jul 11, 2013 at 10:00 AM, Vladimir Cernov wrote: > This fixes following errors: > - ERROR: "(foo*)" should be "(foo *)" > - ERROR: "foo ** bar" should be "foo **bar" > > Signed-off-by: Vladimir Cernov Reviewed-by: Pekka Enberg -- To unsubscribe from this list: send the l

[PATCH] madvise: fix checkpatch errors

2013-07-11 Thread Vladimir Cernov
This fixes following errors: - ERROR: "(foo*)" should be "(foo *)" - ERROR: "foo ** bar" should be "foo **bar" Signed-off-by: Vladimir Cernov --- mm/madvise.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mm/madvise.c b/mm/madvise.c index 70