Re: [PATCH 5/6] beeceem: Fix newline issues at opening braces of conditional statements in InterfaceRx.c

2014-01-08 Thread Greg KH
On Wed, Jan 08, 2014 at 11:15:09PM +0100, Matthias Oefelein wrote: > In InterfaceRx.c, opening braces of (if-)conditionals are mostly dislocated, > meaning they are found behind an extra line break after the conditional > statement. > This patch moves the opening braces accordingly as specified

[PATCH 5/6] beeceem: Fix newline issues at opening braces of conditional statements in InterfaceRx.c

2014-01-08 Thread Matthias Oefelein
In InterfaceRx.c, opening braces of (if-)conditionals are mostly dislocated, meaning they are found behind an extra line break after the conditional statement. This patch moves the opening braces accordingly as specified by the official conding style guidelines. Signed-off-by: Matthias

[PATCH 5/6] beeceem: Fix newline issues at opening braces of conditional statements in InterfaceRx.c

2014-01-08 Thread Matthias Oefelein
In InterfaceRx.c, opening braces of (if-)conditionals are mostly dislocated, meaning they are found behind an extra line break after the conditional statement. This patch moves the opening braces accordingly as specified by the official conding style guidelines. Signed-off-by: Matthias

Re: [PATCH 5/6] beeceem: Fix newline issues at opening braces of conditional statements in InterfaceRx.c

2014-01-08 Thread Greg KH
On Wed, Jan 08, 2014 at 11:15:09PM +0100, Matthias Oefelein wrote: In InterfaceRx.c, opening braces of (if-)conditionals are mostly dislocated, meaning they are found behind an extra line break after the conditional statement. This patch moves the opening braces accordingly as specified by