Re: [PATCH 01/11] tty: serial: add missing braces

2014-04-23 Thread Felipe Balbi
On Tue, Apr 22, 2014 at 05:28:43PM -0700, Greg KH wrote: On Tue, Apr 22, 2014 at 09:22:56AM -0500, Felipe Balbi wrote: Hi, On Thu, Mar 20, 2014 at 02:29:57PM -0500, Felipe Balbi wrote: per CodingStyle we should have those braces, no functional changes. Signed-off-by: Felipe

Re: [PATCH 01/11] tty: serial: add missing braces

2014-04-22 Thread Felipe Balbi
Hi, On Thu, Mar 20, 2014 at 02:29:57PM -0500, Felipe Balbi wrote: per CodingStyle we should have those braces, no functional changes. Signed-off-by: Felipe Balbi ba...@ti.com Greg, do you want me to refresh and resend this series ? -- balbi signature.asc Description: Digital signature

Re: [PATCH 01/11] tty: serial: add missing braces

2014-04-22 Thread Greg KH
On Tue, Apr 22, 2014 at 09:22:56AM -0500, Felipe Balbi wrote: Hi, On Thu, Mar 20, 2014 at 02:29:57PM -0500, Felipe Balbi wrote: per CodingStyle we should have those braces, no functional changes. Signed-off-by: Felipe Balbi ba...@ti.com Greg, do you want me to refresh and resend

[PATCH 01/11] tty: serial: add missing braces

2014-03-20 Thread Felipe Balbi
per CodingStyle we should have those braces, no functional changes. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/tty/serial/omap-serial.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c index