Skip to content

Commit c032699

Browse files
Enric Balletbo i Serrableungatchromium
authored andcommitted
platform/chrome: cros_ec_i2c: Appease the kernel-doc deity
Replace a comment starting with /** by simply /* to avoid having it interpreted as a kernel-doc comment. Signed-off-by: Enric Balletbo i Serra <[email protected]> Signed-off-by: Benson Leung <[email protected]>
1 parent 94b8e51 commit c032699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/chrome/cros_ec_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include "cros_ec.h"
1818

19-
/**
19+
/*
2020
* Request format for protocol v3
2121
* byte 0 0xda (EC_COMMAND_PROTOCOL_3)
2222
* byte 1-8 struct ec_host_request

0 commit comments

Comments
 (0)