[PATCH] Staging: BCM2835-Audio: bcm2835-pcm: single line block statement braces fix

2017-02-17 Thread Daniel Perez de Andres
A single line statement under an if clause doesn't require braces {} Signed-off-by: Daniel Perez de Andres --- drivers/staging/bcm2835-audio/bcm2835-pcm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm2835-audio/bcm2835-pcm.c b/drivers/st

Re: [PATCH] Staging: Speakup: speakup_decpc: fixed a block comment misalignment

2017-02-16 Thread Daniel Perez
16.04). Any idea where to look at? Best regards, Daniel On Thu, Feb 16, 2017 at 10:17:54AM -0800, Greg KH wrote: > On Wed, Feb 15, 2017 at 12:02:43PM +0100, Daniel Perez wrote: > > Fixed a coding style issue (block comments misasligned and code indents > > not done with tabs) &g

[PATCH] Staging: Speakup: speakup_decpc: fixed a block comment misalignment

2017-02-15 Thread Daniel Perez
Fixed a coding style issue (block comments misasligned and code indents not done with tabs) Signed-off-by: Daniel Perez --- drivers/staging/speakup/speakup_decpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/speakup/speakup_decpc.c b/drivers/staging