From patchwork Thu May 26 11:00:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 16059 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 3F854BD160 for ; Thu, 26 May 2022 11:00:21 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 2493A65666; Thu, 26 May 2022 13:00:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1653562820; bh=gemCWkvK91o9PCFc7C5yOpFSk3F/5zoQQuUzI0zRsFA=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=dEtxgiKUfrd3RkJ2840Vv9JXKoo8yionPeMlj9em3dE1zwCEjnXiwSKh+znTqqvsx GUItop9rg3UVxbTg8Ig/gQkEOyOn5LBuJfxKQMqo1YA3VNheB9zujmzGaO/rmhveiT U1pRSpKby0P8fQohad4inD3DPCwhlY1SLeDhjlp5yd1Ho5XIuEDST/ziGQ1kbsYCZI eqiuiur1FgUmXE844U60OoSDC8Q4Wtjo2KaAE84u/yEPpm5KU837nH+UH5N4aUh2F6 1Lqcy+QpzK726N3DgqVT2ihxj1T9/3spwpOwrNqJeqJptGb8aDjAUdu0WUYP+QJY9k AFAbT9JjvQltg== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0DB6060418 for ; Thu, 26 May 2022 13:00:19 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Ps4QEIXJ"; dkim-atps=neutral Received: from pendragon.lan (unknown [37.120.212.14]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 5C0A46D4 for ; Thu, 26 May 2022 13:00:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1653562818; bh=gemCWkvK91o9PCFc7C5yOpFSk3F/5zoQQuUzI0zRsFA=; h=From:To:Subject:Date:From; b=Ps4QEIXJh6XIs+apfHTVerk27+Mps5+KwpA3tsDAMGckiMRwJv00FfRNpZL5NAn2A AtOwisQeMMfBCgFh2g1FTE1lNPUlnDPFRZ3ceEI68A2JNkLGBRkyrCqGmLeq0ko8c0 Mf+HsMk+GObW0tAMI6xMy1BoNba8tjc2MRLgYYXw= To: libcamera-devel@lists.libcamera.org Date: Thu, 26 May 2022 14:00:06 +0300 Message-Id: <20220526110009.13874-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/3] libcamera: checkstyle: Improve header formatter 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-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, This small patch series is the result of finding a few instances of the <...> include style for libcamera internal headers. The issue is fixed in patch 3/3, and patches 1/3 and 2/3 improves checkstyle to catch the problem. Laurent Pinchart (3): utils: checkstyle: Run the ClangFormatter last utils: checkstyle: Ensure "..." include style for internal headers libcamera: Use "..." instead of <...> consistently for internal headers src/android/camera_hal_config.cpp | 6 +++--- src/ipa/rkisp1/rkisp1.cpp | 2 +- test/yaml-parser.cpp | 2 +- utils/checkstyle.py | 21 +++++++++++++++++++-- 4 files changed, 24 insertions(+), 7 deletions(-) base-commit: f8e4649680303ce9b7dace5ad1344fcb450013ac