From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta0.migadu.com (out-173.mta0.migadu.com [91.218.175.173]) (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 3CA0216EB42 for ; Sat, 14 Feb 2026 02:26:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771036006; cv=none; b=bUXwOq/i0Fg22m6FWcbV/wwZfxdlzzMX8xqzYE5mxpjjg3kL/rdneOhgQ/5s1e/M65NVgnKXveIYfu842GzqJ1R4raFA0GyZikLm/8uU+6OnPUwTEzvrtIXV/PWcOMtP+wWBUbjAHjBjYc+nSe0dT884sXM03w1tQ3uXSxmzfks= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771036006; c=relaxed/simple; bh=lsJsKLW9HQd4x9txmZ3kCZs3C4uRES8QIHGMV0twQ6c=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=hrjRzgSz9siwJJlVN5dDMD1wP6/Gwut4vE1YGhtese9cHtr8sDiGGrgjgVKK0PnuUTA79LQor1+RUHoxCMGd1yRKjUFgsGGUcuofdQECdUpwIkKiCWKEYVDVcOcEWyHHUEdKD0x7hUFbZEx+8pERCMQeot6SlcdnwlSbiIRC5JY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=ivIJMQtR; arc=none smtp.client-ip=91.218.175.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="ivIJMQtR" Message-ID: <8ee1b065-b021-411b-b5ee-22c4a108cbce@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1771035999; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=0G0v4sVDDa/rU7cSPsEm3DDPPtxN/YGFfMN1h9Ze2E4=; b=ivIJMQtRNW1E0gGE8YTM0oKtbIK0OFy5AMJCJqoYa/c3LykfEWRHJpcCa9K4BS0Kwx85pd s/Nh+tMRLR9XfMlulroHGKed2CJyyjncrh8p7KecACNtIkEKXc6uZTcSWJFi2dMHgDfO2A YT9xe2xuWlVgyTid3BQxdF7WNKK+YT0= Date: Sat, 14 Feb 2026 10:25:57 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 0/2] riscv: fix minor typos and style issues in XIP code To: Conor Dooley Cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Anup Patel , Atish Patra , Zong Li , Deepak Gupta , zhouzhouyi , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org References: <20260213094739.397762-1-kunwu.chan@linux.dev> <20260213-entomb-ambulance-ec51cd9ea179@spud> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Kunwu Chan In-Reply-To: <20260213-entomb-ambulance-ec51cd9ea179@spud> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 2/13/26 18:47, Conor Dooley wrote: > On Fri, Feb 13, 2026 at 05:47:37PM +0800, 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(-) > The patches should be sent in reply to the cover letter. Thanks. I'll resend the series properly threaded. -- Thanx, Kunwu