[PATCH] kernel:signal.c Fix coding style errors and warnings.

2014-11-14 Thread Ionut Alexa
Fix various coding style errors and warnings as: - space before tabs - exiting a function from different points (else after return ..) Signed-off-by: Ionut Alexa --- kernel/signal.c | 104 +-- 1 file changed, 55

[PATCH] kernel:signal.c Fix coding style errors and warnings.

2014-11-14 Thread Ionut Alexa
Fix various coding style errors and warnings as: - space before tabs - exiting a function from different points (else after return ..) Signed-off-by: Ionut Alexa ionut.m.al...@gmail.com --- kernel/signal.c | 104

[PATCH] kernel:module Fix coding style errors and warnings.

2014-10-17 Thread Ionut Alexa
Fixed codin style errors and warnings. Changes printk with print_debug/warn. Changed seq_printf to seq_puts. Signed-off-by: Ionut Alexa --- kernel/module.c | 58 --- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/kernel

[PATCH] kernel:module Fix coding style errors and warnings.

2014-10-17 Thread Ionut Alexa
Fixed codin style errors and warnings. Changes printk with print_debug/warn. Changed seq_printf to seq_puts. Signed-off-by: Ionut Alexa ionut.m.al...@gmail.com --- kernel/module.c | 58 --- 1 file changed, 30 insertions(+), 28 deletions

[PATCH] kernel:module Fix coding style errors and warnings.

2014-10-16 Thread Ionut Alexa
Fixed codin style errors and warnings. Changes printk with print_debug/warn. Changed seq_printf to seq_puts. Signed-off-by: Ionut Alexa --- kernel/module.c | 54 ++ 1 file changed, 26 insertions(+), 28 deletions(-) diff --git a/kernel

[PATCH] kernel:module Fix coding style errors and warnings.

2014-10-16 Thread Ionut Alexa
Fixed codin style errors and warnings. Changes printk with print_debug/warn. Changed seq_printf to seq_puts. Signed-off-by: Ionut Alexa --- kernel/module.c | 53 + 1 file changed, 25 insertions(+), 28 deletions(-) diff --git a/kernel

[PATCH] kernel:module Fix coding style errors and warnings.

2014-10-16 Thread Ionut Alexa
Fixed codin style errors and warnings. Changes printk with print_debug/warn. Changed seq_printf to seq_puts. Signed-off-by: Ionut Alexa ionut.m.al...@gmail.com --- kernel/module.c | 53 + 1 file changed, 25 insertions(+), 28 deletions

[PATCH] kernel:module Fix coding style errors and warnings.

2014-10-16 Thread Ionut Alexa
Fixed codin style errors and warnings. Changes printk with print_debug/warn. Changed seq_printf to seq_puts. Signed-off-by: Ionut Alexa ionut.m.al...@gmail.com --- kernel/module.c | 54 ++ 1 file changed, 26 insertions(+), 28 deletions

[PATCH] kernel:audit Fixed some coding style errors and warnings.

2014-08-12 Thread Ionut Alexa
Fixed coding style errors and warning. Changed 'printk_ratelimit' to pr__ratelimited. Changed 'simple_strtol' to 'kstrtol'. Signed-off-by: Ionut Alexa --- kernel/audit.c | 63 ++-- 1 file changed, 38 insertions(+), 25 deletions(-) diff

[PATCH] kernel:async Fixed coding style issues.

2014-08-12 Thread Ionut Alexa
Fixed coding style errors and warning in kernel/async.c Signed-off-by: Ionut Alexa --- kernel/async.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/async.c b/kernel/async.c index 61f023c..4c3773c 100644 --- a/kernel/async.c +++ b/kernel/async.c @@ -115,7

[PATCH] kernel:async Fixed coding style issues.

2014-08-12 Thread Ionut Alexa
Fixed coding style errors and warning in kernel/async.c Signed-off-by: Ionut Alexa ionut.m.al...@gmail.com --- kernel/async.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/async.c b/kernel/async.c index 61f023c..4c3773c 100644 --- a/kernel/async.c +++ b

[PATCH] kernel:audit Fixed some coding style errors and warnings.

2014-08-12 Thread Ionut Alexa
Fixed coding style errors and warning. Changed 'printk_ratelimit' to pr_level_ratelimited. Changed 'simple_strtol' to 'kstrtol'. Signed-off-by: Ionut Alexa ionut.m.al...@gmail.com --- kernel/audit.c | 63 ++-- 1 file changed, 38 insertions

[PATCH] kernel: signal : fix coding style errors and reduce warnings.

2014-07-18 Thread Ionut Alexa
Fix coding style errors and reduced codign style warnings. Signed-off-by: Ionut Alexa --- kernel/signal.c | 150 --- 1 file changed, 88 insertions(+), 62 deletions(-) diff --git a/kernel/signal.c b/kernel/signal.c index a4077e9..e69daec

[PATCH] kernel: signal : fix coding style errors and reduce warnings.

2014-07-18 Thread Ionut Alexa
Fix coding style errors and reduced codign style warnings. Signed-off-by: Ionut Alexa ionut.m.al...@gmail.com --- kernel/signal.c | 150 --- 1 file changed, 88 insertions(+), 62 deletions(-) diff --git a/kernel/signal.c b/kernel/signal.c

