From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-175.mta1.migadu.com (out-175.mta1.migadu.com [95.215.58.175]) (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 43F8C1AAD0 for ; Sat, 24 Feb 2024 09:15:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.175 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708766150; cv=none; b=tj493VvhGmj11JmbdtQ1M5DtHaYCq632y8+q6PAcV2Na46MlUh56uLw0LBkSJNmLOtzFayraiqyO4K2CADn7lC2Luy82fLVZt5ZlLe898hT6mfkuhNFpKsjC/x/2L4eCV/ZUgbhRwqpJcZh3FvA/bnqPKeslD0Q7PTAMX6o/RhI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708766150; c=relaxed/simple; bh=/nCNfFV9yOQlHaWyqCnWCiiTJ197iuFEo6L8MiqkLUk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=aopCXzv+2TuBKO6ULvgYEO8Xm3jUfP/P4B2LXoXTPEIPBHQEGzAWFS1eN7UnFRYTscX/x8tHaixCNhKqiazgFo9hEHC/CqzQFP3mTCZa6FLm5HR8+xK8knVMoaja4hNCeT4i98arK89lZ1rvNp6FrqBQ5TI2g94UHNG4ECfE92o= 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=xIBELcgT; arc=none smtp.client-ip=95.215.58.175 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="xIBELcgT" 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=1708766147; 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=HhVrqgB6eeZ/tDE1lRVyDBNfVZMl8Jpt9yJZadWr00Q=; b=xIBELcgT62nj54hl49Gz51C1ZfDoO5tFtJqqTGqIUBUXx64dSxM+ReGylAMokje/sgCuAI xJY9aGTrmzf3gU8MhRI5pUXl7+Pd5VdUbRkrke4y2syP+hmVRpfwe6uYcZEOiwMJDcIP0M ZDF23hbkbPMLsTZ70zK1LVS1eVnpIG4= From: Oliver Upton To: Bjorn Helgaas , Marc Zyngier Cc: Oliver Upton , linux-arm-kernel@lists.infradead.org, Will Deacon , James Morse , linux-kernel@vger.kernel.org, kvmarm@lists.linux.dev, Catalin Marinas , Suzuki K Poulose , Randy Dunlap , Zenghui Yu , Bjorn Helgaas Subject: Re: (subset) [PATCH 5/8] KVM: arm64: Fix typos Date: Sat, 24 Feb 2024 09:15:35 +0000 Message-ID: <170876611826.323614.1992753993268344387.b4-ty@linux.dev> In-Reply-To: <20240103231605.1801364-6-helgaas@kernel.org> References: <20240103231605.1801364-1-helgaas@kernel.org> <20240103231605.1801364-6-helgaas@kernel.org> 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-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT On Wed, 3 Jan 2024 17:16:02 -0600, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Fix typos, most reported by "codespell arch/arm64". Only touches comments, > no code changes. > > Applied to kvmarm/next, thanks! [5/8] KVM: arm64: Fix typos https://git.kernel.org/kvmarm/kvmarm/c/75841d89f3ed -- Best, Oliver