From: Fabian Grünbichler Date: Mon, 25 Sep 2017 07:21:33 +0000 (+0200) Subject: fix typo in acs override patch X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=commitdiff_plain;h=cfe8ba0b247c813c7636995f0cbfada3f798d0ed;ds=sidebyside fix typo in acs override patch --- diff --git a/override_for_missing_acs_capabilities.patch b/override_for_missing_acs_capabilities.patch index 7052f5a..36e58e1 100644 --- a/override_for_missing_acs_capabilities.patch +++ b/override_for_missing_acs_capabilities.patch @@ -121,7 +121,7 @@ index 44e0ff3..32016cb 100644 + acs_on_ids[max_acs_id].vendor = val; + + p += strcspn(p, ":"); -+ if (*p != ';') { ++ if (*p != ':') { + pr_warn("PCIe ACS invalid ID\n"); + goto next; + }