Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

uacce: modify the module author information.

The spelling of "Hisilicon" is modified.

Reviewed-by: Zhou Wang <wangzhou1@hisilicon.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
Acked-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Kai Ye <yekai13@huawei.com>
Link: https://lore.kernel.org/r/1604309965-21752-3-git-send-email-yekai13@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kai Ye and committed by
Greg Kroah-Hartman
385997dc a67c43ac

+1 -1
+1 -1
drivers/misc/uacce/uacce.c
··· 522 522 module_exit(uacce_exit); 523 523 524 524 MODULE_LICENSE("GPL"); 525 - MODULE_AUTHOR("Hisilicon Tech. Co., Ltd."); 525 + MODULE_AUTHOR("HiSilicon Tech. Co., Ltd."); 526 526 MODULE_DESCRIPTION("Accelerator interface for Userland applications");