diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2018-10-19 13:44:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-10-19 15:33:53 +0100 |
commit | d8b2a8e9c06bc389659716e81d1c2b1f147611d1 (patch) | |
tree | 8a120a1fb57a897591a4e048256578412ed28328 /drivers/regulator/lochnagar-regulator.c | |
parent | bcb047ebf28453da56f0265aeeb9edc52b797ea7 (diff) | |
download | linux-d8b2a8e9c06bc389659716e81d1c2b1f147611d1.tar.bz2 |
regulator: lochnagar: Use a consisent comment style for SPDX header
Update the rest of the comment at the start of the file to also use C++
style comments to match the required style of the SPDX header.
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/lochnagar-regulator.c')
-rw-r--r-- | drivers/regulator/lochnagar-regulator.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/drivers/regulator/lochnagar-regulator.c b/drivers/regulator/lochnagar-regulator.c index 54d791d20408..2b5073b9ff86 100644 --- a/drivers/regulator/lochnagar-regulator.c +++ b/drivers/regulator/lochnagar-regulator.c @@ -1,12 +1,11 @@ // SPDX-License-Identifier: GPL-2.0 -/* - * Lochnagar regulator driver - * - * Copyright (c) 2017-2018 Cirrus Logic, Inc. and - * Cirrus Logic International Semiconductor Ltd. - * - * Author: Charles Keepax <ckeepax@opensource.cirrus.com> - */ +// +// Lochnagar regulator driver +// +// Copyright (c) 2017-2018 Cirrus Logic, Inc. and +// Cirrus Logic International Semiconductor Ltd. +// +// Author: Charles Keepax <ckeepax@opensource.cirrus.com> #include <linux/bitops.h> #include <linux/device.h> |