diff options
author | Ghanshyam Agrawal <ghanshyam1898@gmail.com> | 2023-12-15 11:39:30 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-15 15:56:07 +0300 |
commit | 4d2f8c859146672ce84f49648121c70ea84e246c (patch) | |
tree | a26899a82e3eba24ef494d8ad9351d5d23bb4324 /drivers/usb | |
parent | 776630be36935be3a51e5ecfa7fc7614c4d4e46e (diff) | |
download | linux-4d2f8c859146672ce84f49648121c70ea84e246c.tar.xz |
usb: typec: fixed a typo
Fixed one typo.
Signed-off-by: Ghanshyam Agrawal <ghanshyam1898@gmail.com>
Link: https://lore.kernel.org/r/20231215083930.566164-1-ghanshyam1898@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/typec/pd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/typec/pd.c b/drivers/usb/typec/pd.c index 7f3d61f220f2..b9cca2be76fc 100644 --- a/drivers/usb/typec/pd.c +++ b/drivers/usb/typec/pd.c @@ -468,7 +468,7 @@ static struct device_type pd_capabilities_type = { /** * usb_power_delivery_register_capabilities - Register a set of capabilities. * @pd: The USB PD instance that the capabilities belong to. - * @desc: Description of the Capablities Message. + * @desc: Description of the Capabilities Message. * * This function registers a Capabilities Message described in @desc. The * capabilities will have their own sub-directory under @pd in sysfs. |