On Sun, 22 Aug 2021 at 15:25, Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> wrote: > > Hi Cai, > > Thank you for the patch. > > On Sun, Aug 22, 2021 at 03:21:11PM +0800, Cai Huoqing wrote: > > use SPDX-License-Identifier instead of a verbose license text > > > > Signed-off-by: Cai Huoqing <caihuoqing@xxxxxxxxx> > > Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> Applied to drm-misc-next. > > > --- > > drivers/gpu/drm/bridge/adv7511/adv7511_cec.c | 15 +-------------- > > 1 file changed, 1 insertion(+), 14 deletions(-) > > > > diff --git a/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c b/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c > > index a20a45c0b353..28d9becc939c 100644 > > --- a/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c > > +++ b/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c > > @@ -1,21 +1,8 @@ > > +// SPDX-License-Identifier: GPL-2.0-only > > /* > > * adv7511_cec.c - Analog Devices ADV7511/33 cec driver > > * > > * Copyright 2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. > > - * > > - * This program is free software; you may redistribute it and/or modify > > - * it under the terms of the GNU General Public License as published by > > - * the Free Software Foundation; version 2 of the License. > > - * > > - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, > > - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF > > - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND > > - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS > > - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN > > - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN > > - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE > > - * SOFTWARE. > > - * > > */ > > > > #include <linux/device.h> > > -- > Regards, > > Laurent Pinchart