Re: [PATCH v1 1/1] staging: rtl8192e: rename camelcase variable 'ShortData'

2019-11-27 Thread Dan Carpenter
On Wed, Nov 27, 2019 at 10:13:31AM -0800, Travis Davies wrote: > This patch renames camelcase variable 'ShortData' to 'short_data' > Fixes checkpatch message 'CHECK: Avoid CamelCase: > > Signed-off-by: Travis Davies > > --- > drivers/staging/rtl8192e/rtl819x_BA.h | 2 +- > drivers/staging

[PATCH v1 1/1] staging: rtl8192e: rename camelcase variable 'ShortData'

2019-11-27 Thread Travis Davies
This patch renames camelcase variable 'ShortData' to 'short_data' Fixes checkpatch message 'CHECK: Avoid CamelCase: Signed-off-by: Travis Davies --- drivers/staging/rtl8192e/rtl819x_BA.h | 2 +- drivers/staging/rtl8192e/rtl819x_BAProc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletion