Skip to content

Commit eacb77a

Browse files
Marcelo Diop-Gonzalezgregkh
authored andcommitted
staging: vchiq: Fix block comment format in vchiq_dump()
This fixes a checkpatch warning. Signed-off-by: Marcelo Diop-Gonzalez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 282eaa6 commit eacb77a

File tree

1 file changed

+5
-3
lines changed
  • drivers/staging/vc04_services/interface/vchiq_arm

1 file changed

+5
-3
lines changed

drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,9 +2098,11 @@ vchiq_dump(void *dump_context, const char *str, int len)
20982098
context->actual += copy_bytes;
20992099
len -= copy_bytes;
21002100

2101-
/* If tne terminating NUL is included in the length, then it
2102-
** marks the end of a line and should be replaced with a
2103-
** carriage return. */
2101+
/*
2102+
* If the terminating NUL is included in the length, then it
2103+
* marks the end of a line and should be replaced with a
2104+
* carriage return.
2105+
*/
21042106
if ((len == 0) && (str[copy_bytes - 1] == '\0')) {
21052107
char cr = '\n';
21062108

0 commit comments

Comments
 (0)