From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6669776681791651840 Date: Mon, 18 Mar 2019 11:16:22 -0700 (PDT) From: Vatsala Narang To: outreachy-kernel Message-Id: In-Reply-To: <20190318165938.2503-1-vatsalanarang@gmail.com> References: <20190318165938.2503-1-vatsalanarang@gmail.com> Subject: Re: [PATCH 2/2] Eliminate camel case MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1722_1656195870.1552932982686" X-Google-Token: EPbAv-QFWSZ8v56domg0 X-Google-IP: 103.87.56.146 ------=_Part_1722_1656195870.1552932982686 Content-Type: multipart/alternative; boundary="----=_Part_1723_1407278804.1552932982686" ------=_Part_1723_1407278804.1552932982686 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Patch 1/2 is under the heading:Edit CamelCase function names to make code more readable; as the heading earlier was too long so I made it concise > - sw_panel_power_sequence > - ((output & PNL_SEQ_MASK) >> PNL_SEQ_OFFSET, 4); > + sw_panel_power_sequence((output & PNL_SEQ_MASK) >> > PNL_SEQ_OFFSET, > + 4); > > I corrected its camelcase in earlier patch,if the patchset should have similar title, I will combine both and resend it. thanks, Vatsala ------=_Part_1723_1407278804.1552932982686 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Patch 1/2 is under the heading:Edit CamelCase function nam= es to make code more readable; as the heading earlier was too long so I mad= e it concise
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0sw_panel_power_sequence
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0((output & PNL_SEQ_MASK) >> PNL_SEQ_OF= FSET, 4);
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0sw_panel_power_sequence((output & PNL_S= EQ_MASK) >> PNL_SEQ_OFFSET,
+=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A04);
=C2=A0
I corrected its camelcase in earlier patch,= if the patchset should have similar title, I will combine both and resend i= t.
thanks,
Vatsala
=C2=A0
------=_Part_1723_1407278804.1552932982686-- ------=_Part_1722_1656195870.1552932982686--