From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta1.migadu.com (out-173.mta1.migadu.com [95.215.58.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 CFB387E57F for ; Fri, 28 Jun 2024 22:12:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719612731; cv=none; b=m7S4fAlJYwxCSAyCwuzv7CqnLtggD7RDpAAyAx5Gc5KMS48tA/N6ti2XR9CM+bN9Hbnl9waeMQQwL++OVyaTM9/WsB4RrRHR8wDHGM44aXG/+zqInYY88DBQJoqpSbwI7HWiz4iO+LBkcm8whRoLQWaB347Eb+6YSEVutvFQ6Q8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719612731; c=relaxed/simple; bh=yJqB0mdMI1pDxH77FtwVHZNj+V0J5g2Ib9kjx+6Bjn8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=AdPGdXI/WztjMdxxLr2GhfksI+5sXPSEg1UfIIGi4Eevxe3WlWPTIEDhsWczvMR6sgObYKTKStcnxA3DoDEN8gjjJNpJqv8ArykqutwBWWNcQBMpFEWZFKLLcWvfR2beLHk85ChyUYfLk94o4BwScHR29O116UkrjUhsHzOr3b0= 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=ZgKHV6wG; arc=none smtp.client-ip=95.215.58.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="ZgKHV6wG" X-Envelope-To: changyuanl@google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1719612727; 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=S3fbo5VQ87JWvffxjJKYzZzEnljo6EpxDkG+tSmQM1o=; b=ZgKHV6wGVRTi252g9l2ZsctbUiJEa0C1VmKK0j9ZYLakzgJ/2qrI+SQ7m8Axp9tk9rlT/7 arXmLgwaUpqoG81y2Lvtfk+CDLPyWWZGK/siB+xrFGlc7CSNkwp+iBPkDaNUvF3AafaqnG FJe+xSPPca17cdPgJLw1k4Ky3bAG67U= X-Envelope-To: corbet@lwn.net X-Envelope-To: oliver.upton@linux.dev X-Envelope-To: linux-doc@vger.kernel.org X-Envelope-To: kvm@vger.kernel.org X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Changyuan Lyu , Jonathan Corbet Cc: Oliver Upton , linux-doc@vger.kernel.org, kvm@vger.kernel.org Subject: Re: [PATCH 1/3] Documentation: Fix typo `BFD` Date: Fri, 28 Jun 2024 22:11:44 +0000 Message-ID: <171961239511.3148149.12047258552361783439.b4-ty@linux.dev> In-Reply-To: <20240623164542.2999626-1-changyuanl@google.com> References: <20240623164542.2999626-1-changyuanl@google.com> Precedence: bulk X-Mailing-List: linux-doc@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 Sun, 23 Jun 2024 09:45:39 -0700, Changyuan Lyu wrote: > BDF is the acronym for Bus, Device, Function. > > Applied to kvmarm/next, thanks! [1/3] Documentation: Fix typo `BFD` https://git.kernel.org/kvmarm/kvmarm/c/dc1d234cdd4a [2/3] Documentation: Enumerate allowed value macros of `irq_type` https://git.kernel.org/kvmarm/kvmarm/c/03bd36a387b8 [3/3] Documentation: Correct the VGIC V2 CPU interface addr space size https://git.kernel.org/kvmarm/kvmarm/c/810ecbefdd54 -- Best, Oliver