Re: [PATCH v2 7/8] soc/tegra: regulators: Add regulators coupler for Tegra20

From: Dmitry Osipenko
Date: Tue Jun 18 2019 - 13:24:13 EST


18.06.2019 20:14, Mark Brown ÐÐÑÐÑ:
> On Tue, Jun 18, 2019 at 07:52:06PM +0300, Dmitry Osipenko wrote:
>> 17.06.2019 18:46, Mark Brown ÐÐÑÐÑ:
>
>>>> +// SPDX-License-Identifier: GPL-2.0+
>>>> +/*
>>>> + * Voltage regulators coupling resolver for NVIDIA Tegra20
>>>> + *
>>>> + * Copyright (C) 2019 GRATE-DRIVER project
>
>>> Please make the entire comment a C++ one so things look more
>>> intentional.
>
>> This is actually a correct SPDX comment style for the source files, accordingly to
>> checkpatch. While the C++ style should be used for header files only. I'm not
>> following the SPDX effort much, don't know from where these SPDX-style rules are
>> coming from.
>
> The SPDX bit is fine, what I'm saying is make the rest of the comment
> also be a C++ comment.
>

Ah, I just realized that the "// " is the C++ comment style and not C. I can turn it
all into the C++, no problems.