All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: mtu3: fix semicolon.cocci warnings
@ 2018-01-12 17:18   ` kbuild test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kbuild test robot @ 2018-01-12 17:18 UTC (permalink / raw)
  To: Chunfeng Yun
  Cc: kbuild-all, Greg Kroah-Hartman, linux-usb, linux-arm-kernel,
	linux-mediatek, linux-kernel

From: Fengguang Wu <fengguang.wu@intel.com>

drivers/usb/mtu3/mtu3_host.c:58:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: f0ede2c6282b ("usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs")
CC: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 mtu3_host.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/usb/mtu3/mtu3_host.c
+++ b/drivers/usb/mtu3/mtu3_host.c
@@ -55,7 +55,7 @@ static void ssusb_wakeup_ip_sleep_set(st
 		break;
 	default:
 		return;
-	};
+	}
 	regmap_update_bits(ssusb->uwk, reg, msk, val);
 }
 

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

* usb: mtu3: fix semicolon.cocci warnings
@ 2018-01-12 17:18   ` kbuild test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kbuild test robot @ 2018-01-12 17:18 UTC (permalink / raw)
  To: Chunfeng Yun
  Cc: kbuild-all, Greg Kroah-Hartman, linux-usb, linux-arm-kernel,
	linux-mediatek, linux-kernel

From: Fengguang Wu <fengguang.wu@intel.com>

drivers/usb/mtu3/mtu3_host.c:58:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: f0ede2c6282b ("usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs")
CC: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 mtu3_host.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

--- a/drivers/usb/mtu3/mtu3_host.c
+++ b/drivers/usb/mtu3/mtu3_host.c
@@ -55,7 +55,7 @@ static void ssusb_wakeup_ip_sleep_set(st
 		break;
 	default:
 		return;
-	};
+	}
 	regmap_update_bits(ssusb->uwk, reg, msk, val);
 }
 

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

* [PATCH] usb: mtu3: fix semicolon.cocci warnings
@ 2018-01-12 17:18   ` kbuild test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kbuild test robot @ 2018-01-12 17:18 UTC (permalink / raw)
  To: Chunfeng Yun
  Cc: Greg Kroah-Hartman, linux-usb, linux-kernel, linux-mediatek,
	kbuild-all, linux-arm-kernel

From: Fengguang Wu <fengguang.wu@intel.com>

drivers/usb/mtu3/mtu3_host.c:58:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: f0ede2c6282b ("usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs")
CC: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 mtu3_host.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/usb/mtu3/mtu3_host.c
+++ b/drivers/usb/mtu3/mtu3_host.c
@@ -55,7 +55,7 @@ static void ssusb_wakeup_ip_sleep_set(st
 		break;
 	default:
 		return;
-	};
+	}
 	regmap_update_bits(ssusb->uwk, reg, msk, val);
 }

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

* [PATCH] usb: mtu3: fix semicolon.cocci warnings
@ 2018-01-12 17:18   ` kbuild test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kbuild test robot @ 2018-01-12 17:18 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fengguang Wu <fengguang.wu@intel.com>

drivers/usb/mtu3/mtu3_host.c:58:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: f0ede2c6282b ("usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs")
CC: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 mtu3_host.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/usb/mtu3/mtu3_host.c
+++ b/drivers/usb/mtu3/mtu3_host.c
@@ -55,7 +55,7 @@ static void ssusb_wakeup_ip_sleep_set(st
 		break;
 	default:
 		return;
-	};
+	}
 	regmap_update_bits(ssusb->uwk, reg, msk, val);
 }
 

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

* Re: [PATCH] usb: mtu3: fix semicolon.cocci warnings
@ 2018-01-13  6:34     ` Chunfeng Yun
  0 siblings, 0 replies; 8+ messages in thread
From: Chunfeng Yun @ 2018-01-13  6:34 UTC (permalink / raw)
  To: kbuild test robot
  Cc: kbuild-all, Greg Kroah-Hartman, linux-usb, linux-arm-kernel,
	linux-mediatek, linux-kernel

On Sat, 2018-01-13 at 01:18 +0800, kbuild test robot wrote:
> From: Fengguang Wu <fengguang.wu@intel.com>
> 
> drivers/usb/mtu3/mtu3_host.c:58:2-3: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> Fixes: f0ede2c6282b ("usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs")
> CC: Chunfeng Yun <chunfeng.yun@mediatek.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> ---
> 
>  mtu3_host.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/usb/mtu3/mtu3_host.c
> +++ b/drivers/usb/mtu3/mtu3_host.c
> @@ -55,7 +55,7 @@ static void ssusb_wakeup_ip_sleep_set(st
>  		break;
>  	default:
>  		return;
> -	};
> +	}
>  	regmap_update_bits(ssusb->uwk, reg, msk, val);
>  }
>  
Thanks a lot.

Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

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

* usb: mtu3: fix semicolon.cocci warnings
@ 2018-01-13  6:34     ` Chunfeng Yun
  0 siblings, 0 replies; 8+ messages in thread
