Re: query regarding emxx_udc

2017-02-07 Thread Greg KH
On Wed, Feb 08, 2017 at 12:46:58PM +0530, Deeksha varshney wrote: > In the file file drivers/staging /emxx_udc/emxx_udc.c every EPn_ type variable > should be modified in seperate patches ? > like EPn_BUF_TYPE should be modified asĀ  EPN_BUF_TYPE in one patch > and EPn_MPKT as EPN_MPKT in another pa

query regarding emxx_udc

2017-02-07 Thread Deeksha varshney
In the file file drivers/staging /emxx_udc/emxx_udc.c every EPn_ type variable should be modified in seperate patches ? like EPn_BUF_TYPE should be modified as EPN_BUF_TYPE in one patch and EPn_MPKT as EPN_MPKT in another patch.? ___ Kernelnewbies mailin

Re: Query regarding emxx_udc

2017-02-03 Thread Deeksha varshney
So sir every Epn_ type variable should also be modified in seperate patches i.e each patch containing unique Epn_ type variables. On 3 Feb 2017 17:30, "Greg KH" wrote: On Fri, Feb 03, 2017 at 11:17:55AM +, Amit Kumar wrote: > On Fri, Feb 03, 2017 at 01:34:11PM +0530, Deeksha varshney wrote:

Re: Query regarding emxx_udc

2017-02-03 Thread Greg KH
On Fri, Feb 03, 2017 at 11:17:55AM +, Amit Kumar wrote: > On Fri, Feb 03, 2017 at 01:34:11PM +0530, Deeksha varshney wrote: > > In the checkpatch.pl for the file drivers/staging /emxx_udc/emxx_udc.c > > there are checks for Camel case naming . How should I send patches for > > them? I mean ther

Re: Query regarding emxx_udc

2017-02-03 Thread Amit Kumar
On Fri, Feb 03, 2017 at 01:34:11PM +0530, Deeksha varshney wrote: > In the checkpatch.pl for the file drivers/staging /emxx_udc/emxx_udc.c > there are checks for Camel case naming . How should I send patches for > them? I mean there are Epn_ type variables should I correct them all in one > patch t

Query regarding emxx_udc

2017-02-03 Thread Deeksha varshney
In the checkpatch.pl for the file drivers/staging /emxx_udc/emxx_udc.c there are checks for Camel case naming . How should I send patches for them? I mean there are Epn_ type variables should I correct them all in one patch then there is iWriteLength variables ,correct them in another patch then th