Replace C++ style comment with C style. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad...@bp.renesas.com> --- drivers/spi/spi-rpc-if.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/spi/spi-rpc-if.c b/drivers/spi/spi-rpc-if.c index 3579675485a5..bf64da322e67 100644 --- a/drivers/spi/spi-rpc-if.c +++ b/drivers/spi/spi-rpc-if.c @@ -1,11 +1,11 @@ // SPDX-License-Identifier: GPL-2.0 -// -// RPC-IF SPI/QSPI/Octa driver -// -// Copyright (C) 2018 ~ 2019 Renesas Solutions Corp. -// Copyright (C) 2019 Macronix International Co., Ltd. -// Copyright (C) 2019 - 2020 Cogent Embedded, Inc. -// +/* + * RPC-IF SPI/QSPI/Octa driver + * + * Copyright (C) 2018 ~ 2019 Renesas Solutions Corp. + * Copyright (C) 2019 Macronix International Co., Ltd. + * Copyright (C) 2019 - 2020 Cogent Embedded, Inc. + */ #include <linux/module.h> #include <linux/platform_device.h> -- 2.17.1