projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776630b
)
usb: typec: fixed a typo
author
Ghanshyam Agrawal
<ghanshyam1898@gmail.com>
Fri, 15 Dec 2023 08:39:30 +0000
(14:09 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 15 Dec 2023 12:56:07 +0000
(13:56 +0100)
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>
drivers/usb/typec/pd.c
patch
|
blob
|
history
diff --git
a/drivers/usb/typec/pd.c
b/drivers/usb/typec/pd.c
index 7f3d61f220f27089d7e4e35f27597fbfb8bc972e..b9cca2be76fce447970ba08beb6419262bf95a14 100644
(file)
--- 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 Capab
i
lities Message.
*
* This function registers a Capabilities Message described in @desc. The
* capabilities will have their own sub-directory under @pd in sysfs.