From 09632d4336c0fb2e82d71e42139d715d027ace64 Mon Sep 17 00:00:00 2001 From: Arne Kappen Date: Wed, 9 Dec 2020 16:01:22 +0100 Subject: device: remove left-over comment Signed-off-by: Arne Kappen --- device.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/device.c b/device.c index 4243c18..8869887 100644 --- 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) { -- cgit v1.2.1