[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210818044105.23128-1-ozzloy@challenge-bot.com>
Date: Tue, 17 Aug 2021 21:41:05 -0700
From: daniel watson <ozzloy@...llenge-bot.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Cc: Daniel Watson <ozzloy@...llenge-bot.com>
Subject: [PATCH] staging: rtl8723bs: put '{' on struct's first line
From: Daniel Watson <ozzloy@...llenge-bot.com>
Moved the opening curly brace to the end of the opening
line of the phy_stat struct for style consistency.
Signed-off-by: Daniel Watson <ozzloy@...llenge-bot.com>
---
drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8723bs/include/rtl8192c_recv.h b/drivers/staging/rtl8723bs/include/rtl8192c_recv.h
index c77d172de7d08..9664758e21bef 100644
--- a/drivers/staging/rtl8723bs/include/rtl8192c_recv.h
+++ b/drivers/staging/rtl8723bs/include/rtl8192c_recv.h
@@ -13,8 +13,7 @@
#define MAX_RECVBUF_SZ (10240)
-struct phy_stat
-{
+struct phy_stat {
unsigned int phydw0;
unsigned int phydw1;
--
2.30.2
Powered by blists - more mailing lists