From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-176.mta1.migadu.com (out-176.mta1.migadu.com [95.215.58.176]) (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 9E86226AC3 for ; Fri, 13 Feb 2026 09:48:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.176 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770976117; cv=none; b=PJ+PuwTn1fDkJdjzEnW/Mc/VnvMGEV97t9xuQy6cJTN/j7SQ6oFYJvZE+2f0zabbdK/nxoVZshEjZrjFoX40HZv/UWWmZKAld1WhGq+XfnD/C11AaesKaHaUIsowUdWBR26PSUn0+5dYeSv4BPBLI28Bi+AyLzKyqLvg/RPSHYE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770976117; c=relaxed/simple; bh=9ojO8G3RrQH3KNUmopuMMT8gnfKrlJcek/gKH8H2PfY=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=KvtiRBrqTkvOXn77zdwkvWV/aLh3VZjvtWZp9VePToGcKQEDzbgeXpIxgG8lrbwKq8xFKtWQOZP/P8TQrswCYxBSF1S9w9mO5CEDPBOADz9TctNksiiNXhBfHanOkVUqh9VsVkgbnQssd9ucsCZaey4GlMnsqWIe0HFmwgjqy64= 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=iJvb5k5k; arc=none smtp.client-ip=95.215.58.176 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="iJvb5k5k" 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=1770976113; 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=iJvb5k5kNQko7FF0TlwdhzgqiPwqrGAkRZ7HSJ9sDSrMIfVuwf9jNcXfHCgDl2435Ewb8I /Ks8XieDmt/OzyMLskNQ0Qq8XXiTBTF24MCBgMTSn72m9r6uEs6Qb4wWr27JukjAMYY5aH 6Lo1lA/9/EPaIl1vUg3//6U9r9vejx8= From: Kunwu Chan To: Paul Walmsley , Palmer Dabbelt , Albert Ou Cc: Alexandre Ghiti , Anup Patel , Atish Patra , Zong Li , Deepak Gupta , zhouzhouyi , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Kunwu Chan Subject: [PATCH 0/2] riscv: fix minor typos and style issues in XIP code Date: Fri, 13 Feb 2026 17:47:37 +0800 Message-Id: <20260213094739.397762-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