mirror of https://gitee.com/openkylin/linux.git
staging: rtl8723bs: hal: Remove extra blank line
Remove multiple blank lines to conform Linux kernel coding style. Reported by checkpatch in file Hal8723BReg.h Signed-off-by: Beatriz Martins de Carvalho <martinsdecarvalhobeatriz@gmail.com> Link: https://lore.kernel.org/r/7f48b48d92b54c1f5db29f0d23c8c1c666236c43.1618243073.git.martinsdecarvalhobeatriz@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ac23a3cbcd
commit
8b7d276ea8
|
@ -19,8 +19,6 @@
|
|||
#ifndef __INC_HAL8723BREG_H
|
||||
#define __INC_HAL8723BREG_H
|
||||
|
||||
|
||||
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
|
@ -142,7 +140,6 @@
|
|||
#define REG_RQPN_NPQ_8723B 0x0214
|
||||
#define REG_DWBCN1_CTRL_8723B 0x0228
|
||||
|
||||
|
||||
/* */
|
||||
/* */
|
||||
/* 0x0280h ~ 0x02FFh RXDMA Configuration */
|
||||
|
@ -158,7 +155,6 @@
|
|||
#define REG_RSVD5_8723B 0x02F0
|
||||
#define REG_RSVD6_8723B 0x02F4
|
||||
|
||||
|
||||
/* */
|
||||
/* */
|
||||
/* 0x0300h ~ 0x03FFh PCIe */
|
||||
|
@ -355,7 +351,6 @@
|
|||
#define REG_BFMEE_SEL_8723B 0x0714
|
||||
#define REG_SND_PTCL_CTRL_8723B 0x0718
|
||||
|
||||
|
||||
/* Redifine 8192C register definition for compatibility */
|
||||
|
||||
/* TODO: use these definition when using REG_xxx naming rule. */
|
||||
|
|
Loading…
Reference in New Issue