[PATCH] staging: lustre: cleanup align switch and case

2014-12-23 Thread samuel kihahu
Align switch and case to be at the same indent. Signed-off-by: Samuel Kihahu --- drivers/staging/lustre/lnet/selftest/module.c | 50 +-- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/drivers/staging/lustre/lnet/selftest/module.c b/drivers/staging

[PATCH] staging: lustre: cleanup align switch and case

2014-12-22 Thread samuel kihahu
From: samuel kihahu Align switch and case to be at the same indent. Signed-off-by: samuel kihahu --- drivers/staging/lustre/lnet/selftest/module.c | 50 +-- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/drivers/staging/lustre/lnet/selftest/module.c b

Re: [PATCH] staging: lustre: cleanup align switch and case

2014-12-22 Thread samuel kihahu
On Mon, Dec 22, 2014 at 01:18:01PM -0800, Greg KH wrote: > On Mon, Dec 22, 2014 at 11:48:57PM +0300, samuel kihahu wrote: > > From: skihahu > > > > Align switch and case to be at the same indent. > > > > Signed-off-by: samuel kihahu > > The "F

[PATCH] staging: lustre: cleanup align switch and case

2014-12-22 Thread samuel kihahu
From: skihahu Align switch and case to be at the same indent. Signed-off-by: samuel kihahu --- drivers/staging/lustre/lnet/selftest/module.c | 50 +-- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/drivers/staging/lustre/lnet/selftest/module.c b

Re: [PATCH] staging: speakup: replace simple_strtoul with kstrtoul

2014-12-18 Thread samuel kihahu
On Wed, Dec 17, 2014 at 05:03:22PM +0300, Dan Carpenter wrote: > On Wed, Dec 17, 2014 at 04:43:54PM +0300, samuel kihahu wrote: > > On Wed, Dec 17, 2014 at 03:11:19PM +0300, Dan Carpenter wrote: > > > On Wed, Dec 17, 2014 at 02:56:02PM +0300, samuel kihahu wrote: > >

Re: [PATCH] staging: speakup: replace simple_strtoul with kstrtoul

2014-12-17 Thread samuel kihahu
On Wed, Dec 17, 2014 at 03:11:19PM +0300, Dan Carpenter wrote: > On Wed, Dec 17, 2014 at 02:56:02PM +0300, samuel kihahu wrote: > > Replacing obsolete simple_strtoul with kstrtoul. > > > > Nope. That's wrong. Learn how the functions are different beyond just &g

[PATCH] staging: speakup: replace simple_strtoul with kstrtoul

2014-12-17 Thread samuel kihahu
Replacing obsolete simple_strtoul with kstrtoul. Signed-off-by: samuel kihahu --- drivers/staging/speakup/varhandlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/varhandlers.c b/drivers/staging/speakup/varhandlers.c index d758284..b526c8e