summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/drv_types.h
diff options
context:
space:
mode:
authorDeepak Mishra <linux.dkm@gmail.com>2019-06-09 18:01:42 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-10 17:57:21 +0200
commitcc96550b698eb1fec29a3d0be1bd572264d6e04d (patch)
tree767a3bf573e38d9d854d8ee1cd8570bf54b98267 /drivers/staging/rtl8712/drv_types.h
parent43dfe7df06a9175a704af11bd848769432824665 (diff)
downloadlinux-cc96550b698eb1fec29a3d0be1bd572264d6e04d.tar.bz2
staging: rtl8712: Fixed CamelCase cmdThread rename to cmd_thread
This patch renames CamelCase cmdThread to cmd_thread in struct _adapter in drv_types.h and in os_intfs.c This was reported by checkpatch.pl Signed-off-by: Deepak Mishra <linux.dkm@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/drv_types.h')
-rw-r--r--drivers/staging/rtl8712/drv_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h
index 9fbd19f03ca9..0c722e9c2410 100644
--- a/drivers/staging/rtl8712/drv_types.h
+++ b/drivers/staging/rtl8712/drv_types.h
@@ -151,7 +151,7 @@ struct _adapter {
u32 IsrContent;
u8 eeprom_address_size;
u8 hw_init_completed;
- struct task_struct *cmdThread;
+ struct task_struct *cmd_thread;
pid_t evtThread;
struct task_struct *xmitThread;
pid_t recvThread;