From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 0ED874315F for ; Wed, 18 Mar 2026 23:23:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773876234; cv=none; b=IPAqTk2FhZWvvn4ab6oQlN5XHOtDed+k9diFkwzhxRUHI5Pr4gqJR7oxeXLNWrM8/pjvYwkU2ocF+7/DKvwHd8k8iyt4mVDg8ikPdfPx7sf8zXdfvrocFO2MkddtkeOJlgUokXh4lyxcHfD4oNaJ+AlxlT9UCiLFOfQgdVmlNBk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773876234; c=relaxed/simple; bh=iX7gUOL5Seq3NkcT+9Kn3/IaV4w3PsjMhU4UZdw7oSo=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=E8C3zijsiIXEX/ac8r3r/mb83E/QZnFD6gA77t9rymSYhhdg2Z+SQsizaGqRQ2d70jK+/GbNKSACZBzWzeHS/+XXikGM38yLdIPUn41BFYBbrkQgVnxK4mxrOsndvtaHc5JsOoi2aQ6t0okgc9Zu0QECZtaH9bQIYGorSXHQPVs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Zd5O/DU8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Zd5O/DU8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BD85BC19421; Wed, 18 Mar 2026 23:23:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773876233; bh=iX7gUOL5Seq3NkcT+9Kn3/IaV4w3PsjMhU4UZdw7oSo=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=Zd5O/DU8a5PK0tvblVPBeyJf4h30BEkuJo44GrQKFYILMyuOMq2hJ3cRl2eiz2mic oY6cm/NHpVllwZf5XVf/E6B11UZFPvAINtE1QBbTrvldsWEw5ogM10lg9Ovkjby8Xq o+NqZ6vNYxBO10mam+asOiBXEBLHx8a22RKaskKscfeLVju6ybqoreCuLqEH+nH+0H JOZred3OzkXpRhXRlM1j+Kjjn191OLwkNT9ZUcpYnOXu2HFVOsw6MDj6BzRDUAC5Ld VhKTuKIjiikKxWXoZJffD8A6SHJxfEhHZRr9tR25uGFcVHlz/X7xPAaB2EhlaoppEu NZyron7LcjBSA== Date: Wed, 18 Mar 2026 17:23:48 -0600 (MDT) From: Paul Walmsley To: Kunwu Chan cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , Conor Dooley , Alexandre Ghiti , Anup Patel , Atish Patra , Zong Li , Deepak Gupta , Zhouyi Zhou , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND 0/2] riscv: fix minor typos and style issues in XIP code In-Reply-To: <20260214023804.677127-1-kunwu.chan@linux.dev> Message-ID: <26ca22b1-b6d6-a733-2ab0-7fc83908bec0@kernel.org> References: <20260214023804.677127-1-kunwu.chan@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Hi, On Sat, 14 Feb 2026, Kunwu Chan wrote: > Fix a few minor issues found in riscv XIP-related code: > > - xip_fixup.h: comment typo (_start vs _sdata) and spaces-vs-tab > - head.S: spelling typo and wrong #endif comment > > Kunwu Chan (2): > riscv: xip_fixup.h: fix comment typo and whitespace issue > riscv: head.S: fix typo and wrong #endif comment > > arch/riscv/include/asm/xip_fixup.h | 4 ++-- > arch/riscv/kernel/head.S | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) Please see: https://lore.kernel.org/linux-riscv/609b889a-8bb1-d2b5-8de6-ddeec27cac04@kernel.org/ - Paul