lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKUZ0zKst7us8LfZCP27=62ExiGisuW0ZqyCvgKETZbvTv3_yQ@mail.gmail.com>
Date: Wed, 2 Apr 2025 07:38:21 -0400
From: Gabriel <gshahrouzi@...il.com>
To: linux-staging@...ts.linux.dev
Cc: philipp.g.hortmann@...il.com, eamanu@...eup.net, 
	linux-kernel@...r.kernel.org, kernelmentees@...ts.linuxfoundation.org, 
	skhan@...uxfoundation.org, Greg KH <gregkh@...uxfoundation.org>
Subject: Re: [PATCH] staging: rtl8723bs: Remove trailing whitespace

On Wed, Apr 2, 2025 at 7:32 AM Gabriel Shahrouzi <gshahrouzi@...il.com> wrote:
>
> Remove trailing whitespace to comply with kernel coding style.
>
> Signed-off-by: Gabriel Shahrouzi <gshahrouzi@...il.com>
> ---
>  drivers/staging/rtl8723bs/include/hal_pwr_seq.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8723bs/include/hal_pwr_seq.h b/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
> index b93d74a5b9a5..48bf7f66a06e 100644
> --- a/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
> +++ b/drivers/staging/rtl8723bs/include/hal_pwr_seq.h
> @@ -209,7 +209,7 @@
>  #define RTL8723B_TRANS_END                                                                                                                     \
>         /* format */                                                                                                                            \
>         /* { offset, cut_msk, fab_msk|interface_msk, base|cmd, msk, value }, comments here*/                                                            \
> -       {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, 0, PWR_CMD_END, 0, 0},
> +       {0xFFFF, PWR_CUT_ALL_MSK, PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, 0, PWR_CMD_END, 0, 0},
>
>
>  extern struct wlan_pwr_cfg rtl8723B_power_on_flow[RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS+RTL8723B_TRANS_END_STEPS];
> --
> 2.43.0
>
Adding Greg K-H to the CC list for visibility.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