From patchwork Tue Apr 2 22:43:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Devos X-Patchwork-Id: 13614695 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 977F4C6FD1F for ; Tue, 2 Apr 2024 22:49:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3040F11212C; Tue, 2 Apr 2024 22:49:02 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=pm.me header.i=@pm.me header.b="SwvVNHVe"; dkim-atps=neutral Received: from mail-41104.protonmail.ch (mail-41104.protonmail.ch [185.70.41.104]) by gabe.freedesktop.org (Postfix) with ESMTPS id 231EA10EEB4 for ; Tue, 2 Apr 2024 22:43:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1712097819; x=1712357019; bh=MR7zmTwADGewdo6zllRIZ/UTARO0kkmfGknWcirmVYw=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=SwvVNHVeQJJLFM/VFfha1Ro2bdtkvE5DpYjEM//3CSt7emQnfjGMN3H8Jh9Th1BpZ sOMXFe42Ta/5TWlWUm2Pm5Z3YpV+dv1CPiUEbtSHWM/VQ4gwcdG+45l7GQZw07geXP 5v33aTQ5VxoWG/NUBE0tzO7FAuVwsgnehs17WP8Z2WSSfm1AY1spHktsK0VFKDMmxU rU4lRvX2DR+Vl55p7RNoB+75Z8cCpMxMVS6O8W2tSFnpZsnb1dziTx+uZ0U76iknzn pKA4KLXlhGAsBr14vknhm26iFGg+oOZoB1Vq7IPZpuAX+1qW8zEF8QigG7rTl/nE/S 5J5UaalFVPJNg== Date: Tue, 02 Apr 2024 22:43:30 +0000 To: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org From: Nicolas Devos Cc: Nicolas Devos Subject: [PATCH 0/4] gpu/drm: Fix checkpatch warnings in drm_connector.c Message-ID: <20240402224320.12146-1-ndevos-dev@pm.me> Feedback-ID: 76711691:user:proton MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 02 Apr 2024 22:48:59 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hello, First time contributor here, I am getting familiar with the flow by fixing some checkpatch warnings. This patch series fixes the warnings of drivers/gpu/drm/drm_connector.c. The result is 4 patches that each address a separate issue raised by the checkpatch.pl script. My initial attempt [1] was not accepted, this patch series addresses the given review comments. Please, let me know if something is not as expected. [1]: https://lore.kernel.org/all/20240222204450.7943-1-ndevos-dev@pm.me/ Nicolas Devos (4): gpu/drm: Add SPDX-license-Identifier tag gpu/drm: Remove unnecessary braces gpu/drm: Prefer `unsigned int` over `unsigned` gpu/drm: Replace tabs with spaces in comments drivers/gpu/drm/drm_connector.c | 722 ++++++++++++++++---------------- 1 file changed, 361 insertions(+), 361 deletions(-)