Skip to content

Commit 73270bb

Browse files
rahulkrishnan98gregkh
authored andcommitted
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 <[email protected]> Acked-by: Viresh Kumar <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7fec2bc commit 73270bb

File tree

1 file changed

+4
-2
lines changed
  • drivers/staging/greybus

1 file changed

+4
-2
lines changed

drivers/staging/greybus/log.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ static int gb_log_request_handler(struct gb_operation *op)
5555
/* Ensure the buffer is 0 terminated */
5656
receive->msg[len - 1] = '\0';
5757

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+
*/
6062
dev_dbg(dev, "%s", receive->msg);
6163

6264
return 0;

0 commit comments

Comments
 (0)