From: Arnd Bergmann <arnd@kernel.org>
To: "Michael S. Tsirkin" <mst@redhat.com>,
Jason Wang <jasowang@redhat.com>,
Wu Zongyong <wuzongyong@linux.alibaba.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
Stefano Garzarella <sgarzare@redhat.com>,
Eli Cohen <elic@nvidia.com>, Max Gurtovoy <mgurtovoy@nvidia.com>,
virtualization@lists.linux-foundation.org,
linux-kernel@vger.kernel.org
Subject: [PATCH] eni_vdpa: alibaba: fix Kconfig typo
Date: Tue, 26 Oct 2021 10:31:59 +0200 [thread overview]
Message-ID: <20211026083214.3375383-1-arnd@kernel.org> (raw)
From: Arnd Bergmann <arnd@arndb.de>
The Kconfig symbol was misspelled, which leads to randconfig link
failures:
ld.lld: error: undefined symbol: vp_legacy_probe
>>> referenced by eni_vdpa.c
>>> vdpa/alibaba/eni_vdpa.o:(eni_vdpa_probe) in archive drivers/built-in.a
Fixes: 52e437b2b222 ("eni_vdpa: add vDPA driver for Alibaba ENI")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
drivers/vdpa/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/vdpa/Kconfig b/drivers/vdpa/Kconfig
index 481a38e6c600..dd258f42140e 100644
--- a/drivers/vdpa/Kconfig
+++ b/drivers/vdpa/Kconfig
@@ -80,7 +80,7 @@ config VP_VDPA
config ALIBABA_ENI_VDPA
tristate "vDPA driver for Alibaba ENI"
- select VIRTIO_PCI_LEGACY_LIB
+ select VIRTIO_PCI_LIB_LEGACY
depends on PCI_MSI && !CPU_BIG_ENDIAN
help
VDPA driver for Alibaba ENI (Elastic Network Interface) which is built upon
--
2.29.2
next reply other threads:[~2021-10-26 8:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-26 8:31 Arnd Bergmann [this message]
2021-10-26 9:57 ` [PATCH] eni_vdpa: alibaba: fix Kconfig typo Stefano Garzarella
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211026083214.3375383-1-arnd@kernel.org \
--to=arnd@kernel.org \
--cc=arnd@arndb.de \
--cc=elic@nvidia.com \
--cc=jasowang@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mgurtovoy@nvidia.com \
--cc=mst@redhat.com \
--cc=sgarzare@redhat.com \
--cc=virtualization@lists.linux-foundation.org \
--cc=wuzongyong@linux.alibaba.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox