[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bf2a82e5a5f296ea66bda0cef84acbf78e88ffe3.camel@gmail.com>
Date: Fri, 22 Oct 2021 16:58:02 +0100
From: Karolina Drobnik <karolinadrobnik@...il.com>
To: Praveen Kumar <kpraveen.lkml@...il.com>,
outreachy-kernel@...glegroups.com
Cc: gregkh@...uxfoundation.org, forest@...ttletooquiet.net,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [Outreachy kernel] [PATCH 5/5] staging: vt6655: Rename
`byRFType` variable
Hi Praveen,
Thanks for taking a look at my patch.
On Fri, 2021-10-22 at 19:56 +0530, Praveen Kumar wrote:
> IMO, probably we can sync RFbSelectChannel as well with similar
> notation in another patch.
>
> > bool RFbInit(struct vnt_private *priv);
> > -bool RFvWriteWakeProgSyn(struct vnt_private *priv, unsigned char
> > byRFType, u16 channel);
> > +bool RFvWriteWakeProgSyn(struct vnt_private *priv, unsigned char
> > rf_type, u16 channel);
> > bool RFbSetPower(struct vnt_private *priv, unsigned int rate, u16
> > uCH);
> > bool RFbRawSetPower(struct vnt_private *priv, unsigned char byPwr,
> > unsigned int rate);
That's a good idea. I plan to clean up `RFvWriteWakeProgSyn` completely
first and then I can move on to this one.
Thanks,
Karolina
Powered by blists - more mailing lists