From nobody Thu Apr 16 09:26:41 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 D5A3032A3C8 for ; Sat, 28 Feb 2026 19:30:02 +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=1772307005; cv=none; b=DKNvqJgjXvqaoKCdx+gcuXCKWB2fF6o6sDPjvLKwE+y0WDuEzg0g7CyFDidDdGQS76Jrfio7Mfs/Th2kcOElDNjicEBJQ1FQ/Ck3h0UVuHn7QSP6vjxvE5baR/k1suRZPCb8IwzzR4rEKuLS+vT2BOhgZcgyMiLQMyVOjEbwsG0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772307005; c=relaxed/simple; bh=KU67EsqISe12fzt5yewreg6CrZt9Zs/i/aa3TlZHmOI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=afLQrBYpKmKQcieH7pt3ld9xku6omObzE6lh4odsnp+66Q8Gde/0Xnoy1HsPOff90N4DSbYAmleIAodfc1fG4sWWxLBv/64zccd+rhEJmLYSfYtGWuxN47EieprhJdOwO2NTTr9ZbT3gHZL6/+FInk5XWOeGRpw1lZoD+b6tZ7k= 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=VlGfXgjH; 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="VlGfXgjH" 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=3ODdQNe4XC/mnbbChVl31UqFxe/RH6a5Zts8yuhvzmE=; b=VlGfXgjHQFoYi8l1OfRFkrpJ0v TDYl82tjgMz4zkcuymiYvReqiuHX+E+wFpf+7/6srflhl6px7+L7lmzUoLu82r79Q68LMyNz7Mfs8 kLu+FaBbogfiaCqOHUKkzT02RSHFlUn+VNYMLXnvl2A7yNx5EqP/Vm7pcfmzOATQVBrUxQs94kiDc F2VtN+XCSTjeHiEDeuLi9ut7mlCPQTcITQzhmawboepsd8gkV0asZ29oM/EyfWAORWStFU4hPPF4q xI9XolSwJZcAcBy+mRUy9lhzltBvPVmBa700oFoAhweI4KPFXJwxZT2ItiD/aUAxIvxfKbKkOq+1x 9+1fmHNA==; 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 1vwQ0l-0000000ACfe-3q2P; Sat, 28 Feb 2026 19:29:59 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org Subject: [PATCH v2] x86/platform/quark: fix all kernel-doc warnings in imr.c Date: Sat, 28 Feb 2026 11:29:59 -0800 Message-ID: <20260228192959.2836508-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" Use correct parameter names in kernel-doc comments to avoid warnings: imr.c:300: warning: Function parameter or struct member 'rmask' not described in 'imr_add_range' imr.c:300: warning: Function parameter or struct member 'wmask' not described in 'imr_add_range' imr.c:300: warning: Excess function parameter 'read_mask' description in 'imr_add_range' imr.c:300: warning: Excess function parameter 'write_mask' description in 'imr_add_range' Fixes: 28a375df16c2 ("x86/intel/quark: Add Isolated Memory Regions for Quar= k X1000") Signed-off-by: Randy Dunlap --- v2: modify patch description and rebase Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Borislav Petkov Cc: Dave Hansen Cc: x86@kernel.org arch/x86/platform/intel-quark/imr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20260227.orig/arch/x86/platform/intel-quark/imr.c +++ linux-next-20260227/arch/x86/platform/intel-quark/imr.c @@ -291,8 +291,8 @@ static inline int imr_address_overlap(ph * * @base: physical base address of region aligned to 1KiB. * @size: physical size of region in bytes must be aligned to 1KiB. - * @read_mask: read access mask. - * @write_mask: write access mask. + * @rmask: read access mask. + * @wmask: write access mask. * @return: zero on success or negative value indicating error. */ int imr_add_range(phys_addr_t base, size_t size,