lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 31 Mar 2021 18:37:51 +0530
From:   Vinod Koul <vkoul@...nel.org>
To:     Hao Fang <fanghao11@...wei.com>,
        Mauro Carvalho Chehab <mchehab@...nel.org>
Cc:     dmaengine@...r.kernel.org, linux-kernel@...r.kernel.org,
        prime.zeng@...ilicon.com
Subject: Re: [PATCH] dmaengine: k3dma: use the correct HiSilicon copyright

On 30-03-21, 14:44, Hao Fang wrote:
> s/Hisilicon/HiSilicon/g.
> It should use capital S, according to
> https://www.hisilicon.com/en/terms-of-use.

Again, dont agree to terms of use. Pls drop that

> 
> Signed-off-by: Hao Fang <fanghao11@...wei.com>
> ---
>  drivers/dma/k3dma.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/dma/k3dma.c b/drivers/dma/k3dma.c
> index d0b2e60..ecdaada9 100644
> --- a/drivers/dma/k3dma.c
> +++ b/drivers/dma/k3dma.c
> @@ -1,7 +1,7 @@
>  // SPDX-License-Identifier: GPL-2.0-only
>  /*
>   * Copyright (c) 2013 - 2015 Linaro Ltd.
> - * Copyright (c) 2013 Hisilicon Limited.
> + * Copyright (c) 2013 HiSilicon Limited.
>   */
>  #include <linux/sched.h>
>  #include <linux/device.h>
> @@ -1039,6 +1039,6 @@ static struct platform_driver k3_pdma_driver = {
>  
>  module_platform_driver(k3_pdma_driver);
>  
> -MODULE_DESCRIPTION("Hisilicon k3 DMA Driver");
> +MODULE_DESCRIPTION("HiSilicon k3 DMA Driver");
>  MODULE_ALIAS("platform:k3dma");
>  MODULE_LICENSE("GPL v2");
> -- 
> 2.8.1

-- 
~Vinod

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