Commit dab10674 authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Mark Brown

regulator: sy8824x: use c++style for the comment block near SPDX

Update the entire comment block to be C++ style so it looks consistent.
Signed-off-by: default avatarJisheng Zhang <Jisheng.Zhang@synaptics.com>
Link: https://lore.kernel.org/r/20190829143749.4b42bc65@xhacker.debianSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 50bc5731
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* //
* SY8824C/SY8824E regulator driver // SY8824C/SY8824E regulator driver
* //
* Copyright (C) 2019 Synaptics Incorporated // Copyright (C) 2019 Synaptics Incorporated
* //
* Author: Jisheng Zhang <jszhang@kernel.org> // Author: Jisheng Zhang <jszhang@kernel.org>
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/i2c.h> #include <linux/i2c.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment