regulator: sy8824x: use c++style for the comment block near SPDX
authorJisheng Zhang <Jisheng.Zhang@synaptics.com>
Thu, 29 Aug 2019 06:49:18 +0000 (06:49 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 30 Aug 2019 11:39:28 +0000 (12:39 +0100)
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>
drivers/regulator/sy8824x.c

index 1a7fa48..d806fa7 100644 (file)
@@ -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>