Message ID | 20201230145708.28544-2-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | spi: rpc-if: Trivial fixes | expand |
On 12/30/20 5:57 PM, Lad Prabhakar wrote: > Replace C++ style comment with C style. Note that the switch to // was made following the SPI maintainer's request... > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> [...] MBR, Sergei
Hi Sergei, On Wed, Dec 30, 2020 at 4:27 PM Sergei Shtylyov <sergei.shtylyov@gmail.com> wrote: > > On 12/30/20 5:57 PM, Lad Prabhakar wrote: > > > Replace C++ style comment with C style. > > Note that the switch to // was made following the SPI maintainer's request... > Thanks for letting me know, let's drop this patch. Cheers, Prabhakar > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > [...] > > MBR, Sergei
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>
Replace C++ style comment with C style. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> --- drivers/spi/spi-rpc-if.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)