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
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
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:
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
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
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