[Outreachy kernel] [PATCH 2/2] staging: rtl8723bs: hal: Remove multiple blank lines

From: Fabio M. De Francesco
Date: Mon Apr 12 2021 - 13:59:21 EST


Removed unnecessary multiple blank lines. Issue detected by
checkpatch.pl.

Signed-off-by: Fabio M. De Francesco <fmdefrancesco@xxxxxxxxx>
---
drivers/staging/rtl8723bs/hal/Hal8723BReg.h | 7 -------
1 file changed, 7 deletions(-)

diff --git a/drivers/staging/rtl8723bs/hal/Hal8723BReg.h b/drivers/staging/rtl8723bs/hal/Hal8723BReg.h
index 1ff2043fb2e2..4a91913e20bf 100644
--- a/drivers/staging/rtl8723bs/hal/Hal8723BReg.h
+++ b/drivers/staging/rtl8723bs/hal/Hal8723BReg.h
@@ -19,12 +19,9 @@
#ifndef __INC_HAL8723BREG_H
#define __INC_HAL8723BREG_H

-
-
/* */
/* */
/* */
-
/* */
/* */
/* 0x0000h ~ 0x00FFh System Configuration */
@@ -142,7 +139,6 @@
#define REG_RQPN_NPQ_8723B 0x0214
#define REG_DWBCN1_CTRL_8723B 0x0228

-
/* */
/* */
/* 0x0280h ~ 0x02FFh RXDMA Configuration */
@@ -158,7 +154,6 @@
#define REG_RSVD5_8723B 0x02F0
#define REG_RSVD6_8723B 0x02F4

-
/* */
/* */
/* 0x0300h ~ 0x03FFh PCIe */
@@ -355,7 +350,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. */
@@ -365,7 +359,6 @@
#define MSR_8723B (REG_CR_8723B + 2) /* Media Status register */
#define ISR_8723B REG_HISR0_8723B
#define TSFR_8723B REG_TSFTR_8723B /* Timing Sync Function Timer Register. */
-
#define PBP_8723B REG_PBP_8723B

/* Redifine MACID register, to compatible prior ICs. */
--
2.31.1