Re: [PATCH v3] staging: rtl8712: rename tmpVal to avg_val
Dan Carpenter <[email protected]>
| Newsgroups | dev.linux.lists.outreachy,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Mar 13, 2024 at 12:43:18PM +0530, Ayush Tiwari wrote: > Rename local variable tmpVal to avg_val in function process_link_qual > to give intuitive meaning to variable and match the common kernel > coding style. > > Signed-off-by: Ayush Tiwari <[email protected]> > > Changes in v3: changed variable name tmpVal to avg_val > Changes in v2: added a period in message It's not an average, it's a percent. regards, dan carpenter