projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50bc573
)
regulator: sy8824x: use c++style for the comment block near SPDX
author
Jisheng Zhang
<Jisheng.Zhang@synaptics.com>
Thu, 29 Aug 2019 06:49:18 +0000
(06:49 +0000)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/drivers/regulator/sy8824x.c
b/drivers/regulator/sy8824x.c
index
1a7fa48
..
d806fa7
100644
(file)
--- a/
drivers/regulator/sy8824x.c
+++ b/
drivers/regulator/sy8824x.c
@@
-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>