mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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>
This commit is contained in:
parent
7fec2bc90a
commit
73270bb498
@ -55,8 +55,10 @@ static int gb_log_request_handler(struct gb_operation *op)
|
||||
/* Ensure the buffer is 0 terminated */
|
||||
receive->msg[len - 1] = '\0';
|
||||
|
||||
/* Print with dev_dbg() so that it can be easily turned off using
|
||||
* dynamic debugging (and prevent any DoS) */
|
||||
/*
|
||||
* Print with dev_dbg() so that it can be easily turned off using
|
||||
* dynamic debugging (and prevent any DoS)
|
||||
*/
|
||||
dev_dbg(dev, "%s", receive->msg);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user