From nobody Tue Apr 7 17:15:09 2026 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.subspace.kernel.org (Postfix) with ESMTPS id F2E59368955 for ; Thu, 26 Feb 2026 22:09:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772143785; cv=none; b=kYgFJ7p6J1lMM/ghln8GY8NEvFx17nAYlb6eHFmry/8JvbrpZBd5nTedwanzxeA3vLVF1n1LQhkZme7Wd0gHBTrjKCYQuiM+wDWBijo7IYwtaD3JwtmQLW2e8ENEFYtPyz3xaxMYg1+8PqppLUaSIyDDOqRlCONNqEd0Ex0gFpg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772143785; c=relaxed/simple; bh=DRVhjL42xUsLtEH1viopjJPLU89eG84RqaOxiiDYyJo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=IKN4NckmxXXBOzBMsBRBG/f0zl+8g1oPRWTzGRsIq2kPiaAJsuRjoZpuULZ/ybuYHHRPYv8WdmDANUsD25HX8c8tQBYolsxK/M2BGzRzyPFOC6y0SwprMFtByRrVz7KLRk7FAdyYFg31VYcTHy+PlshbQAbygIKJc/Bi+oPvjMU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=HArAiqW9; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="HArAiqW9" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=1IvXxZSn0FyIplUq9AzZaJoAoSpxP/IQ76nIXudhy9k=; b=HArAiqW9h4CX2jxDUzdoIndQdD aEuvomT6JhvIl1Zvk1gUhWErx0XzGqMHu4DAdwY0/Htw3snE0ZkU82qKDZdj2ftoZCKnFeiIfa6WH YMbLRCJdBHHf2k7FUd3xCZH4WJT17R+alRBc5a7NO4h/DSUV5n83PCQC1koyXvhP111MkpwDgP7Ux oaaQqr6LwrStfu0epWaXkBwKqL+3o+5cs3/+86diUOCwd9xIPMeM6YDLba7XxggvXCQaDO7/Q0FK9 EVK04AE531SgTL4JAXrL4iUv+N82EBNmk2n7v1ifPf5bVm86RcI4R7jTXx3PUj6YcJKFvYJhEHjr8 xWUJBzqQ==; Received: from [50.53.43.113] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1vvjYF-00000007HjA-0dgH; Thu, 26 Feb 2026 22:09:43 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Timur Tabi , Kumar Gala , Christophe Leroy , Greg Kroah-Hartman Subject: [PATCH] virt: fsl_hypervisor: fix header kernel-doc warnings Date: Thu, 26 Feb 2026 14:09:42 -0800 Message-ID: <20260226220942.1035295-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Correct struct member names to placate kernel-doc warnings: Warning: include/uapi/linux/fsl_hypervisor.h:148 struct member 'local_vaddr' not described in 'fsl_hv_ioctl_memcpy' Warning: include/uapi/linux/fsl_hypervisor.h:148 struct member 'remote_paddr' not described in 'fsl_hv_ioctl_memcpy' Fixes: 6db7199407ca ("drivers/virt: introduce Freescale hypervisor manageme= nt driver") Signed-off-by: Randy Dunlap --- Cc: Timur Tabi Cc: Kumar Gala Cc: Christophe Leroy Cc: Greg Kroah-Hartman include/uapi/linux/fsl_hypervisor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20260226.orig/include/uapi/linux/fsl_hypervisor.h +++ linux-next-20260226/include/uapi/linux/fsl_hypervisor.h @@ -114,9 +114,9 @@ struct fsl_hv_ioctl_stop { * @target: the partition ID of the target partition, or -1 for this * partition * @reserved: reserved, must be set to 0 - * @local_addr: user-space virtual address of a buffer in the local + * @local_vaddr: user-space virtual address of a buffer in the local * partition - * @remote_addr: guest physical address of a buffer in the + * @remote_paddr: guest physical address of a buffer in the * remote partition * @count: the number of bytes to copy. Both the local and remote * buffers must be at least 'count' bytes long