aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hikey9xx
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-01-29 20:51:55 +0100
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-01-31 13:44:41 +0100
commitfb7ba1870d5fdf45513fc04af8e46492eb65a5e3 (patch)
tree4d62da78488b2ee89b9b81f4b69ac40b8db91062 /drivers/staging/hikey9xx
parentstaging: hikey9xx: hi6421-spmi-pmic: document registers (diff)
downloadlinux-fb7ba1870d5fdf45513fc04af8e46492eb65a5e3.tar.gz
linux-fb7ba1870d5fdf45513fc04af8e46492eb65a5e3.tar.bz2
linux-fb7ba1870d5fdf45513fc04af8e46492eb65a5e3.zip
staging: hikey9xx: hi6421-spmi-pmic: update copyright notes
At PMIC subsystem, C89 comments are preferred over C99. While here, also update the copyrights of the header file. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/5a86478c8ccb93d3105485b5f16e20e9c12e2196.1611949675.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/hikey9xx')
-rw-r--r--drivers/staging/hikey9xx/hi6421-spmi-pmic.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/staging/hikey9xx/hi6421-spmi-pmic.c b/drivers/staging/hikey9xx/hi6421-spmi-pmic.c
index 9c10f7c4e7c9..2301f4fcd48d 100644
--- a/drivers/staging/hikey9xx/hi6421-spmi-pmic.c
+++ b/drivers/staging/hikey9xx/hi6421-spmi-pmic.c
@@ -1,11 +1,11 @@
// SPDX-License-Identifier: GPL-2.0
-//
-// Device driver for regulators in HISI PMIC IC
-//
-// Copyright (c) 2013 Linaro Ltd.
-// Copyright (c) 2011 Hisilicon.
-//
-// Copyright (c) 2020-2021 Huawei Technologies Co., Ltd
+/*
+ * Device driver for regulators in HISI PMIC IC
+ *
+ * Copyright (c) 2013 Linaro Ltd.
+ * Copyright (c) 2011 Hisilicon.
+ * Copyright (c) 2020-2021 Huawei Technologies Co., Ltd
+ */
#include <linux/bitops.h>
#include <linux/interrupt.h>