From: Arushi Singhal Date: Sat, 3 Mar 2018 05:32:31 +0000 (+0530) Subject: staging: rtl8712: Fixed 'tabstop' coding style warning X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4cacc002569adfd370172aa4e8139c064d375b68;p=openwrt%2Fstaging%2Fblogic.git staging: rtl8712: Fixed 'tabstop' coding style warning Replace a mix of tabs and spaces indentation by tabs only. Fixed checkpatch warning "Statements should start on a tabstop". Signed-off-by: Arushi Singhal Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h index ae79047ac6dc..ede99e96984f 100644 --- a/drivers/staging/rtl8712/drv_types.h +++ b/drivers/staging/rtl8712/drv_types.h @@ -161,7 +161,7 @@ struct _adapter { u8 EepromAddressSize; u8 hw_init_completed; struct task_struct *cmdThread; - pid_t evtThread; + pid_t evtThread; struct task_struct *xmitThread; pid_t recvThread; uint (*dvobj_init)(struct _adapter *adapter);