* [PATCH] staging: rtl8723bs: fix space before tab in rtw_io.h comment
[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
0 siblings, 1 reply; 2+ messages in thread
From: Tomasz Unger @ 2026-08-23 16:07 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-staging, linux-kernel, Tomasz Unger
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); */
struct _io_ops io_ops;
};
---
base-commit: c6eb4dc5964fdf4086b73b7f0f5dc0d595fb5cf3
change-id: 20260823-rtw-io-space-before-tab-fix-c013d72bacfa
Best regards,
--
Tomasz Unger <tomasz.unger@yahoo.pl>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: rtl8723bs: fix space before tab in rtw_io.h comment
2026-08-23 16:07 ` [PATCH] staging: rtl8723bs: fix space before tab in rtw_io.h comment Tomasz Unger
@ 2026-08-23 19:05 ` Dan Carpenter
0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2026-08-23 19:05 UTC (permalink / raw)
To: Tomasz Unger; +Cc: Greg Kroah-Hartman, linux-staging, linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-23 19:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20260823-rtw-io-space-before-tab-fix-v1-1-e9113e602793.ref@yahoo.pl>
2026-08-23 16:07 ` [PATCH] staging: rtl8723bs: fix space before tab in rtw_io.h comment Tomasz Unger
2026-08-23 19:05 ` Dan Carpenter
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®