aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>2019-08-29 06:49:18 +0000
committerMark Brown <broonie@kernel.org>2019-08-30 12:39:28 +0100
commitdab106742318c833e1f97d0e6be86b82e33bc5a3 (patch)
tree82aeb4652d348385d0fd0b1c573db1311a07db42 /drivers/regulator
parentregulator: mt6358: Add BROKEN dependency while waiting for MFD to merge (diff)
downloadlinux-dev-dab106742318c833e1f97d0e6be86b82e33bc5a3.tar.xz
linux-dev-dab106742318c833e1f97d0e6be86b82e33bc5a3.zip
regulator: sy8824x: use c++style for the comment block near SPDX
Update the entire comment block to be C++ style so it looks consistent. Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Link: https://lore.kernel.org/r/20190829143749.4b42bc65@xhacker.debian Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/sy8824x.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/drivers/regulator/sy8824x.c b/drivers/regulator/sy8824x.c
index 1a7fa4865491..d806fa7020d4 100644
--- a/drivers/regulator/sy8824x.c
+++ b/drivers/regulator/sy8824x.c
@@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0
-/*
- * SY8824C/SY8824E regulator driver
- *
- * Copyright (C) 2019 Synaptics Incorporated
- *
- * Author: Jisheng Zhang <jszhang@kernel.org>
- */
+//
+// SY8824C/SY8824E regulator driver
+//
+// Copyright (C) 2019 Synaptics Incorporated
+//
+// Author: Jisheng Zhang <jszhang@kernel.org>
#include <linux/module.h>
#include <linux/i2c.h>