From nobody Fri Jan 9 04:20:11 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B8E26E8FDB3 for ; Tue, 3 Oct 2023 20:52:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241103AbjJCUwz (ORCPT ); Tue, 3 Oct 2023 16:52:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232269AbjJCUwx (ORCPT ); Tue, 3 Oct 2023 16:52:53 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B03C3AF; Tue, 3 Oct 2023 13:52:48 -0700 (PDT) Date: Tue, 03 Oct 2023 20:52:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1696366366; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=PT02vf4qpONgCCHR+P2R8irQpHEFafTAc6KzSUkg5Y0=; b=hCW01UBFWnE+o4p8ls7y6ILPrSRM+f9NTa1E39P9+Lf5n1UGkthey5BIhAloOE4khu7Wiu iCIIlOp2mw7KhdpZmBwxQHHzpIpl7aqkTeTFD4v5pYW5hsepNHntcwBj9H1PpuEGtnIFq/ un+TPFlweYmrvt0GcMOO4DC1k7zO50xlgetDxWVt5raGYN5vfeUVbbeDQaQ5awoEyaeGg5 c+arTv0Z3jB3Qsv3CTKPn47aBn36nmDwf6MMbUaFI0nmPfof3XKofa3lj3yAf62VWaGDod C2BdhVBJqs/5cX7Eqg3cnLQSlGpfqb5TglUKGxRUe28t6nzyurciUE81e0MOAA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1696366366; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=PT02vf4qpONgCCHR+P2R8irQpHEFafTAc6KzSUkg5Y0=; b=l9wGx9F3RFi3WeXNylPHfqQRwXTIurM+dpOtijG/sb5VtuYWsXDaRk3YrAcVrJCiCcZsBg WVcSbNr1YVlHtYDQ== From: "tip-bot2 for Zhu Wang" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: x86/asm] x86/lib: Address kernel-doc warnings Cc: Zhu Wang , Ingo Molnar , linux-kernel@vger.kernel.org, x86@kernel.org MIME-Version: 1.0 Message-ID: <169636636607.3135.9489854360051016582.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the x86/asm branch of tip: Commit-ID: 8ae292c66dcb160b3e1e16b66c3076d5a2c63873 Gitweb: https://git.kernel.org/tip/8ae292c66dcb160b3e1e16b66c3076d5a= 2c63873 Author: Zhu Wang AuthorDate: Mon, 31 Jul 2023 19:36:22 +08:00 Committer: Ingo Molnar CommitterDate: Tue, 03 Oct 2023 22:46:47 +02:00 x86/lib: Address kernel-doc warnings Fix all kernel-doc warnings in csum-wrappers_64.c: arch/x86/lib/csum-wrappers_64.c:25: warning: Excess function parameter 'i= sum' description in 'csum_and_copy_from_user' arch/x86/lib/csum-wrappers_64.c:25: warning: Excess function parameter 'e= rrp' description in 'csum_and_copy_from_user' arch/x86/lib/csum-wrappers_64.c:49: warning: Excess function parameter 'i= sum' description in 'csum_and_copy_to_user' arch/x86/lib/csum-wrappers_64.c:49: warning: Excess function parameter 'e= rrp' description in 'csum_and_copy_to_user' arch/x86/lib/csum-wrappers_64.c:71: warning: Excess function parameter 's= um' description in 'csum_partial_copy_nocheck' Signed-off-by: Zhu Wang Signed-off-by: Ingo Molnar Cc: linux-kernel@vger.kernel.org --- arch/x86/lib/csum-wrappers_64.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/x86/lib/csum-wrappers_64.c b/arch/x86/lib/csum-wrappers_6= 4.c index 145f9a0..f4df4d2 100644 --- a/arch/x86/lib/csum-wrappers_64.c +++ b/arch/x86/lib/csum-wrappers_64.c @@ -14,8 +14,6 @@ * @src: source address (user space) * @dst: destination address * @len: number of bytes to be copied. - * @isum: initial sum that is added into the result (32bit unfolded) - * @errp: set to -EFAULT for an bad source address. * * Returns an 32bit unfolded checksum of the buffer. * src and dst are best aligned to 64bits. @@ -38,8 +36,6 @@ csum_and_copy_from_user(const void __user *src, void *dst= , int len) * @src: source address * @dst: destination address (user space) * @len: number of bytes to be copied. - * @isum: initial sum that is added into the result (32bit unfolded) - * @errp: set to -EFAULT for an bad destination address. * * Returns an 32bit unfolded checksum of the buffer. * src and dst are best aligned to 64bits. @@ -62,7 +58,6 @@ csum_and_copy_to_user(const void *src, void __user *dst, = int len) * @src: source address * @dst: destination address * @len: number of bytes to be copied. - * @sum: initial sum that is added into the result (32bit unfolded) * * Returns an 32bit unfolded checksum of the buffer. */