[PATCH] kernel:async :changed printk to pr_debug to respect coding style.

2014-07-14 Thread Ionut Alexa
Fixed coding style issues by replacing printk with pr_debug. Signed-off-by: Ionut Alexa --- kernel/async.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/async.c b/kernel/async.c index 61f023c..c82276c 100644 --- a/kernel/async.c +++ b/kernel/async.c

[PATCH] kernel:async :changed printk to pr_debug to respect coding style.

2014-07-14 Thread Ionut Alexa
Fixed coding style issues by replacing printk with pr_debug. Signed-off-by: Ionut Alexa --- kernel/async.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/async.c b/kernel/async.c index 61f023c..c82276c 100644 --- a/kernel/async.c +++ b/kernel/async.c

[PATCH] kernel:async :changed printk to pr_debug to respect coding style.

2014-07-14 Thread Ionut Alexa
Fixed coding style issues by replacing printk with pr_debug. Signed-off-by: Ionut Alexa ionut.m.al...@gmail.com --- kernel/async.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/async.c b/kernel/async.c index 61f023c..c82276c 100644 --- a/kernel/async.c

[PATCH] kernel:async :changed printk to pr_debug to respect coding style.

2014-07-14 Thread Ionut Alexa
Fixed coding style issues by replacing printk with pr_debug. Signed-off-by: Ionut Alexa ionut.m.al...@gmail.com --- kernel/async.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/async.c b/kernel/async.c index 61f023c..c82276c 100644 --- a/kernel/async.c

[PATCH] :kernel :acct :fix coding style warnings and errors

2014-07-13 Thread Ionut Alexa
Fixed coding style warnings and errors. Signed-off-by: Ionut Alexa --- kernel/acct.c | 30 +- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/kernel/acct.c b/kernel/acct.c index 808a86f..1bfdda0 100644 --- a/kernel/acct.c +++ b/kernel/acct.c

[PATCH] :kernel :acct :fix coding style warnings and errors

2014-07-13 Thread Ionut Alexa
Fixed coding style warnings and errors. Signed-off-by: Ionut Alexa ionut.m.al...@gmail.com --- kernel/acct.c | 30 +- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/kernel/acct.c b/kernel/acct.c index 808a86f..1bfdda0 100644 --- a/kernel/acct.c

[PATCH] kernel:dma : fix coding style errors

2014-07-11 Thread Ionut Alexa
Fixed coding style errors. Signed-off-by: Ionut Alexa --- kernel/dma.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/dma.c b/kernel/dma.c index 6c6262f..ae9ba17 100644 --- a/kernel/dma.c +++ b/kernel/dma.c @@ -66,7 +66,7 @@ static struct dma_chan

[PATCH] kernel:exit :fix coding style warnings and errors.

2014-07-11 Thread Ionut Alexa
Fixed coding style warnings and errors. Signed-off-by: Ionut Alexa --- kernel/exit.c | 49 ++--- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/kernel/exit.c b/kernel/exit.c index e5c4668..20a9c10 100644 --- a/kernel/exit.c +++ b

[PATCH] tools:thermal:tmon :fix coding style issues

2014-07-11 Thread Ionut Alexa
From: Ionut Alexa Fixed coding style issues. Signed-off-by: Ionut Alexa --- tools/thermal/tmon/tmon.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/thermal/tmon/tmon.c b/tools/thermal/tmon/tmon.c index 09b7c32..bffd3d9 100644 --- a/tools/thermal/tmon

[PATCH] kernel:cgroup :fixed coding style issues

2014-07-11 Thread Ionut Alexa
From: Ionut Alexa Fixed coding style issues. Signed-off-by: Ionut Alexa --- kernel/cgroup.c | 36 ++-- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 70776ae..fb6a4fd 100644 --- a/kernel/cgroup.c +++ b

[PATCH] kernel:cgroup :fixed coding style issues

2014-07-11 Thread Ionut Alexa
From: Ionut Alexa johnnyal...@yahoo.com Fixed coding style issues. Signed-off-by: Ionut Alexa johnnyal...@yahoo.com --- kernel/cgroup.c | 36 ++-- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 70776ae

[PATCH] tools:thermal:tmon :fix coding style issues

2014-07-11 Thread Ionut Alexa
From: Ionut Alexa johnnyal...@yahoo.com Fixed coding style issues. Signed-off-by: Ionut Alexa johnnyal...@yahoo.com --- tools/thermal/tmon/tmon.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/thermal/tmon/tmon.c b/tools/thermal/tmon/tmon.c index 09b7c32

[PATCH] kernel:exit :fix coding style warnings and errors.

2014-07-11 Thread Ionut Alexa
Fixed coding style warnings and errors. Signed-off-by: Ionut Alexa ionut.m.al...@gmail.com --- kernel/exit.c | 49 ++--- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/kernel/exit.c b/kernel/exit.c index e5c4668..20a9c10 100644

[PATCH] kernel:dma : fix coding style errors

2014-07-11 Thread Ionut Alexa
Fixed coding style errors. Signed-off-by: Ionut Alexa ionut.m.al...@gmail.com --- kernel/dma.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/dma.c b/kernel/dma.c index 6c6262f..ae9ba17 100644 --- a/kernel/dma.c +++ b/kernel/dma.c @@ -66,7 +66,7 @@ static