From patchwork Tue Jan 28 19:01:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Easwar Hariharan X-Patchwork-Id: 13953049 X-Patchwork-Delegate: kw@linux.com Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id BBFAB748D; Tue, 28 Jan 2025 19:01:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738090906; cv=none; b=oG/KNYt66RbgOZVs2h0fWtmBbJfK9/8oaaisWiFkbbbhzPK/ynfKXQK9tz1/8NA85LV6dMMfgm+FuttzKGGC7halqGSVNu/KuyW65XCrMEiyveRVqrTKeIypwfSg3MMIc3j5INnCB7tt2OhFxegKYjkJ6Tr3IliK0pNrzUoBaew= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738090906; c=relaxed/simple; bh=G3yHZwe1qvH8ljeHQDRj2sC0mlKxxSqCKF4ThFFV6AE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Ebk/ejhzVhJIGXIZ+ENPXWKOOrQi35s64rgcEApwci9Lvg24/zIiTjFSZ+q2/PUyAgKYr9a23kaUiBWSqg/VCe3FtYeQmCQLQSuGuKG4jjIGfTNZftMs+5Sql0uGw7UxLEey5T63XGdhduNzB1CFChyun2Lx2sGqawvXKikd59Q= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=SD5kJoIL; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="SD5kJoIL" Received: from eahariha-devbox.5bhznamrcrmeznzvghz2s0u2eh.xx.internal.cloudapp.net (unknown [40.91.112.99]) by linux.microsoft.com (Postfix) with ESMTPSA id 368BF203718E; Tue, 28 Jan 2025 11:01:44 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 368BF203718E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1738090904; bh=yGwU/o2uwBqXvjNervGipCyOPt+3st//1cF53Rf4Op0=; h=From:To:Cc:Subject:Date:From; b=SD5kJoILiXSQzqAjqYDUv4SOlLbZo+VlKhd9SZvgKX1JytNyUvLRRpry8PbEFa2uj Oui8mUaVR7py69g04nmIDt1EOHKcEjOj4RO7LPmuZVNGehBCntdseAJxmnvcjLsdCq N73BGxEBdHNPl21mzgxxULu9IQZGMhd9rSBmcVbQ= From: Easwar Hariharan To: "K. Y. Srinivasan" , Haiyang Zhang , Wei Liu , Dexuan Cui , Lorenzo Pieralisi , =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= , Manivannan Sadhasivam , Rob Herring , Bjorn Helgaas , linux-hyperv@vger.kernel.org (open list:Hyper-V/Azure CORE AND DRIVERS), linux-pci@vger.kernel.org (open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS), linux-kernel@vger.kernel.org (open list) Cc: Easwar Hariharan Subject: [PATCH] PCI: hv: Correct a comment Date: Tue, 28 Jan 2025 19:01:40 +0000 Message-ID: <20250128190141.69220-1-eahariha@linux.microsoft.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Signed-off-by: Easwar Hariharan --- drivers/pci/controller/pci-hyperv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/controller/pci-hyperv.c b/drivers/pci/controller/pci-hyperv.c index 6084b38bdda17..3ae3a8a79dcf0 100644 --- a/drivers/pci/controller/pci-hyperv.c +++ b/drivers/pci/controller/pci-hyperv.c @@ -1356,7 +1356,7 @@ static struct pci_ops hv_pcifront_ops = { * * If the PF driver wishes to initiate communication, it can "invalidate" one or * more of the first 64 blocks. This invalidation is delivered via a callback - * supplied by the VF driver by this driver. + * supplied to the VF driver by this driver. * * No protocol is implied, except that supplied by the PF and VF drivers. */