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

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.debian


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 50bc5731
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
// 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>