[PATCH 2/2] Staging: speakup: ERROR: Fix macro parenthesis.

2014-06-08 Thread Choi Gi-yong
Signed-off-by: Choi Gi-yong --- drivers/staging/speakup/speakup_acntpc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/staging/speakup/speakup_acntpc.c b/drivers/staging/speakup/speakup_acntpc.c index 31f952b..f70b698 100644 --- a/drivers/staging/speakup

[PATCH 2/2] Staging: speakup: ERROR: Fix macro parenthesis.

2014-06-08 Thread Choi Gi-yong
Signed-off-by: Choi Gi-yong y...@gnoy.org --- drivers/staging/speakup/speakup_acntpc.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/staging/speakup/speakup_acntpc.c b/drivers/staging/speakup/speakup_acntpc.c index 31f952b..f70b698 100644 --- a/drivers/staging

[PATCH 2/2] mm: Changed pr_warning() to pr_warn()

2014-03-09 Thread Choi Gi-yong
Signed-off-by: Choi Gi-yong --- mm/percpu.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/mm/percpu.c b/mm/percpu.c index ff6cce2..061f312 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@ -812,8 +812,8 @@ fail_unlock: fail_unlock_mutex: mutex_unlock

[PATCH 2/2] mm: Changed pr_warning() to pr_warn()

2014-03-09 Thread Choi Gi-yong
Signed-off-by: Choi Gi-yong y...@gnoy.org --- mm/percpu.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/mm/percpu.c b/mm/percpu.c index ff6cce2..061f312 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@ -812,8 +812,8 @@ fail_unlock: fail_unlock_mutex

[PATCH 2/2] mm: Changed pr_warning() to pr_warn()

2014-03-07 Thread Choi Gi-yong
Signed-off-by: Choi Gi-yong --- mm/percpu.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mm/percpu.c b/mm/percpu.c index 6528ffa..dca284f 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@ -813,7 +813,7 @@ fail_unlock: fail_unlock_mutex: mutex_unlock

[PATCH] mm: Fix Coding style

2014-03-07 Thread Choi Gi-yong
Signed-off-by: Choi Gi-yong --- mm/percpu.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mm/percpu.c b/mm/percpu.c index 036cfe0..6528ffa 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@ -72,7 +72,7 @@ #include #include #include -#include +#include

[PATCH] mm: Fix Coding style

2014-03-07 Thread Choi Gi-yong
Signed-off-by: Choi Gi-yong y...@gnoy.org --- mm/percpu.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mm/percpu.c b/mm/percpu.c index 036cfe0..6528ffa 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@ -72,7 +72,7 @@ #include asm/cacheflush.h #include asm

[PATCH 2/2] mm: Changed pr_warning() to pr_warn()

2014-03-07 Thread Choi Gi-yong
Signed-off-by: Choi Gi-yong y...@gnoy.org --- mm/percpu.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mm/percpu.c b/mm/percpu.c index 6528ffa..dca284f 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@ -813,7 +813,7 @@ fail_unlock: fail_unlock_mutex

[PATCH] mm: Fix 'ERROR: do not initialise globals to 0 or NULL' and coding style

2014-03-06 Thread Choi Gi-yong
Signed-off-by: Choi Gi-yong --- mm/nommu.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/mm/nommu.c b/mm/nommu.c index 8740213..78970d2 100644 --- a/mm/nommu.c +++ b/mm/nommu.c @@ -296,7 +296,7 @@ long vwrite(char *buf, char *addr, unsigned long count

[PATCH] mm: fixed coding style Fix coding style of hugetlb.c Singed-off-by: Choi Gi-yong

2014-03-06 Thread Choi Gi-yong
--- mm/hugetlb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 2252cac..fe894f7 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c @@ -2896,8 +2896,7 @@ retry: if (anon_rmap) { ClearPagePrivate(page);

[PATCH] mm: fixed coding style Fix coding style of hugetlb.c Singed-off-by: Choi Gi-yong y...@gnoy.org

2014-03-06 Thread Choi Gi-yong
--- mm/hugetlb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 2252cac..fe894f7 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c @@ -2896,8 +2896,7 @@ retry: if (anon_rmap) { ClearPagePrivate(page);

[PATCH] mm: Fix 'ERROR: do not initialise globals to 0 or NULL' and coding style

2014-03-06 Thread Choi Gi-yong
Signed-off-by: Choi Gi-yong y...@gnoy.org --- mm/nommu.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/mm/nommu.c b/mm/nommu.c index 8740213..78970d2 100644 --- a/mm/nommu.c +++ b/mm/nommu.c @@ -296,7 +296,7 @@ long vwrite(char *buf, char *addr, unsigned