From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D6B8644AB60; Tue, 21 Jul 2026 22:45:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784673920; cv=none; b=s3fKBSD58DQvy5NK3tJ7+udjxq29qzatyESZA/bZCS0LSK2kLdxJ+jdKCXL2aKqGfn2DrFKnGNmTDi5IhgJzprG24pMQ8ovxGL0xoWLXNnU0cj/iEpQVIh7NBn4CuPgPRQoN+1JPgMuu98Y5Tm/vEQmtksAWsEd4acw1AUlUVfE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784673920; c=relaxed/simple; bh=yZ2A4SkAF+CTzJU1Q3AnhSFD/3XtgdfhKePt/mWuLXA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=n9drmd07er/H4OBdYokCoyyP9vjzMNom/Epms0QbWM1hjRwuDlbaQQt6iCpPZX/jJASidEVOxS0TlohBgqNQkeVyBMUnPdl9LSplyZwtD0Rg9y1flnx2oBjZ0a6J1FBfgYXYPp9EoN01eap7OUfr1Pgy1jFhsiYcFyXGpUrglRg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=xD2pgLRu; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="xD2pgLRu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 433D21F000E9; Tue, 21 Jul 2026 22:45:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784673919; bh=+CRKQeQNBJAmEJDh4uF5rnCFd90M+9u20wxI9wR6ubU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=xD2pgLRu8BqRGYd/faviM/LB+clP/DDtE1avVA7GhnGhLbGPzdQhwr+i3Mtxa8CsA ZC1TQza+92en0ZnDcI9eFBq6r8TYtK4real3O7bkltXdQErmoRI3v9MNJ3Llcpl7Xh 8LlxN10zFYBCRyn6mua1DHrcB0uKvuUgnNo3yViM= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Andy Shevchenko , "Rafael J. Wysocki" , Sasha Levin Subject: [PATCH 5.10 344/699] ACPI: resource: Amend kernel-doc style Date: Tue, 21 Jul 2026 17:21:43 +0200 Message-ID: <20260721152403.452135025@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260721152355.667394603@linuxfoundation.org> References: <20260721152355.667394603@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Andy Shevchenko [ Upstream commit 78ad5c7722b7bed9d35ffc5b45eb0f12e2c22fee ] The functions are referred as func() in the kernel-doc. The % (percent) character makes the rendering for constants as described in the respective documentation. Amend all these. Fixes: 8e345c991c8c ("ACPI: Centralized processing of ACPI device resources") Signed-off-by: Andy Shevchenko Link: https://patch.msgid.link/20260617090555.2648709-1-andriy.shevchenko@linux.intel.com Signed-off-by: Rafael J. Wysocki Signed-off-by: Sasha Levin --- drivers/acpi/resource.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/acpi/resource.c b/drivers/acpi/resource.c index 14898b4fadf099..11ec469653a81b 100644 --- a/drivers/acpi/resource.c +++ b/drivers/acpi/resource.c @@ -688,7 +688,7 @@ bool acpi_dev_resource_interrupt(struct acpi_resource *ares, int index, EXPORT_SYMBOL_GPL(acpi_dev_resource_interrupt); /** - * acpi_dev_free_resource_list - Free resource from %acpi_dev_get_resources(). + * acpi_dev_free_resource_list - Free resource from acpi_dev_get_resources(). * @list: The head of the resource list to free. */ void acpi_dev_free_resource_list(struct list_head *list) @@ -808,7 +808,7 @@ static int __acpi_dev_get_resources(struct acpi_device *adev, * * The resultant struct resource objects are put on the list pointed to by * @list, that must be empty initially, as members of struct resource_entry - * objects. Callers of this routine should use %acpi_dev_free_resource_list() to + * objects. Callers of this routine should use acpi_dev_free_resource_list() to * free that list. * * The number of resources in the output list is returned on success, an error @@ -846,7 +846,7 @@ static int is_memory(struct acpi_resource *ares, void *not_used) * The resultant struct resource objects are put on the list pointed to * by @list, that must be empty initially, as members of struct * resource_entry objects. Callers of this routine should use - * %acpi_dev_free_resource_list() to free that list. + * acpi_dev_free_resource_list() to free that list. * * The number of resources in the output list is returned on success, * an error code reflecting the error condition is returned otherwise. -- 2.53.0