projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb1c93
)
endpoint: name the DEVTYPE 'endpoint' rather than 'ep'
author
Tom Gundersen
<teg@jklm.no>
Wed, 1 Oct 2014 18:54:57 +0000
(20:54 +0200)
committer
Tom Gundersen
<teg@jklm.no>
Thu, 2 Oct 2014 05:25:22 +0000
(07:25 +0200)
Signed-off-by: Tom Gundersen <teg@jklm.no>
endpoint.c
patch
|
blob
|
history
diff --git
a/endpoint.c
b/endpoint.c
index 214e3e045fdf997de30d68d764058c0efccf3584..40f209615da322b8d6e75ff6fcaa906d176c02ca 100644
(file)
--- a/
endpoint.c
+++ b/
endpoint.c
@@
-51,7
+51,7
@@
static void kdbus_dev_release(struct device *dev)
}
static struct device_type kdbus_devtype_ep = {
- .name = "e
p
",
+ .name = "e
ndpoint
",
.release = kdbus_dev_release,
.devnode = kdbus_devnode_ep,
};