[PATCH] regulator: lochnagar: Use a consisent comment style for SPDX header

From: Charles Keepax
Date: Fri Oct 19 2018 - 08:44:38 EST


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@xxxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
---
drivers/regulator/lochnagar-regulator.c | 15 +++++++--------
1 file 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@xxxxxxxxxxxxxxxxxxxxx>
- */
+//
+// Lochnagar regulator driver
+//
+// Copyright (c) 2017-2018 Cirrus Logic, Inc. and
+// Cirrus Logic International Semiconductor Ltd.
+//
+// Author: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>

#include <linux/bitops.h>
#include <linux/device.h>
--
2.19.0.rc2