[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <7f7b0e38b7f10f187ac4ad6eff8e0c1b47698258.1559470738.git.linux.dkm@gmail.com>
Date: Sun, 2 Jun 2019 15:55:33 +0530
From: Deepak Mishra <linux.dkm@...il.com>
To: linux-kernel@...r.kernel.org
Cc: gregkh@...uxfoundation.org, joe@...ches.com, wlanfae@...ltek.com,
Larry.Finger@...inger.net, florian.c.schilhabel@...glemail.com,
linux.dkm@...il.com, himadri18.07@...il.com,
straube.linux@...il.com
Subject: [PATCH v2 4/9] staging: rtl8712: Fixed CamelCase renames evtThread to evt_thread
This patch fixes CamelCase renames evtThread to evt_thread in struct _adapter as reported by
checkpatch.pl
CHECK: Avoid CamelCase: <evtThread>
Signed-off-by: Deepak Mishra <linux.dkm@...il.com>
---
drivers/staging/rtl8712/drv_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h
index c6faafb13bdf..5360f049088a 100644
--- a/drivers/staging/rtl8712/drv_types.h
+++ b/drivers/staging/rtl8712/drv_types.h
@@ -153,7 +153,7 @@ struct _adapter {
u8 eeprom_address_size;
u8 hw_init_completed;
struct task_struct *cmd_thread;
- pid_t evtThread;
+ pid_t evt_thread;
struct task_struct *xmitThread;
pid_t recvThread;
uint (*dvobj_init)(struct _adapter *adapter);
--
2.19.1
Powered by blists - more mailing lists