regulator: core: Make entire header comment C++ style

Makes things look more consistent.

Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Mark Brown 2019-06-17 18:16:52 +01:00
parent e1d700f7c9
commit f2c6203fdd
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
2 changed files with 12 additions and 14 deletions

View File

@ -1,12 +1,11 @@
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later
/* //
* core.c -- Voltage/Current Regulator framework. // core.c -- Voltage/Current Regulator framework.
* //
* Copyright 2007, 2008 Wolfson Microelectronics PLC. // Copyright 2007, 2008 Wolfson Microelectronics PLC.
* Copyright 2008 SlimLogic Ltd. // Copyright 2008 SlimLogic Ltd.
* //
* Author: Liam Girdwood <lrg@slimlogic.co.uk> // Author: Liam Girdwood <lrg@slimlogic.co.uk>
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/init.h> #include <linux/init.h>

View File

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later
/* //
* helpers.c -- Voltage/Current Regulator framework helper functions. // helpers.c -- Voltage/Current Regulator framework helper functions.
* //
* Copyright 2007, 2008 Wolfson Microelectronics PLC. // Copyright 2007, 2008 Wolfson Microelectronics PLC.
* Copyright 2008 SlimLogic Ltd. // Copyright 2008 SlimLogic Ltd.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/err.h> #include <linux/err.h>