Re: [PATCH 2/2] staging: rtl8192u: Renames variables in setKey function

2020-04-13 Thread Greg KH
On Mon, Apr 13, 2020 at 03:01:29AM +, Camylla Goncalves Cantanheide wrote: > Renames the local variables of the setKey > function, making them explicit. Why do this? > > Signed-off-by: Camylla Goncalves Cantanheide > --- > drivers/staging/rtl8192u/r8192U_core.c | 48 +--

[PATCH 2/2] staging: rtl8192u: Renames variables in setKey function

2020-04-12 Thread Camylla Goncalves Cantanheide
Renames the local variables of the setKey function, making them explicit. Signed-off-by: Camylla Goncalves Cantanheide --- drivers/staging/rtl8192u/r8192U_core.c | 48 +- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_core.