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 3E94D1FCFFC for ; Fri, 20 Feb 2026 15:56:37 +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=1771602998; cv=none; b=WIRhq22I7vpCs1KxUUovnIBKJNFBbUwOikYOfjNKJVpB9qBMLTWKCo4hEi2rGjGbVE/EAiWvoluGNzWNYHM3tZhNo+Sw5FXdFbfZhID+CLVqaFgUC8Ikvo3mr62WVkOMiFvFFvskuCHZB7s16GxR2KGOQ1hONpHYJHHRo3I2Hnc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771602998; c=relaxed/simple; bh=lsJRWKysIL8aeyzSTgTOUKlJ13kiiXwHbXQJZUVl7co=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WiTn51JqVFlvpImJwbJTTGIB/RHS9RPLIRoRZFy2ELO6tNxL9sF9sOCDM3K5m/EJvK9NB2xEXvz69AEVcK5Oziiud7aCR4CjD0x4fWufw4G3JLGq14GEyLF27GRIA60HRStzd2WXW0Xr6NA5jbZmwq0NAsm+opE+KCdWoKScnwA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YN8fXPbb; 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="YN8fXPbb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0F59FC116C6; Fri, 20 Feb 2026 15:56:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771602997; bh=lsJRWKysIL8aeyzSTgTOUKlJ13kiiXwHbXQJZUVl7co=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YN8fXPbbEFT+duqDNZltyflLcS5sX07jZD9MDDbhP256mhydzUF+UL2Vzun+TPVSO gyvqrA+EH+Oshf3MA6XV3JBLi3rEcPYg6anCj93/F/dlbi7XmQE5VRFaMy5I9v64Uo yAO8V29EBdtjCzd9nSX1L81VMw+UDB4Xypp6LaUgow1vlE5W9joXNXBsusk/ElJGpE 5GrzvOvCWWAV1zXaM83j/jJK3AEGv6Tb4SUcl4I/fSMXAGx9jyrk5yiRX68ydH24Qg TBCogSBYXFLkSQH2aNoQyPh0TsPP/2R26vIiNs8zWxA7FYhyI3wkKzf0dJr80ukQ5q PcEiLY7uYDzIg== Date: Fri, 20 Feb 2026 23:38:03 +0800 From: Jisheng Zhang 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 Message-ID: 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=utf-8 Content-Disposition: inline In-Reply-To: <20260214023804.677127-1-kunwu.chan@linux.dev> On Sat, Feb 14, 2026 at 10:38:02AM +0800, Kunwu Chan wrote: > Fix a few minor issues found in riscv XIP-related code: 'RESEND' isn't expected to be used as you did in this series. You sent the v1 series on Feb 14, only 4 days ago, the series doesn't miss any dev window. https://lore.kernel.org/linux-riscv/8ee1b065-b021-411b-b5ee-22c4a108cbce@linux.dev/T/#t > > - xip_fixup.h: comment typo (_start vs _sdata) and spaces-vs-tab > - head.S: spelling typo and wrong #endif comment I'm sorry, but how important is fixing comment/spelling typo or #endif comment among maintainship? The riscv XIP code doesn't stand on itself, but heavily affects and is affected by other riscv arch common code. > > 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(-) > > -- > 2.25.1 > > > _______________________________________________ > linux-riscv mailing list > linux-riscv@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-riscv