From patchwork Tue Apr 16 10:20:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 19888 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 6D3F7BE08B for ; Tue, 16 Apr 2024 10:20:17 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 3B63F63352; Tue, 16 Apr 2024 12:20:16 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="JkPvMMNj"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0C49F61B75 for ; Tue, 16 Apr 2024 12:20:14 +0200 (CEST) Received: from pendragon.ideasonboard.com (85-76-7-196-nat.elisa-mobile.fi [85.76.7.196]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 6F706480 for ; Tue, 16 Apr 2024 12:19:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1713262767; bh=YddH+i/tlnAXANM6luwUy9hcXSTK8/XDZ9vGMvOJFgY=; h=From:To:Subject:Date:From; b=JkPvMMNjZg8Dw1XhY1IaQmruhIPKlya1xtBVVC6Qa31qf7sd6pPEghqxPKUinv58T uHtHCo/49LNxpfh+2zY/JeYPevneaN0jTQsMLkbwGAv7aFGZ3pYKh024zUW5/VchJX bK4MBHlTeD/0dXiNBj7Pp9AoRTCiu2XyW+K6132k= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH 0/2] utils: checkstyle.py: Extend Doxygen formatter Date: Tue, 16 Apr 2024 13:20:02 +0300 Message-ID: <20240416102004.10617-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.43.2 MIME-Version: 1.0 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, Here's a small update to checkstyle.py that will hopefully help me repeating review a common comments in the future :-) Patch 1/2 is a drive-by improvement, patch 2/2 handles periods at the end of Doxygen one-liner commands. Laurent Pinchart (2): utils: checkstyle.py: Use r'' strings for regular expressions utils: checkstyle.py: Drop period at end of Doxygen one liners utils/checkstyle.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-)