[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200803291932.30204.florian.fainelli@telecomint.eu>
Date: Sat, 29 Mar 2008 19:32:28 +0100
From: Florian Fainelli <florian.fainelli@...ecomint.eu>
To: Carsten Jacobi <carsten@...c.rwth-aachen.de>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] lne390 and Jensen Alphas
Hi Carsten,
Le samedi 29 mars 2008, Carsten Jacobi a écrit :
> Now, since I posted the patch twice to the linux-kernel mailing list
> without having any snippet of the code getting into the official
> kernel source I try it with this mailing list for a change.
> The code itself is supposed for the kernel 2.4.x series but should
> apply to 2.6.x as well. Is there something that speaks against
> pushing it up to the git repository?
First of all, network drivers maintainers only accept inline patches that can
be reviewed in the mail, such that they do not have to extract the patch and
read it, but can comment directly in the body of the email. See
http://lxr.linux.no/linux/Documentation/SubmittingPatches (also in the linux
tarball)
Second, your patch does not apply to the the 2.6.25-rc7 tree which is a major
stopper for its merge into the netdev repository :
patching file drivers/net/lne390.c
Hunk #1 succeeded at 95 (offset 1 line).
Hunk #2 succeeded at 243 (offset 21 lines).
Hunk #3 FAILED at 272.
Hunk #4 FAILED at 379.
Hunk #5 FAILED at 421.
Hunk #6 FAILED at 445.
Should be easy to fix.
Finally, your patch looks good, I have noticed that :
1) There are quite some lines which are more than 80 columns long, fix this
and use the checkpatch.pl script to make sure there are not any
2) Why add an "activate" module parameter if this case is only for the Jensen
Alphas series ? Would not it be easier to do this inside an ifdef such that
this does not confuse people who do not have a Jensen Alpha ?
3) Cannot this activation code be done in the Alpha Jensen architecture code ?
(Just an idea)
You are very close to getting this merged !
--
Cordialement, Florian Fainelli
------------------------------
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists