From: Longji Guo <guolongji@uniontech.com>
To: gregkh@linuxfoundation.org, ross.schm.dev@gmail.com,
matthew.v.deangelis@gmail.com, dan.carpenter@oracle.com,
amarjargal16@gmail.com, vkor@vkten.in, pterjan@google.com
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Longji Guo <guolongji@uniontech.com>
Subject: [PATCH] Staging: rtl8723bs/core: fix coding style issue
Date: Wed, 10 Mar 2021 19:35:03 +0800 [thread overview]
Message-ID: <20210310113503.1352-1-guolongji@uniontech.com> (raw)
Move operators and spaces before tabs to fix coding style issues.
Signed-off-by: Longji Guo <guolongji@uniontech.com>
---
drivers/staging/rtl8723bs/core/rtw_recv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_recv.c b/drivers/staging/rtl8723bs/core/rtw_recv.c
index 3c9dbd7443d9..f249193edeb3 100644
--- a/drivers/staging/rtl8723bs/core/rtw_recv.c
+++ b/drivers/staging/rtl8723bs/core/rtw_recv.c
@@ -576,7 +576,7 @@ union recv_frame *portctrl(struct adapter *adapter, union recv_frame *precv_fram
prtnframe = precv_frame;
/* get ether_type */
- ptr = ptr+pfhdr->attrib.hdrlen+pfhdr->attrib.iv_len+LLC_HEADER_SIZE;
+ ptr = ptr + pfhdr->attrib.hdrlen + pfhdr->attrib.iv_len + LLC_HEADER_SIZE;
memcpy(&be_tmp, ptr, 2);
ether_type = ntohs(be_tmp);
--
2.30.1
next reply other threads:[~2021-03-10 11:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-10 11:35 Longji Guo [this message]
2021-03-12 16:26 ` 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=20210310113503.1352-1-guolongji@uniontech.com \
--to=guolongji@uniontech.com \
--cc=amarjargal16@gmail.com \
--cc=dan.carpenter@oracle.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=matthew.v.deangelis@gmail.com \
--cc=pterjan@google.com \
--cc=ross.schm.dev@gmail.com \
--cc=vkor@vkten.in \
/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
all inboxes | Powered by JetHome®