From: Arne Kappen Date: Wed, 9 Dec 2020 15:01:22 +0000 (+0100) Subject: device: remove left-over comment X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=09632d4336c0fb2e82d71e42139d715d027ace64;p=project%2Fnetifd.git device: remove left-over comment Signed-off-by: Arne Kappen --- 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) {