public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Wojciech <wojciech.develop@gmail.com>
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
	dan.carpenter@linaro.org, ethantidmore06@gmail.com,
	arthur.stupa@gmail.com, horstaufmental@gmail.com,
	kaizhetan@yahoo.com
Subject: Re: [PATCH] staging: rtl8723bs: cleanup rtw_io.c
Date: Mon, 23 Feb 2026 15:25:06 +0100	[thread overview]
Message-ID: <2026022348-kosher-material-a483@gregkh> (raw)
In-Reply-To: <CALGt97_zniC2O12ge7-5tHTXQL+4PGgw8fwdx4jMTb-AEYQeLA@mail.gmail.com>

On Sat, Feb 21, 2026 at 02:56:13PM +0100, Wojciech wrote:
> Replace tabs with a space in return statements and declarations.
> Remove dead code and redundant vendor comments.
> No functional changes.
> 
> Signed-off-by: Wojciech S. <wojciech.develop@gmail.com>
> ---
>  drivers/staging/rtl8723bs/core/rtw_io.c | 49 ++++---------------------
>  1 file changed, 7 insertions(+), 42 deletions(-)
> 
> diff --git a/drivers/staging/rtl8723bs/core/rtw_io.c
> b/drivers/staging/rtl8723bs/core/rtw_io.c
> index 965c3cfea103..4b36a39946f1 100644
> --- a/drivers/staging/rtl8723bs/core/rtw_io.c
> +++ b/drivers/staging/rtl8723bs/core/rtw_io.c
> @@ -1,35 +1,11 @@
>  // SPDX-License-Identifier: GPL-2.0
> -/******************************************************************************
> - *
> - * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
> - *
> - ******************************************************************************/
> -/*
> - * The purpose of rtw_io.c
> - *
> - * a. provides the API
> - *
> - * b. provides the protocol engine
> - *
> - * c. provides the software interface between caller and the hardware interface
> - *
> - *
> - * Compiler Flag Option:
> - *
> - * 1. CONFIG_SDIO_HCI:
> - *  a. USE_SYNC_IRP:  Only sync operations are provided.
> - *  b. USE_ASYNC_IRP:Both sync/async operations are provided.
> - *
> - *  jackson@realtek.com.tw
> - */
> 
>  #include <drv_types.h>
> 
>  u8 rtw_read8(struct adapter *adapter, u32 addr)
>  {
> - /* struct io_queue *pio_queue = (struct io_queue *)adapter->pio_queue; */
>   struct io_priv *pio_priv = &adapter->iopriv;
> - struct intf_hdl *pintfhdl = &pio_priv->intf;
> + struct intf_hdl *pintfhdl = &pio_priv->intf;
>   u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr);
> 

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
a patch that has triggered this response.  He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created.  Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- Your patch is malformed (tabs converted to spaces, linewrapped, etc.)
  and can not be applied.  Please read the file,
  Documentation/process/email-clients.rst in order to fix this.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot

  reply	other threads:[~2026-02-23 14:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-21 13:56 [PATCH] staging: rtl8723bs: cleanup rtw_io.c Wojciech
2026-02-23 14:25 ` Greg KH [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-02-22  6:22 Bera Yüzlü

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=2026022348-kosher-material-a483@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=arthur.stupa@gmail.com \
    --cc=dan.carpenter@linaro.org \
    --cc=ethantidmore06@gmail.com \
    --cc=horstaufmental@gmail.com \
    --cc=kaizhetan@yahoo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=wojciech.develop@gmail.com \
    /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