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 CED56C88E56 for ; Sat, 12 Sep 2026 19:45:58 +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:References:In-Reply-To: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:List-Owner; bh=P0npoEzA/E1dwbBlIIcBhCDU2XQtggnjslJY3gEdvsc=; b=uAtJ5QvXtAYxmYy9f4MoM72wFo RRokE5ctX/KzmK0bEJghN52GUMyNdf/ly4TEq5NdaBbkHRfXUaAnFm0mVyPn84jznPn3fgXlQ89SA Mzb8stL55sSXOM9uvffKpVHwJtM/t15yzPbuZBQZZaLll+NutRc4jqdAAVdQU5lXNUojVgf54Eakc HfuA69Nxiej7EJTdQjHIMiHi4E6I7IqAq/Z1Da4aps2T4tEdpiCe3vpuequVIKb/1B/w4i/L/muIi FjmKscIPdDNwDLT3652U+4Jy4ikyO24TOLO7Mymt8MeC/HHEUR2MMnRK4/gVln5KoG2zUPZlThNrj pnETOf4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1x5Tfa-000000017Yg-14dQ; Sat, 12 Sep 2026 19:45:50 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1x5TfW-000000017Ya-3Iz1 for linux-arm-kernel@lists.infradead.org; Sat, 12 Sep 2026 19:45:48 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id E2E4A43B35; Sat, 12 Sep 2026 19:45:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 468C41F000FF; Sat, 12 Sep 2026 19:45:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1789242345; bh=P0npoEzA/E1dwbBlIIcBhCDU2XQtggnjslJY3gEdvsc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=eETlsfsJS/BaGARZE3zB8hHhC8GFNKnfvZlGioAAAK2Llgtwwhl1xGLc31MpSlmWt GsngaCrg47xLI0y0yASdIWg8KeNoye+pyiq06XtQ968Uh/cmxO4RveVdUE4qJ5eVOy GmFZ+IUt9LQO1CZXnIp4OrKnAN8JiuK/bAIXSrlM= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Tudor Ambarus , Herbert Xu , "David S. Miller" , Nicolas Ferre , Alexandre Belloni , Ludovic Desroches , linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Lee Jones , Sasha Levin Subject: [PATCH 5.10 370/798] crypto: atmel-ecc - Struct headers need to start with keyword struct Date: Sat, 12 Sep 2026 08:59:58 +0200 Message-ID: <20260912065525.637006230@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260912065516.948645775@linuxfoundation.org> References: <20260912065516.948645775@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 5.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Lee Jones [ Upstream commit 71057841feaa6c1b5a80959013e588b2cdf9aef1 ] Fixes the following W=1 kernel build warning(s): drivers/crypto/atmel-ecc.c:41: warning: cannot understand function prototype: 'struct atmel_ecdh_ctx ' Cc: Tudor Ambarus Cc: Herbert Xu Cc: "David S. Miller" Cc: Nicolas Ferre Cc: Alexandre Belloni Cc: Ludovic Desroches Cc: linux-crypto@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Lee Jones Reviewed-by: Tudor Ambarus Signed-off-by: Herbert Xu Stable-dep-of: f240f9b588f4 ("crypto: atmel-ecc - reject hardware ECDH without a public key") Signed-off-by: Sasha Levin --- drivers/crypto/atmel-ecc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/atmel-ecc.c b/drivers/crypto/atmel-ecc.c index 5dd3e37f6715a..004d87cbfa221 100644 --- a/drivers/crypto/atmel-ecc.c +++ b/drivers/crypto/atmel-ecc.c @@ -26,7 +26,7 @@ static struct atmel_ecc_driver_data driver_data; /** - * atmel_ecdh_ctx - transformation context + * struct atmel_ecdh_ctx - transformation context * @client : pointer to i2c client device * @fallback : used for unsupported curves or when user wants to use its own * private key. -- 2.53.0