Re: [PATCH 0/5] 2.4.27-pre3 pcnet32.c

From: Jeff Garzik
Date: Fri May 21 2004 - 16:12:02 EST


Don Fry wrote:
Please apply the following patches to 2.4.27-pre3. The first four are simple
"one line" fixes. The last removes the timer I added a little while ago,
as it added complexity without improving performance.

[PATCH 1/5] 2.4.27-pre3 pcnet32 add static to two routines.
[PATCH 2/5] 2.4.27-pre3 pcnet32 avoid hard hang with some chip variants.
[PATCH 3/5] 2.4.27-pre3 pcnet32 correct 79C976 variant string.
[PATCH 4/5] 2.4.27-pre3 pcnet32 fix boundary comparison bug.
[PATCH 5/5] 2.4.27-pre3 pcnet32 remove timer and complexity.


It would help me a lot if you changed your email subject line in two minor ways:

1) Include the kernel version _inside_ the brackets,

[PATCH 1/5 2.4.27-pre3]

2) Just to make it look a tad nicer and more consistent with other changelog entries, add a colon after the driver name:

[PATCH 1/5 2.6.6] pcnet32: mark two routines static

This allows me to pass your submission fully automated through scripts. The resultant one-line description of your patch becomes

[PATCH] pcnet32: mark two routines static

when my scripts merge your patch into the BK repository.

BTW, you don't need to resend your 2.4 and 2.6 pcnet32 patches, this is just for future reference.

Jeff


P.S. Somebody should put this into Documentation/SubmittingPatches...

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