Linux kernel staging patches
 help / color / mirror / Atom feed
From: Dan Carpenter <error27@gmail.com>
To: Moksh Panicker <mokshpanicker.7@gmail.com>
Cc: linux-staging@lists.linux.dev, gregkh@linuxfoundation.org,
	dan.carpenter@linaro.org
Subject: Re: [PATCH v5 1/3] staging: rtl8723bs: reformat rtw_efuse_read_1_byte() signature
Date: Mon, 18 May 2026 21:43:50 +0300	[thread overview]
Message-ID: <agtd5tvK58iY6ot1@stanley.mountain> (raw)
In-Reply-To: <20260518180641.44421-2-mokshpanicker.7@gmail.com>

On Mon, May 18, 2026 at 06:06:39PM +0000, Moksh Panicker wrote:
> Reformat multi-line function signature to a single line to fix
> line length and coding style warnings from checkpatch.pl.
> 
> Also fix the missing brace/comment spacing in rtw_efuse_read_1_byte().
> 
> Signed-off-by: Moksh Panicker <mokshpanicker.7@gmail.com>
> ---
>  drivers/staging/rtl8723bs/core/rtw_efuse.c | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/staging/rtl8723bs/core/rtw_efuse.c b/drivers/staging/rtl8723bs/core/rtw_efuse.c
> index 803a608b74fa..afece04c09cd 100644
> --- a/drivers/staging/rtl8723bs/core/rtw_efuse.c
> +++ b/drivers/staging/rtl8723bs/core/rtw_efuse.c
> @@ -41,10 +41,7 @@ rtw_efuse_calculate_word_counts(u8 word_en)
>   * 09/23/2008	MHC		Copy from WMAC.
>   *
>   */
> -u8
> -rtw_efuse_read_1_byte(
> -struct adapter *Adapter,
> -u16		Address)
> +u8 rtw_efuse_read_1_byte(struct adapter *Adapter, u16 Address)
>  {
>  	u8 Bytetemp = {0x00};
>  	u8 temp = {0x00};
> @@ -78,7 +75,7 @@ u16		Address)
>  		return rtw_read8(Adapter, EFUSE_CTRL);
>  	} else
>  		return 0xFF;
> -
> +	}

No.  You're not compile testing your patches.  This is the fifth version
and you're still breaking the build.  Take a break and come back in a
few days or something.

regards,
dan carpenter


  reply	other threads:[~2026-05-18 18:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-18 18:06 [PATCH v5 0/3] staging: rtl8723bs: efuse cleanup and brace fix Moksh Panicker
2026-05-18 18:06 ` [PATCH v5 1/3] staging: rtl8723bs: reformat rtw_efuse_read_1_byte() signature Moksh Panicker
2026-05-18 18:43   ` Dan Carpenter [this message]
2026-05-18 19:11     ` Moksh Panicker
2026-05-18 18:06 ` [PATCH v5 2/3] staging: rtl8723bs: add braces to else clause in rtw_efuse.c Moksh Panicker
2026-05-18 18:06 ` [PATCH v5 3/3] staging: rtl8723bs: reformat rtw_efuse_one_byte_read() signature Moksh Panicker

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=agtd5tvK58iY6ot1@stanley.mountain \
    --to=error27@gmail.com \
    --cc=dan.carpenter@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=mokshpanicker.7@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