[PATCH] s3c2410_udc: fix custom UDC command handling
Skacore Systems
skacore.systems at gmail.com
Mon Jun 20 11:20:02 EDT 2011
I've been exactly following
http://www.kernel.org/doc/Documentation/SubmittingPatches:
To create a patch for a single file, it is often sufficient to do:
SRCTREE= linux-2.6
MYFILE= drivers/net/mydriver.c
cd $SRCTREE
cp $MYFILE $MYFILE.orig
vi $MYFILE # make your change
cd ..
diff -up $SRCTREE/$MYFILE{.orig,} > /tmp/patch
And that's what I've done. What do you think is wrong with it ???
Vilo
On Mon, Jun 20, 2011 at 5:15 PM, Felipe Balbi <balbi at ti.com> wrote:
> Hi,
>
> On Mon, Jun 20, 2011 at 11:07:51AM -0400, Alan Stern wrote:
>> On Mon, 20 Jun 2011, Viliam Mateicka wrote:
>>
>> > So, will somebody at least react/reply (or just fix) ?
>>
>> Have some patience. You did not address your email message to either
>> of the driver's authors or to the current Gadget maintainer. Also,
>> David Brownell is deceased and Greg KH is on vacation.
>
> besides, the patch formatting is wrong. That was noted before and the
> reply was less than acceptably polite, so unless the patch comes
> Perfect(TM), I'm not looking into it.
>
> --
> balbi
>
More information about the linux-arm-kernel
mailing list