Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: Greybus: Fix trailing */ in block comments

This patch fixes the following checkpath.pl warning
WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: Rahul Krishnan <mrahul.krishnan@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Rahul Krishnan and committed by
Greg Kroah-Hartman
73270bb4 7fec2bc9

+4 -2
+4 -2
drivers/staging/greybus/log.c
··· 55 55 /* Ensure the buffer is 0 terminated */ 56 56 receive->msg[len - 1] = '\0'; 57 57 58 - /* Print with dev_dbg() so that it can be easily turned off using 59 - * dynamic debugging (and prevent any DoS) */ 58 + /* 59 + * Print with dev_dbg() so that it can be easily turned off using 60 + * dynamic debugging (and prevent any DoS) 61 + */ 60 62 dev_dbg(dev, "%s", receive->msg); 61 63 62 64 return 0;