diff options
-rw-r--r-- | drivers/regulator/sy8824x.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/drivers/regulator/sy8824x.c b/drivers/regulator/sy8824x.c index 1a7fa4865491..d806fa7020d4 100644 --- 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> |