From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-174.mta1.migadu.com (out-174.mta1.migadu.com [95.215.58.174]) (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 2350D16EB42 for ; Sat, 14 Feb 2026 02:38:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771036711; cv=none; b=Bp0xsS18cvuL4Tr59yIqIlY83nI9tMVUrHR3TobHMQo0odyBbZ7WpnfFQOBH20UBcUcMQuFSW20Fluc9W9RywajwpIRsqHhdthJVdBpOwpbL5/cGOaRBTSF1SHT4C2TkOxcAMaWenT9cnCBjNrhMffaE4fqDTSfvNnOwiD6/stk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771036711; c=relaxed/simple; bh=9ojO8G3RrQH3KNUmopuMMT8gnfKrlJcek/gKH8H2PfY=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=gRN8S6egx7wsNvN7GEAKTYAMds/ns0z9urVFAMLrbIDMzsvkyT29WqTO3sIIXYloJ5vlIbunGSGDPLGCRt4hs7tkwa+aUNBGLizppEUUXq18Tcp+fb1lojKM/wHnM94IFEb6Q7/ITPoRpnSuLUl55qqQpYJbfTj0tr6R8DhOQCs= 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=gKn0Xlna; arc=none smtp.client-ip=95.215.58.174 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="gKn0Xlna" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1771036708; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=gf06fOc9NSYWQuPmpzEppb+KChKB/ddt5VFMWOyC7BM=; b=gKn0Xlna2CWPJBh0G/TPaTtLUSthA4DEOQPk2YbKij3dpjf7oV/LUUsCId1t6shyMeuhZD p0xuys8Kf+JnvAduWfqQgs+7x0ZIoutovHay0NHcDOSkQW7u9Zsdcr9pGlR1nX9ffEJI0B J2kgTMYMbd5lbfhwPm8VRNCfGhZ7wdY= From: Kunwu Chan To: Paul Walmsley , Palmer Dabbelt , Albert Ou Cc: Conor Dooley , Alexandre Ghiti , Anup Patel , Atish Patra , Zong Li , Deepak Gupta , Zhouyi Zhou , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Kunwu Chan Subject: [PATCH RESEND 0/2] riscv: fix minor typos and style issues in XIP code Date: Sat, 14 Feb 2026 10:38:02 +0800 Message-Id: <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-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 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(-) -- 2.25.1