[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5a1badbb-19f7-09b5-0bb6-c2624e227b80@infradead.org>
Date: Mon, 22 Jun 2020 09:43:00 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: yunaixin03610@....com, netdev@...r.kernel.org, davem@...emloft.net,
linux-kernel@...r.kernel.org, wuguanping@...wei.com,
wangqindong@...wei.com
Subject: Re: [PATCH 4/5] Huawei BMA: Adding Huawei BMA driver: cdev_veth_drv
On 6/22/20 9:03 AM, yunaixin03610@....com wrote:
> diff --git a/drivers/net/ethernet/huawei/bma/Makefile b/drivers/net/ethernet/huawei/bma/Makefile
> index e6e46d820082..c626618f47fb 100644
> --- a/drivers/net/ethernet/huawei/bma/Makefile
> +++ b/drivers/net/ethernet/huawei/bma/Makefile
> @@ -5,3 +5,4 @@
> obj-$(CONFIG_BMA) += edma_drv/
> obj-$(CONFIG_BMA) += cdev_drv/
> obj-$(CONFIG_BMA) += veth_drv/
> +obj-$(CONFIG_BMA) += cdev_veth_drv/
> \ No newline at end of file
Please fix the "No newline" warning.
> diff --git a/drivers/net/ethernet/huawei/bma/cdev_veth_drv/Kconfig b/drivers/net/ethernet/huawei/bma/cdev_veth_drv/Kconfig
> new file mode 100644
> index 000000000000..97829c5487c2
> --- /dev/null
> +++ b/drivers/net/ethernet/huawei/bma/cdev_veth_drv/Kconfig
> @@ -0,0 +1,11 @@
> +#
> +# Huawei BMA software driver configuration
> +#
> +
> +config BMA
> + tristate "Huawei BMA Software Communication Driver"
> +
> + ---help---
Juse use
help
> + This driver supports Huawei BMA Software. It is used
> + to communication between Huawei BMA and BMC software.
> +
--
~Randy
Reported-by: Randy Dunlap <rdunlap@...radead.org>
Powered by blists - more mailing lists