Re: [PATCH] staging: pi433: remove some macros, introduce some inline functions

From: Dan Carpenter
Date: Wed Aug 02 2017 - 07:56:40 EST


On Wed, Aug 02, 2017 at 02:53:30PM +0300, Dan Carpenter wrote:
> > +{
> > + u8 tempVal;
>

Btw, just call this "u8 tmp;". The word "temp" is short for temperature
and "val" doesn't add any information because it's clearly a value.

regards,
dan carpenter