From patchwork Fri Mar 20 21:54:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kaaira Gupta X-Patchwork-Id: 3227 Return-Path: Received: from mail-pf1-x443.google.com (mail-pf1-x443.google.com [IPv6:2607:f8b0:4864:20::443]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 5C69E60416 for ; Fri, 20 Mar 2020 22:54:59 +0100 (CET) Received: by mail-pf1-x443.google.com with SMTP id f206so3977245pfa.10 for ; Fri, 20 Mar 2020 14:54:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=es-iitr-ac-in.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=AKd3/iLbLwrHKnAbbtpUm4bQbJcP67VWHMz1Lz4RSbE=; b=Epj5wJIGCMAyUBB7mPZyhKew/Hr03nXilS+LV2zGUFnPnyqKlb369f7A2czt+DcM1Y 6f+5Wy4ydWBnxneEXKniDFfftzDFTK2UwDGBX55EKT4zBe+Eolj9NUSYeddzmS/dVx+J hzNlL3iFd0Q/HNGqcnyuDoCMFxjaqImNMfvUCE/t0kklHMRO+ciDpnklcyPadtmPZA6B xmCruzy2egfziZrBHDSnLNEUTV80kS5UXj4dJrMajoOCLOmAKFDvjDX9GqqL1vVJ5DaG qLaR5JxrNF9cDxCjLWhcV3GkkM86XZ8rJeUeZzOb2ZPxv7IlDNApynqZQ+dcT4FvnGUf TTag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=AKd3/iLbLwrHKnAbbtpUm4bQbJcP67VWHMz1Lz4RSbE=; b=cTPmg6796T33DZ0Up1Q/tMQFKZy52m4a0pw5wQC+wFNWwiZmsQeA2ElTm2gvLVfl39 /HioRJnmGuQbipNd96mibMBxs/qXmPbe1WIvt3Tv+8e0Sh601KQslPMG523c4V9LiK/0 D5bygyc5ar+kRG6pwEio7QxjesQ7Yks8mzOuu8ohH1Xl+IWPScbcRf6wTNB9pBU0BZ/h SG1738dtB8fHtrJmJ39yMWs6zWXLkzpDbNBDzP62YZzXbLbaptYyeWf47P9E6q5jc1jo fcgUfeY0sNgrWXZMkNwfRzou7zbpqWo7uTdssz2aIyr9Jt1TESrNnyvOwI0GmgM8NyQR uLyg== X-Gm-Message-State: ANhLgQ0p3aRmq6M8ufj54dolamRaAJ24czIYc8451Ehqo4pbkPWuX54J o/ErtJxiQg0+Ld9i1G9FThhmxg== X-Google-Smtp-Source: ADFU+vsH1CG6Iwge26AvKy2oHStOde4BIdrXfazzfdkE9E17VPOoRsAlESVyr9HGywmgwy5UPEt6HA== X-Received: by 2002:aa7:8190:: with SMTP id g16mr12167974pfi.111.1584741297590; Fri, 20 Mar 2020 14:54:57 -0700 (PDT) Received: from kaaira-HP-Pavilion-Notebook ([103.113.213.154]) by smtp.gmail.com with ESMTPSA id k189sm6132956pgc.24.2020.03.20.14.54.55 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 20 Mar 2020 14:54:57 -0700 (PDT) Date: Sat, 21 Mar 2020 03:24:51 +0530 From: Kaaira Gupta To: Vaishali Thakkar , Helen Koike , kieran.bingham@ideasonboard.com, libcamera-devel@lists.libcamera.org Message-ID: <20200320215451.GA26437@kaaira-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) Subject: [libcamera-devel] [PATCH LIBCAMERA] libcamera: device_enumerator: remove '\todo' as it is completed X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2020 21:54:59 -0000 There is a todo written in the deoxyden documentation of device_enmerator which is already completed, hence remove it from the documentation. Signed-off-by: Kaaira Gupta Reviewed-by: Laurent Pinchart --- src/libcamera/device_enumerator.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libcamera/device_enumerator.cpp b/src/libcamera/device_enumerator.cpp index 64cdc13..89ed67e 100644 --- a/src/libcamera/device_enumerator.cpp +++ b/src/libcamera/device_enumerator.cpp @@ -33,8 +33,6 @@ * * The enumerator supports searching among enumerated devices based on criteria * expressed in a DeviceMatch object. - * - * \todo Add sysfs based device enumerator. */ namespace libcamera {