diff mbox series

phy: sun4i-usb: Fix a typo

Message ID 20241010091355.8271-1-algonell@gmail.com
State Accepted
Commit 11dad94b50263bbe87d015041c77be61c8c44161
Headers show
Series phy: sun4i-usb: Fix a typo | expand

Commit Message

Andrew Kreimer Oct. 10, 2024, 9:13 a.m. UTC
Fix a typo in comments: wether -> whether.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 include/linux/phy/phy-sun4i-usb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chen-Yu Tsai Oct. 10, 2024, 1:37 p.m. UTC | #1
On Thu, Oct 10, 2024 at 6:14 PM Andrew Kreimer <algonell@gmail.com> wrote:
>
> Fix a typo in comments: wether -> whether.
>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>

Acked-by: Chen-Yu Tsai <wens@csie.org>

> ---
>  include/linux/phy/phy-sun4i-usb.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/phy/phy-sun4i-usb.h b/include/linux/phy/phy-sun4i-usb.h
> index 91eb755ee73b..f3e7b13608e4 100644
> --- a/include/linux/phy/phy-sun4i-usb.h
> +++ b/include/linux/phy/phy-sun4i-usb.h
> @@ -11,7 +11,7 @@
>  /**
>   * sun4i_usb_phy_set_squelch_detect() - Enable/disable squelch detect
>   * @phy: reference to a sun4i usb phy
> - * @enabled: wether to enable or disable squelch detect
> + * @enabled: whether to enable or disable squelch detect
>   */
>  void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled);
>
> --
> 2.39.5
>
Vinod Koul Oct. 12, 2024, 5:50 p.m. UTC | #2
On Thu, 10 Oct 2024 12:13:55 +0300, Andrew Kreimer wrote:
> Fix a typo in comments: wether -> whether.
> 
> 

Applied, thanks!

[1/1] phy: sun4i-usb: Fix a typo
      commit: 11dad94b50263bbe87d015041c77be61c8c44161

Best regards,
diff mbox series

Patch

diff --git a/include/linux/phy/phy-sun4i-usb.h b/include/linux/phy/phy-sun4i-usb.h
index 91eb755ee73b..f3e7b13608e4 100644
--- a/include/linux/phy/phy-sun4i-usb.h
+++ b/include/linux/phy/phy-sun4i-usb.h
@@ -11,7 +11,7 @@ 
 /**
  * sun4i_usb_phy_set_squelch_detect() - Enable/disable squelch detect
  * @phy: reference to a sun4i usb phy
- * @enabled: wether to enable or disable squelch detect
+ * @enabled: whether to enable or disable squelch detect
  */
 void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled);