Re: [PATCH] staging: speakup: (coding sytle) remove unnecessary space after a cast

2015-11-19 Thread kbuild test robot
Hi Christian, [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.4-rc1 next-20151119] url: https://github.com/0day-ci/linux/commits/Christian-Colic/staging-speakup-coding-sytle-remove-unnecessary-space-after-a-cast/20151120-012835 config:

[PATCH] staging: speakup: (coding sytle) remove unnecessary space after a cast

2015-11-19 Thread Christian Colic
Fix checkpatch check. Remove an unnecessary space after a cast. Signed-off-by: Christian Colic --- drivers/staging/speakup/devsynth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/speakup/devsynth.c

Re: [PATCH] staging: speakup: (coding sytle) remove unnecessary space after a cast

2015-11-19 Thread Dan Carpenter
On Thu, Nov 19, 2015 at 01:20:09PM +0100, Christian Colic wrote: > Fix checkpatch check. > Remove an unnecessary space after a cast. > > Signed-off-by: Christian Colic > --- > drivers/staging/speakup/devsynth.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >