From: Dan Carpenter <error27@gmail.com>
To: Tomasz Unger <tomasz.unger@yahoo.pl>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: rtl8723bs: fix space before tab in rtw_io.h comment
Date: Sun, 23 Aug 2026 22:05:40 +0300 [thread overview]
Message-ID: <aotEhLIrCB6TtPX7@stanley.mountain> (raw)
In-Reply-To: <20260823-rtw-io-space-before-tab-fix-v1-1-e9113e602793@yahoo.pl>
On Sun, Aug 23, 2026 at 06:07:50PM +0200, Tomasz Unger wrote:
> Remove a stray space before a tab in a comment.
>
> Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl>
> ---
> Verified with checkpatch.pl - no new warnings introduced by this change.
> ---
> drivers/staging/rtl8723bs/include/rtw_io.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8723bs/include/rtw_io.h b/drivers/staging/rtl8723bs/include/rtw_io.h
> index 3c99a2bc19bd..57628e4b42c0 100644
> --- a/drivers/staging/rtl8723bs/include/rtw_io.h
> +++ b/drivers/staging/rtl8723bs/include/rtw_io.h
> @@ -24,7 +24,7 @@ struct _io_ops {
>
> struct intf_hdl {
> struct adapter *padapter;
> - struct dvobj_priv *pintf_dev;/* pointer to &(padapter->dvobjpriv); */
> + struct dvobj_priv *pintf_dev;/* pointer to &(padapter->dvobjpriv); */
There should be a space before the /*. Also the parens in the comment
are unnecessary.
struct dvobj_priv *pintf_dev; /* pointer to &padapter->dvobjpriv */
regards,
dan carpenter
prev parent reply other threads:[~2026-08-23 19:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260823-rtw-io-space-before-tab-fix-v1-1-e9113e602793.ref@yahoo.pl>
2026-08-23 16:07 ` Tomasz Unger
2026-08-23 19:05 ` Dan Carpenter [this message]
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=aotEhLIrCB6TtPX7@stanley.mountain \
--to=error27@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=tomasz.unger@yahoo.pl \
/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®