Re: [PATCH v8 10/19] staging: r8188eu: rename symbols in rtw_read*() and rtw_write*()
From: Greg Kroah-Hartman
Date: Mon Sep 20 2021 - 07:50:10 EST
On Mon, Sep 20, 2021 at 01:53:47AM +0200, Fabio M. De Francesco wrote:
> Rename names of variables in rtw_read{8.16.32}() and in
> rtw_write{8,16,32,N}() because of unnecessary 'p' (that probably stand
> for "pointer to") and 'w' (that probably stands for "word"):
>
> pio_priv => io_priv;
> pintfhdl => intfhdl;
> wvalue => value.
All spaces, nice :)
Anyway, same 'intfhdl' issue here.
thanks,
greg k-h