From: Chunfeng Yun @ 2018-01-13  6:34 UTC (permalink / raw)
  To: kbuild test robot
  Cc: kbuild-all, Greg Kroah-Hartman, linux-usb, linux-arm-kernel,
	linux-mediatek, linux-kernel

On Sat, 2018-01-13 at 01:18 +0800, kbuild test robot wrote:
> From: Fengguang Wu <fengguang.wu@intel.com>
> 
> drivers/usb/mtu3/mtu3_host.c:58:2-3: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> Fixes: f0ede2c6282b ("usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs")
> CC: Chunfeng Yun <chunfeng.yun@mediatek.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> ---
> 
>  mtu3_host.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/usb/mtu3/mtu3_host.c
> +++ b/drivers/usb/mtu3/mtu3_host.c
> @@ -55,7 +55,7 @@ static void ssusb_wakeup_ip_sleep_set(st
>  		break;
>  	default:
>  		return;
> -	};
> +	}
>  	regmap_update_bits(ssusb->uwk, reg, msk, val);
>  }
>  
Thanks a lot.

Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] usb: mtu3: fix semicolon.cocci warnings
@ 2018-01-13  6:34     ` Chunfeng Yun
  0 siblings, 0 replies; 8+ messages in thread
From: Chunfeng Yun @ 2018-01-13  6:34 UTC (permalink / raw)
  To: kbuild test robot
  Cc: kbuild-all, Greg Kroah-Hartman, linux-usb, linux-arm-kernel,
	linux-mediatek, linux-kernel

On Sat, 2018-01-13 at 01:18 +0800, kbuild test robot wrote:
> From: Fengguang Wu <fengguang.wu@intel.com>
> 
> drivers/usb/mtu3/mtu3_host.c:58:2-3: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> Fixes: f0ede2c6282b ("usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs")
> CC: Chunfeng Yun <chunfeng.yun@mediatek.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> ---
> 
>  mtu3_host.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/usb/mtu3/mtu3_host.c
> +++ b/drivers/usb/mtu3/mtu3_host.c
> @@ -55,7 +55,7 @@ static void ssusb_wakeup_ip_sleep_set(st
>  		break;
>  	default:
>  		return;
> -	};
> +	}
>  	regmap_update_bits(ssusb->uwk, reg, msk, val);
>  }
>  
Thanks a lot.

Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

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

* [PATCH] usb: mtu3: fix semicolon.cocci warnings
@ 2018-01-13  6:34     ` Chunfeng Yun
  0 siblings, 0 replies; 8+ messages in thread
From: Chunfeng Yun @ 2018-01-13  6:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, 2018-01-13 at 01:18 +0800, kbuild test robot wrote:
> From: Fengguang Wu <fengguang.wu@intel.com>
> 
> drivers/usb/mtu3/mtu3_host.c:58:2-3: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> Fixes: f0ede2c6282b ("usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs")
> CC: Chunfeng Yun <chunfeng.yun@mediatek.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> ---
> 
>  mtu3_host.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/usb/mtu3/mtu3_host.c
> +++ b/drivers/usb/mtu3/mtu3_host.c
> @@ -55,7 +55,7 @@ static void ssusb_wakeup_ip_sleep_set(st
>  		break;
>  	default:
>  		return;
> -	};
> +	}
>  	regmap_update_bits(ssusb->uwk, reg, msk, val);
>  }
>  
Thanks a lot.

Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

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

end of thread, other threads:[~2018-01-13  6:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201801130147.bQuKjq5V%fengguang.wu@intel.com>
2018-01-12 17:18 ` [PATCH] usb: mtu3: fix semicolon.cocci warnings kbuild test robot
2018-01-12 17:18   ` kbuild test robot
2018-01-12 17:18   ` kbuild test robot
2018-01-12 17:18   ` kbuild test robot
2018-01-13  6:34   ` [PATCH] " Chunfeng Yun
2018-01-13  6:34     ` Chunfeng Yun
2018-01-13  6:34     ` Chunfeng Yun
2018-01-13  6:34     ` Chunfeng Yun

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.