diff options
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | 2019-08-29 09:49:18 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-30 14:39:28 +0300 |
commit | dab106742318c833e1f97d0e6be86b82e33bc5a3 (patch) | |
tree | 82aeb4652d348385d0fd0b1c573db1311a07db42 /drivers/regulator | |
parent | 50bc5731f7fc086693d78e42b7d252b97a35cda1 (diff) | |
download | linux-dab106742318c833e1f97d0e6be86b82e33bc5a3.tar.xz |
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.c | 13 |
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> |