From: Greg KH <greg@kroah.com>
To: wendy xiong <wendyx@us.ibm.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.6 kernel] src/linux/drivers/serial: new serial driver
Date: Wed, 15 Dec 2004 16:51:16 -0800 [thread overview]
Message-ID: <20041216005116.GA10319@kroah.com> (raw)
In-Reply-To: <41C089DD.1040208@us.ltcfwd.linux.ibm.com>
On Wed, Dec 15, 2004 at 07:00:45PM +0000, wendy xiong wrote:
> Hi All,
>
> We are submiting a new serial driver for the 2.6 kernel. This device
> driver is for the Digi Neo serial port adapter.
>
> We made some changes based on great comments from linux community. We
> used the Russell's serial_core interface, handled all initilization of
> module correctly and used fs/seq_file.c interface for /proc entry.
>
> I put the driver on our website:
> http://www-124.ibm.com/linux/patches/?patch_id=1672
As per Documentation/SubmittingPatches, patches need to have a
"Signed-off-by:" line in them. And they should be posted inline if
possible. If not possible, care to split it up into smaller pieces?
There seems to be a few places in the patch that have whitespace messed
up (spaces instead of tabs), and you do a number of printk() calls
without a KERN_ level. Also, the coding style for the function comments
is pretty atrocious, care to fix that up to be sane?
And, why not use msleep() instead of rolling your own?
Your Makefile seems a bit odd, why are you doing it that way?
More comments when the patch is posted to the list, to make it easier to
respond to.
thanks,
greg k-h
prev parent reply other threads:[~2004-12-16 1:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-15 19:00 [2.6 kernel] src/linux/drivers/serial: new serial driver wendy xiong
2004-12-16 0:51 ` Greg KH [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=20041216005116.GA10319@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=wendyx@us.ibm.com \
/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