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: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Link: https://lore.kernel.org/r/20190829143749.4b42bc65@xhacker.debian
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Jisheng Zhang 2019-08-29 06:49:18 +00:00 committed by Mark Brown
parent 50bc5731f7
commit dab1067423
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View 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>