device: remove left-over comment
authorArne Kappen <arne.kappen@hhi.fraunhofer.de>
Wed, 9 Dec 2020 15:01:22 +0000 (16:01 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 31 Mar 2021 00:19:55 +0000 (01:19 +0100)
Signed-off-by: Arne Kappen <arne.kappen@hhi.fraunhofer.de>
device.c

index 4243c18bebe508a19a3734b09967139ea059cd22..88698875106aa68424f5191e9bd06c6b78d54ad9 100644 (file)
--- a/device.c
+++ b/device.c
@@ -78,9 +78,6 @@ int device_type_add(struct device_type *devtype)
        return 0;
 }
 
-/* Retrieve the device type for the given name. If 'bridge' is true, the type
- * must have bridge capabilities
- */
 struct device_type *
 device_type_get(const char *tname)
 {