Re: [PATCH]: Staging: Greybus: Fix trailing */ in block comments

2016-10-23 Thread Viresh Kumar
On Fri, Oct 21, 2016 at 8:59 PM, Rahul Krishnan wrote: > This patch fixes the following checkpath.pl warning > WARNING: Block comments use a trailing */ on a separate line > > Signed-off-by: Rahul Krishnan > --- > drivers/staging/greybus/log.c | 6 -- > 1 file changed, 4 insertions(+), 2 de

[PATCH]: Staging: Greybus: Fix trailing */ in block comments

2016-10-21 Thread Rahul Krishnan
This patch fixes the following checkpath.pl warning WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Rahul Krishnan --- drivers/staging/greybus/log.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/greybus/log.c b/drivers/stag