From mboxrd@z Thu Jan 1 00:00:00 1970 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 189B1CA1013 for ; Thu, 4 Sep 2025 20:20:05 +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: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=fL3V1/sUKwkkXMZR/2JVFYQkxv2fRhBoQVf6kk72Bu4=; b=1oONRccuWrCFADn56ntglzT6Jx l5CMPslAY5VOMKG3OT4wm2RQt5qRq5b7vbIue8fJoguoUNBWDvoZwfyLMCzylTw8dOXiKstCAqiC0 adtF9HcE8/CYBdb/vzqkx3z1aEnMi209zYcg6j+3zECyzEp5wTMp0xCmvR3j+rE2eQ8YEZwCy9c45 HeTVAHa0IbNB14NMBuIb8tA+6t5FDQx6py8HyO2cGCh4/mAHXAIkGq4GUxYYDCJEWZgna+CsgnHOd Nd4o4PwARNTaekW6uOao72fiIrRa6Z7DZ/jmn1oWChz7PyuM2szF/9mmJ8cE53bkOUkUJsxtA0K1m asZNZVng==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uuGR5-0000000EDAk-3NAa; Thu, 04 Sep 2025 20:19:59 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uuDlD-0000000DG9t-3BCv for linux-arm-kernel@lists.infradead.org; Thu, 04 Sep 2025 17:28:37 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B514D2E98; Thu, 4 Sep 2025 10:28:26 -0700 (PDT) Received: from [10.1.196.42] (eglon.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 773093F6A8; Thu, 4 Sep 2025 10:28:29 -0700 (PDT) Message-ID: Date: Thu, 4 Sep 2025 18:28:21 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 08/33] ACPI / MPAM: Parse the MPAM table To: Markus Elfring , linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org, devicetree@vger.kernel.org Cc: LKML , Amit Singh Tomar , Baisheng Gao , Baolin Wang , bobo.shaobowang@huawei.com, Carl Worth , Catalin Marinas , Conor Dooley , Danilo Krummrich , Dave Martin , David Hildenbrand , Drew Fustini , D Scott Phillips , Fenghua Yu , Greg Kroah-Hartman , Hanjun Guo , Jamie Iles , Jonathan Cameron , Koba Ko , Krzysztof Kozlowski , Len Brown , Linu Cherian , Lorenzo Pieralisi , Peter Newman , "Rafael J. Wysocki" , Rex Nie , Rob Herring , Rohit Mathew , Shameer Kolothum , Shanker Donthineni , Shaopeng Tan , Sudeep Holla , Will Deacon , Xin Hao References: <20250822153048.2287-9-james.morse@arm.com> <60b72fd4-0a63-44ff-9850-1848d3fe9559@web.de> Content-Language: en-GB From: James Morse In-Reply-To: <60b72fd4-0a63-44ff-9850-1848d3fe9559@web.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250904_102835_832868_BFBDBA57 X-CRM114-Status: UNSURE ( 8.22 ) 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 Hi Markus, On 23/08/2025 11:55, Markus Elfring wrote: > … >> +++ b/drivers/acpi/arm64/mpam.c >> @@ -0,0 +1,331 @@ > … >> +static int __init acpi_mpam_parse(void) >> +{ >> + struct acpi_table_header *table __free(acpi_table) = acpi_get_table_ret(ACPI_SIG_MPAM, 0); >> + char *table_end, *table_offset = (char *)(table + 1); > … > > Please replace eight space characters by a tab character here. > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst?h=v6.17-rc2#n18 > > Are further source code places similarly improvable? Yes - I just copied this rune from the email from Jonathan that suggested it. 'Fixed', Thanks, James