endpoint: name the DEVTYPE 'endpoint' rather than 'ep'
authorTom Gundersen <teg@jklm.no>
Wed, 1 Oct 2014 18:54:57 +0000 (20:54 +0200)
committerTom 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

index 214e3e045fdf997de30d68d764058c0efccf3584..40f209615da322b8d6e75ff6fcaa906d176c02ca 100644 (file)
@@ -51,7 +51,7 @@ static void kdbus_dev_release(struct device *dev)
 }
 
 static struct device_type kdbus_devtype_ep = {
-       .name           = "ep",
+       .name           = "endpoint",
        .release        = kdbus_dev_release,
        .devnode        = kdbus_devnode_ep,
 };