Re: [PATCH 1/2] spi: rpc-if: Avoid use of C++ style comments

2020-12-30 Thread Lad, Prabhakar
Hi Sergei, On Wed, Dec 30, 2020 at 4:27 PM Sergei Shtylyov 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

Re: [PATCH 1/2] spi: rpc-if: Avoid use of C++ style comments

2020-12-30 Thread Sergei Shtylyov
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 [...] MBR, Sergei

[PATCH 1/2] spi: rpc-if: Avoid use of C++ style comments

2020-12-30 Thread Lad Prabhakar
Replace C++ style comment with C style. Signed-off-by: Lad Prabhakar --- 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 ---