From patchwork Fri Oct 11 07:22:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 13832172 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 1AFC8CEDDBD for ; Fri, 11 Oct 2024 07:24:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=EDuJYGD/YgV54abZKKh6zfuqlESIpe60AXnoyZDGMcA=; b=DZcXWQx8MRp8e72bPnUKg+Xmy6 qF4SOhstaojyv8ep8JlvZXPBuj3UnGliujpICkWfjNbW6IxaT5+SOy8HbrgS0uALw+tzTKQ6ysZKf FIdQZ72vx+vSxeV9rcivcLOpy3+bSQO46IfKErtcJMleGeHJQlpIntMqQ4Hj/GfaDsol/3jVKOzUx k7B4G7KPVTofogUUU4aITRsrg0LNxryPh5P2itKOFaEsBin+6dDqK+sERuUhPWBWlpiNd/ImjBQ2H 1iImGUqrEZdzeIUdR8JBCycgy3TRLt58nRxtet9ZRFkJnf/FouxRBMb32mig3G+GeX1KopsNPOyoV prlp0jsw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1szA0O-0000000FWX5-0ljn; Fri, 11 Oct 2024 07:24:08 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1sz9yz-0000000FW4c-09W9; Fri, 11 Oct 2024 07:22:42 +0000 Received: from umang.jain (unknown [IPv6:2405:201:2015:f873:55d7:c02e:b2eb:ee3f]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id D634A220; Fri, 11 Oct 2024 09:20:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1728631259; bh=o34aJKY2qFL66oB9ISEsPLxD0VohBKTCN1NagdkXBac=; h=From:To:Cc:Subject:Date:From; b=ZVl1pSq8bVb7SMj7dITdlXsO8GPbYOEiyjfrxURSmBaWn/Miujt0LmPh1ueqtlex4 Lj44I88aeClIWor35oNfHe8FrDgAL3ETmOSG4YojzAOANFBJVN4mejCQG50nulG2hK tolq6fFwXbX5aBZRsJiSKbMWMamBvEOUTtA+LE2k= From: Umang Jain To: Greg Kroah-Hartman , Broadcom internal kernel review list Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Kieran Bingham , Dan Carpenter , Stefan Wahren , Laurent Pinchart , Umang Jain Subject: [PATCH 0/8] staging: vchiq: Lower indentation at various places Date: Fri, 11 Oct 2024 12:52:02 +0530 Message-ID: <20241011072210.494672-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241011_002241_421542_E5390866 X-CRM114-Status: UNSURE ( 3.65 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Series is attempted to fix few alignments issues. Also, it aims to lower indentation of various nested `if` conditional blocks without introducing any functional changes. Umang Jain (8): staging: vchiq_core: Locally cache cache_line_size information staging: vchiq_core: Properly log dev_err() staging: vchiq_core: Do not log debug in a separate scope staging: vchiq_core: Lower indentation of a conditional block staging: vchiq_core: Indent copy_message_data() on a single line staging: vchiq_arm: Lower indentation of a conditional block staging: vchiq_core: Lower indentation in parse_open() staging: vchiq_core: Lower indentation in vchiq_close_service_internal .../interface/vchiq_arm/vchiq_arm.c | 34 ++-- .../interface/vchiq_arm/vchiq_core.c | 185 +++++++++--------- 2 files changed, 111 insertions(+), 108 deletions(-)