All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtl8xxxu: Fix trailing semicolon
@ 2018-01-17 10:56 Luis de Bethencourt
  2018-01-21 21:50 ` Jes Sorensen
  2018-01-24 15:45 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Luis de Bethencourt @ 2018-01-17 10:56 UTC (permalink / raw)
  To: linux-kernel
  Cc: Joe Perches, Jes Sorensen, Kalle Valo, linux-wireless, netdev,
	Luis de Bethencourt

The trailing semicolon is an empty statement that does no operation.
Removing it since it doesn't do anything.

Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
---

Hi,

After fixing the same thing in drivers/staging/rtl8723bs/, Joe Perches
suggested I fix it treewide [0].

Best regards 
Luis


[0] http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-January/115410.html
[1] http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-January/115390.html

 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
index 95e3993d8a33..8828baf26e7b 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
@@ -1172,7 +1172,7 @@ struct rtl8723bu_c2h {
 
 			u8 basic_rate:1;
 			u8 bt_has_reset:1;
-			u8 dummy4_1:1;;
+			u8 dummy4_1:1;
 			u8 ignore_wlan:1;
 			u8 auto_report:1;
 			u8 dummy4_2:3;
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] rtl8xxxu: Fix trailing semicolon
  2018-01-17 10:56 [PATCH] rtl8xxxu: Fix trailing semicolon Luis de Bethencourt
@ 2018-01-21 21:50 ` Jes Sorensen
  2018-01-24 15:45 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Jes Sorensen @ 2018-01-21 21:50 UTC (permalink / raw)
  To: Luis de Bethencourt, linux-kernel
  Cc: Joe Perches, Kalle Valo, linux-wireless, netdev

On 01/17/2018 05:56 AM, Luis de Bethencourt wrote:
> The trailing semicolon is an empty statement that does no operation.
> Removing it since it doesn't do anything.
> 
> Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
> ---
> 
> Hi,
> 
> After fixing the same thing in drivers/staging/rtl8723bs/, Joe Perches
> suggested I fix it treewide [0].
> 
> Best regards 
> Luis
> 
> 
> [0] http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-January/115410.html
> [1] http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-January/115390.html
> 
>  drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Jes Sorensen <Jes.Sorensen@gmail.com>


> diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
> index 95e3993d8a33..8828baf26e7b 100644
> --- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
> +++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
> @@ -1172,7 +1172,7 @@ struct rtl8723bu_c2h {
>  
>  			u8 basic_rate:1;
>  			u8 bt_has_reset:1;
> -			u8 dummy4_1:1;;
> +			u8 dummy4_1:1;
>  			u8 ignore_wlan:1;
>  			u8 auto_report:1;
>  			u8 dummy4_2:3;
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: rtl8xxxu: Fix trailing semicolon
  2018-01-17 10:56 [PATCH] rtl8xxxu: Fix trailing semicolon Luis de Bethencourt
  2018-01-21 21:50 ` Jes Sorensen
@ 2018-01-24 15:45 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2018-01-24 15:45 UTC (permalink / raw)
  To: Luis de Bethencourt
  Cc: linux-kernel, Joe Perches, Jes Sorensen, linux-wireless, netdev,
	Luis de Bethencourt

Luis de Bethencourt <luisbg@kernel.org> wrote:

> The trailing semicolon is an empty statement that does no operation.
> Removing it since it doesn't do anything.
> 
> Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
> Acked-by: Jes Sorensen <Jes.Sorensen@gmail.com>

Patch applied to wireless-drivers-next.git, thanks.

8054a275de08 rtl8xxxu: Fix trailing semicolon

-- 
https://patchwork.kernel.org/patch/10169063/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-24 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-17 10:56 [PATCH] rtl8xxxu: Fix trailing semicolon Luis de Bethencourt
2018-01-21 21:50 ` Jes Sorensen
2018-01-24 15:45 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.