All of lore.kernel.org
 help / color / mirror / Atom feed
From: "V. Ananda Krishnan" <mansarov@linux.vnet.ibm.com>
To: linux-serial@vger.kernel.org
Cc: Chris Snook <csnook@redhat.com>,
	linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>
Subject: Re: [PATCH TRIVIAL] icom whitespace cleanups
Date: Wed, 06 Jun 2007 09:16:11 -0500	[thread overview]
Message-ID: <4666C1AB.2070209@linux.vnet.ibm.com> (raw)
In-Reply-To: <18021.55632.359206.105260@cargo.ozlabs.ibm.com>

Paul Mackerras wrote:
> Chris Snook writes:
> 
>> Clean up whitespace and comments in drivers/serial/icom.c
> 
> These changes seem totally unnecessary, as the existing indentation is
> according to a commonly-accepted style and is quite reasonable:
> 
I agree with Paul.

>> @@ -149,23 +149,23 @@ static void free_port_memory(struct icom
>>  	trace(icom_port, "RET_PORT_MEM", 0);
>>  	if (icom_port->recv_buf) {
>>  		pci_free_consistent(dev, 4096, icom_port->recv_buf,
>> -				    icom_port->recv_buf_pci);
>> +			icom_port->recv_buf_pci);
>>  		icom_port->recv_buf = NULL;
>>  	}
>>  	if (icom_port->xmit_buf) {
>>  		pci_free_consistent(dev, 4096, icom_port->xmit_buf,
>> -				    icom_port->xmit_buf_pci);
>> +			icom_port->xmit_buf_pci);
> 
> etc. etc.  The comment changes I agree on but not most of the other
> whitespace changes.
The comment changes are fine with me too.
> 
> Also you don't seem to have cc'd the driver author.
> 
Current contacts for the driver are: Ananda (mansarov@us.ibm.com) and 
Wendy (wenxiong@us.ibm.com)

:- Ananda

> Paul.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 


      parent reply	other threads:[~2007-06-06 14:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-05 21:21 [PATCH TRIVIAL] icom whitespace cleanups Chris Snook
2007-06-05 21:44 ` Paul Mackerras
2007-06-05 23:00   ` Chris Snook
2007-06-06 14:16   ` V. Ananda Krishnan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4666C1AB.2070209@linux.vnet.ibm.com \
    --to=mansarov@linux.vnet.ibm.com \
    --cc=akpm@osdl.org \
    --cc=csnook@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.