regulator: lochnagar: Use a consisent comment style for SPDX header
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 19 Oct 2018 12:44:38 +0000 (13:44 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 19 Oct 2018 14:33:53 +0000 (15:33 +0100)
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>
drivers/regulator/lochnagar-regulator.c

index 54d791d204080277647860942f4f13fbe9320103..2b5073b9ff868f441bcd152ea2d130fb8d74b74d 100644 (file)
@@ -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>