[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <60d35206a67a98a0d0fd58d6f47c8dd1312e168e.camel@perches.com>
Date: Mon, 20 Dec 2021 23:00:18 -0800
From: Joe Perches <joe@...ches.com>
To: Mike Ximing Chen <mike.ximing.chen@...el.com>,
linux-kernel@...r.kernel.org
Cc: arnd@...db.de, gregkh@...uxfoundation.org,
dan.j.williams@...el.com, pierre-louis.bossart@...ux.intel.com,
netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org
Subject: Re: [RFC PATCH v12 01/17] dlb: add skeleton for DLB driver
On Tue, 2021-12-21 at 00:50 -0600, Mike Ximing Chen wrote:
> Add a DLB entry to the MAINTAINERS file.
btw: Nice documentation
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -9335,6 +9335,13 @@ L: linux-kernel@...r.kernel.org
> S: Supported
> F: arch/x86/include/asm/intel-family.h
>
> +INTEL DYNAMIC LOAD BALANCER DRIVER
> +M: Mike Ximing Chen <mike.ximing.chen@...el.com>
> +S: Maintained
> +F: Documentation/ABI/testing/sysfs-driver-dlb
> +F: drivers/misc/dlb/
> +F: include/uapi/linux/dlb.h
> +
> INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
> M: Jani Nikula <jani.nikula@...ux.intel.com>
> M: Joonas Lahtinen <joonas.lahtinen@...ux.intel.com>
Section is not in the appropriate alphabetic order.
dynamic should be after drm
> diff --git a/drivers/misc/dlb/dlb_main.c b/drivers/misc/dlb/dlb_main.c
[]
> +// SPDX-License-Identifier: GPL-2.0-only
[]
> +MODULE_LICENSE("GPL v2");
Should use "GPL" not "GPL v2".
https://lore.kernel.org/lkml/alpine.DEB.2.21.1901282105450.1669@nanos.tec.linutronix.de/
Powered by blists - more mailing lists