From: Mark Brown Date: Mon, 17 Jun 2019 17:16:52 +0000 (+0100) Subject: regulator: core: Make entire header comment C++ style X-Git-Tag: v5.3-rc4~41^2~22 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f2c6203fdd1197d8254073a8f3f3372b0d3d9e6b;p=linux.git regulator: core: Make entire header comment C++ style Makes things look more consistent. Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 85f61e5dc3127..9d3ed13b7f123 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -1,12 +1,11 @@ // SPDX-License-Identifier: GPL-2.0-or-later -/* - * core.c -- Voltage/Current Regulator framework. - * - * Copyright 2007, 2008 Wolfson Microelectronics PLC. - * Copyright 2008 SlimLogic Ltd. - * - * Author: Liam Girdwood - */ +// +// core.c -- Voltage/Current Regulator framework. +// +// Copyright 2007, 2008 Wolfson Microelectronics PLC. +// Copyright 2008 SlimLogic Ltd. +// +// Author: Liam Girdwood #include #include diff --git a/drivers/regulator/helpers.c b/drivers/regulator/helpers.c index b9ae45d2d1996..4986cc5064a1f 100644 --- a/drivers/regulator/helpers.c +++ b/drivers/regulator/helpers.c @@ -1,10 +1,9 @@ // SPDX-License-Identifier: GPL-2.0-or-later -/* - * helpers.c -- Voltage/Current Regulator framework helper functions. - * - * Copyright 2007, 2008 Wolfson Microelectronics PLC. - * Copyright 2008 SlimLogic Ltd. - */ +// +// helpers.c -- Voltage/Current Regulator framework helper functions. +// +// Copyright 2007, 2008 Wolfson Microelectronics PLC. +// Copyright 2008 SlimLogic Ltd. #include #include