From: "Dominik Karol Piątkowski" <dominik.karol.piatkowski@protonmail.com>
To: gregkh@linuxfoundation.org, tdavies@darkphysics.net,
philipp.g.hortmann@gmail.com, dan.carpenter@linaro.org
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
"Dominik Karol Piątkowski"
<dominik.karol.piatkowski@protonmail.com>
Subject: [PATCH v2 1/6] staging: rtl8192e: r8190P_rtl8256.c: Fix alignment to open parentheses
Date: Fri, 20 Sep 2024 19:36:20 +0000 [thread overview]
Message-ID: <20240920193356.32156-2-dominik.karol.piatkowski@protonmail.com> (raw)
In-Reply-To: <20240920193356.32156-1-dominik.karol.piatkowski@protonmail.com>
This patch aligns the code to open parentheses to improve readability.
Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com>
---
drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c b/drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c
index 7061f1cf4d3a..d909f5c4fd21 100644
--- a/drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c
+++ b/drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c
@@ -101,12 +101,9 @@ bool rtl92e_config_rf(struct net_device *dev)
RF3_Final_Value = 0;
while (RF3_Final_Value != RegValueToBeCheck &&
RetryTimes != 0) {
- ret = rtl92e_config_rf_path(dev,
- (enum rf90_radio_path)eRFPath);
- RF3_Final_Value = rtl92e_get_rf_reg(dev,
- (enum rf90_radio_path)eRFPath,
- RegOffSetToBeCheck,
- bMask12Bits);
+ ret = rtl92e_config_rf_path(dev, (enum rf90_radio_path)eRFPath);
+ RF3_Final_Value = rtl92e_get_rf_reg(dev, (enum rf90_radio_path)eRFPath,
+ RegOffSetToBeCheck, bMask12Bits);
RetryTimes--;
}
--
2.34.1
next prev parent reply other threads:[~2024-09-20 19:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-20 19:36 [PATCH v2 0/6] staging: rtl8192e: Fix alignment to open parentheses Dominik Karol Piątkowski
2024-09-20 19:36 ` Dominik Karol Piątkowski [this message]
2024-09-20 19:36 ` [PATCH v2 2/6] staging: rtl8192e: rtl_ps.c: " Dominik Karol Piątkowski
2024-09-20 19:36 ` [PATCH v2 3/6] staging: rtl8192e: rtllib_rx.c: " Dominik Karol Piątkowski
2024-09-21 13:51 ` Philipp Hortmann
2024-09-21 14:59 ` Dominik Karol Piątkowski
2024-09-20 19:36 ` [PATCH v2 4/6] staging: rtl8192e: rtllib_softmac.c: " Dominik Karol Piątkowski
2024-09-20 19:36 ` [PATCH v2 5/6] staging: rtl8192e: rtllib_softmac_wx.c: " Dominik Karol Piątkowski
2024-09-20 19:36 ` [PATCH v2 6/6] staging: rtl8192e: rtllib_wx.c: " Dominik Karol Piątkowski
2024-10-09 9:53 ` [PATCH v2 0/6] staging: rtl8192e: " Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240920193356.32156-2-dominik.karol.piatkowski@protonmail.com \
--to=dominik.karol.piatkowski@protonmail.com \
--cc=dan.carpenter@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=philipp.g.hortmann@gmail.com \
--cc=tdavies@darkphysics.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox