Re: [PATCH] staging: rtl8192e: fix typo in a function name

2021-02-15 Thread William Durand
> On Sat, Feb 13, 2021 at 09:20:14AM +, William Durand wrote: > > Other function names use the verb 'query' so this function should > > probably use it too and that's what this patch is about. I didn't > > find any other occurrence and the code compiles. > > > > It's really just assumed that

Re: [PATCH] staging: rtl8192e: fix typo in a function name

2021-02-15 Thread Dan Carpenter
On Sat, Feb 13, 2021 at 09:20:14AM +, William Durand wrote: > Other function names use the verb 'query' so this function should > probably use it too and that's what this patch is about. I didn't > find any other occurrence and the code compiles. > It's really just assumed that the code

[PATCH] staging: rtl8192e: fix typo in a function name

2021-02-14 Thread William Durand
Other function names use the verb 'query' so this function should probably use it too and that's what this patch is about. I didn't find any other occurrence and the code compiles. Signed-off-by: William Durand --- drivers/staging/rtl8192e/rtllib_tx.c | 4 ++-- 1 file changed, 2 insertions(+),