aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/helpers.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2019-06-17 18:16:52 +0100
committerMark Brown <broonie@kernel.org>2019-06-18 19:13:05 +0100
commitf2c6203fdd1197d8254073a8f3f3372b0d3d9e6b (patch)
treed091763c73018f5d8f8bb5ccc46a1f0c67f81857 /drivers/regulator/helpers.c
parentMerge tag 'v5.2-rc4' into regulator-5.3 (diff)
downloadlinux-dev-f2c6203fdd1197d8254073a8f3f3372b0d3d9e6b.tar.xz
linux-dev-f2c6203fdd1197d8254073a8f3f3372b0d3d9e6b.zip
regulator: core: Make entire header comment C++ style
Makes things look more consistent. Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/helpers.c')
-rw-r--r--drivers/regulator/helpers.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/drivers/regulator/helpers.c b/drivers/regulator/helpers.c
index b9ae45d2d199..4986cc5064a1 100644
--- a/drivers/regulator/helpers.c
+++ b/drivers/regulator/helpers.c
@@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- * helpers.c -- Voltage/Current Regulator framework helper functions.
- *
- * Copyright 2007, 2008 Wolfson Microelectronics PLC.
- * Copyright 2008 SlimLogic Ltd.
- */
+//
+// helpers.c -- Voltage/Current Regulator framework helper functions.
+//
+// Copyright 2007, 2008 Wolfson Microelectronics PLC.
+// Copyright 2008 SlimLogic Ltd.
#include <linux/kernel.h>
#include <linux/err.h>