From: Sam Ravnborg <sam@ravnborg.org>
To: Baodong Chen <chenbdchenbd@gmail.com>
Cc: gregkh@linuxfoundation.org, jslaby@suse.cz, davem@davemloft.net,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging:net:fixed to fit tty_driver's kref field
Date: Sun, 29 Jul 2012 21:39:48 +0200 [thread overview]
Message-ID: <20120729193948.GA26497@merkur.ravnborg.org> (raw)
In-Reply-To: <1343570792-10604-1-git-send-email-chenbdchenbd@gmail.com>
On Sun, Jul 29, 2012 at 10:06:32PM +0800, Baodong Chen wrote:
> Fixed code to fix tty_driver's kref field
> Coding style issues
>
> Signed-off-by: Baodong Chen <chenbdchenbd@gmail.com>
Hi Baodong.
As already pointed out by Jiri please split this
up in several patches.
[PATCH 1/x] staging:net:pc300: fix white space usage
[PATCH 2/x] staging:net:pc300: add proper kref support
[PATCH 3/x] staging:net:pc300: use pr_dev
[PATCH 4/x] staging:net:pc300: drop use of CPC_TTY_LOCK/CPC_TTY_UNLOCK macros
etc...
The latter two is not impleted yet but proposals for further cleanups.
Sam
> ---
> drivers/staging/net/pc300_tty.c | 123 ++++++++++++++++++++------------------
> 1 files changed, 65 insertions(+), 58 deletions(-)
>
> diff --git a/drivers/staging/net/pc300_tty.c b/drivers/staging/net/pc300_tty.c
> index 4709f42..8a7277c 100644
> --- a/drivers/staging/net/pc300_tty.c
> +++ b/drivers/staging/net/pc300_tty.c
>
> - cpc_tty = (st_cpc_tty_area *) tty->driver_data;
> + cpc_tty = (st_cpc_tty_area *) tty->driver_data;
^drop space
next prev parent reply other threads:[~2012-07-29 19:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-29 14:06 [PATCH] staging:net:fixed to fit tty_driver's kref field Baodong Chen
2012-07-29 19:39 ` Sam Ravnborg [this message]
2012-07-31 12:54 ` Baodong Chen
-- strict thread matches above, loose matches on Subject: below --
2012-07-29 8:40 Baodong Chen
2012-07-29 11:16 ` Jiri Slaby
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=20120729193948.GA26497@merkur.ravnborg.org \
--to=sam@ravnborg.org \
--cc=chenbdchenbd@gmail.com \
--cc=davem@davemloft.net \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@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 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).