linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 29/29] Drivers: tty: serial: jsm: jsm_tty: fixed a brace coding style issue
@ 2011-11-18  6:03 Zac Storer
  2011-11-18 14:30 ` Breno Leitao
  0 siblings, 1 reply; 6+ messages in thread
From: Zac Storer @ 2011-11-18  6:03 UTC (permalink / raw)
  To: leitao; +Cc: linux-serial, linux-kernel, Zac Storer

Fixed a brace coding style issue.

Signed-off-by: Zac Storer <zac.3.14159@gmail.com>
---
 drivers/tty/serial/jsm/jsm_tty.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/tty/serial/jsm/jsm_tty.c b/drivers/tty/serial/jsm/jsm_tty.c
index 434bd88..49fded1 100644
--- a/drivers/tty/serial/jsm/jsm_tty.c
+++ b/drivers/tty/serial/jsm/jsm_tty.c
@@ -473,7 +473,7 @@ int jsm_uart_port_init(struct jsm_board *brd)
 			set_bit(line, linemap);
 		brd->channels[i]->uart_port.line = line;
 		rc = uart_add_one_port (&jsm_uart_driver, &brd->channels[i]->uart_port);
-		if (rc){
+		if (rc) {
 			printk(KERN_INFO "jsm: Port %d failed. Aborting...\n", i);
 			return rc;
 		}
-- 
1.7.7.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 29/29] Drivers: tty: serial: jsm: jsm_tty: fixed a brace coding style issue
  2011-11-18  6:03 [PATCH 29/29] Drivers: tty: serial: jsm: jsm_tty: fixed a brace coding style issue Zac Storer
@ 2011-11-18 14:30 ` Breno Leitao
  2012-01-06 18:26   ` Lucas Kannebley Tavares
  0 siblings, 1 reply; 6+ messages in thread
From: Breno Leitao @ 2011-11-18 14:30 UTC (permalink / raw)
  To: Zac Storer; +Cc: leitao, linux-serial, linux-kernel, Lucas Kannebley Tavares

On 11/18/2011 03:03 AM, Zac Storer wrote:
> Fixed a brace coding style issue.
> 
> Signed-off-by: Zac Storer <zac.3.14159@gmail.com>
Acked-by: Breno Leitao <brenohl@br.ibm.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 29/29] Drivers: tty: serial: jsm: jsm_tty: fixed a brace coding style issue
  2011-11-18 14:30 ` Breno Leitao
@ 2012-01-06 18:26   ` Lucas Kannebley Tavares
  2012-01-06 19:46     ` Lucas Kannebley Tavares
  0 siblings, 1 reply; 6+ messages in thread
From: Lucas Kannebley Tavares @ 2012-01-06 18:26 UTC (permalink / raw)
  To: Breno Leitao; +Cc: Zac Storer, leitao, linux-serial, linux-kernel

On 11/18/2011 12:30 PM, Breno Leitao wrote:
> On 11/18/2011 03:03 AM, Zac Storer wrote:
>> Fixed a brace coding style issue.
>>
>> Signed-off-by: Zac Storer<zac.3.14159@gmail.com>
> Acked-by: Breno Leitao<brenohl@br.ibm.com>
Acked-by: Lucas Kannebley Tavares<lucaskt@linux.vnet.ibm.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 29/29] Drivers: tty: serial: jsm: jsm_tty: fixed a brace coding style issue
  2012-01-06 18:26   ` Lucas Kannebley Tavares
@ 2012-01-06 19:46     ` Lucas Kannebley Tavares
  2012-01-06 19:53       ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Lucas Kannebley Tavares @ 2012-01-06 19:46 UTC (permalink / raw)
  To: Breno Leitao
  Cc: Zac Storer, leitao, linux-serial, linux-kernel, Greg KH, Alan Cox

On 01/06/2012 04:26 PM, Lucas Kannebley Tavares wrote:
> On 11/18/2011 12:30 PM, Breno Leitao wrote:
>> On 11/18/2011 03:03 AM, Zac Storer wrote:
>>> Fixed a brace coding style issue.
>>>
>>> Signed-off-by: Zac Storer<zac.3.14159@gmail.com>
>> Acked-by: Breno Leitao<brenohl@br.ibm.com>
> Acked-by: Lucas Kannebley Tavares<lucaskt@linux.vnet.ibm.com>
>

