Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

phy: sun4i-usb: Fix a typo

Fix a typo in comments: wether -> whether.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Link: https://lore.kernel.org/r/20241010091355.8271-1-algonell@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Andrew Kreimer and committed by
Vinod Koul
11dad94b 5ee213bd

+1 -1
+1 -1
include/linux/phy/phy-sun4i-usb.h
··· 11 11 /** 12 12 * sun4i_usb_phy_set_squelch_detect() - Enable/disable squelch detect 13 13 * @phy: reference to a sun4i usb phy 14 - * @enabled: wether to enable or disable squelch detect 14 + * @enabled: whether to enable or disable squelch detect 15 15 */ 16 16 void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled); 17 17