Adding Alan and Greg so they can catch this up on their trees.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 29/29] Drivers: tty: serial: jsm: jsm_tty: fixed a brace coding style issue
  2012-01-06 19:46     ` Lucas Kannebley Tavares
@ 2012-01-06 19:53       ` Greg KH
  2012-01-06 20:08         ` Lucas Kannebley Tavares
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2012-01-06 19:53 UTC (permalink / raw)
  To: Lucas Kannebley Tavares
  Cc: Breno Leitao, Zac Storer, leitao, linux-serial, linux-kernel,
	Alan Cox

On Fri, Jan 06, 2012 at 05:46:17PM -0200, Lucas Kannebley Tavares wrote:
> On 01/06/2012 04:26 PM, Lucas Kannebley Tavares wrote:
> >On 11/18/2011 12:30 PM, Breno Leitao wrote:
> >>On 11/18/2011 03:03 AM, Zac Storer wrote:
> >>>Fixed a brace coding style issue.
> >>>
> >>>Signed-off-by: Zac Storer<zac.3.14159@gmail.com>
> >>Acked-by: Breno Leitao<brenohl@br.ibm.com>
> >Acked-by: Lucas Kannebley Tavares<lucaskt@linux.vnet.ibm.com>
> >
> 
> Adding Alan and Greg so they can catch this up on their trees.

Catch what up with what?

What patch is this?  Where is it?  Why wasn't it sent to me in the first
place?

Also note, the merge window for new patches to be sent to subsystem
maintainers has been over for a week or so now, all of of the
maintainers are now busy merging stuff with Linus, so trivial stuff like
this is going to have to wait a few weeks at the earliest before it can
start to be queued up.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 29/29] Drivers: tty: serial: jsm: jsm_tty: fixed a brace coding style issue
  2012-01-06 19:53       ` Greg KH
@ 2012-01-06 20:08         ` Lucas Kannebley Tavares
  0 siblings, 0 replies; 6+ messages in thread
From: Lucas Kannebley Tavares @ 2012-01-06 20:08 UTC (permalink / raw)
  To: Greg KH
  Cc: Breno Leitao, Zac Storer, leitao, linux-serial, linux-kernel,
	Alan Cox

On 01/06/2012 05:53 PM, Greg KH wrote:
> On Fri, Jan 06, 2012 at 05:46:17PM -0200, Lucas Kannebley Tavares wrote:
>> On 01/06/2012 04:26 PM, Lucas Kannebley Tavares wrote:
>>> On 11/18/2011 12:30 PM, Breno Leitao wrote:
>>>> On 11/18/2011 03:03 AM, Zac Storer wrote:
>>>>> Fixed a brace coding style issue.
>>>>>
>>>>> Signed-off-by: Zac Storer<zac.3.14159@gmail.com>
>>>> Acked-by: Breno Leitao<brenohl@br.ibm.com>
>>> Acked-by: Lucas Kannebley Tavares<lucaskt@linux.vnet.ibm.com>
>>>
>>
>> Adding Alan and Greg so they can catch this up on their trees.
>
> Catch what up with what?
>
> What patch is this?  Where is it?  Why wasn't it sent to me in the first
> place?
>
> Also note, the merge window for new patches to be sent to subsystem
> maintainers has been over for a week or so now, all of of the
> maintainers are now busy merging stuff with Linus, so trivial stuff like
> this is going to have to wait a few weeks at the earliest before it can
> start to be queued up.
>
> thanks,
>
> greg k-h
>

I said catch up because I didn't see it on any trees I looked and 
figured it had been passed over.
As for not sending it to you earlier, I and Breno had only replied to 
Zac's original CC list, and I only noticed you were missing now. But, as 
you've said it, it's a trivial patch, without great consequences 
(although good to have). No rush in it.

Thanks

Lucas


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-06 20:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-18  6:03 [PATCH 29/29] Drivers: tty: serial: jsm: jsm_tty: fixed a brace coding style issue Zac Storer
2011-11-18 14:30 ` Breno Leitao
2012-01-06 18:26   ` Lucas Kannebley Tavares
2012-01-06 19:46     ` Lucas Kannebley Tavares
2012-01-06 19:53       ` Greg KH
2012-01-06 20:08         ` Lucas Kannebley Tavares

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).