]> Git Repo - linux.git/commitdiff
platform/chrome: cros_ec_i2c: Appease the kernel-doc deity
authorEnric Balletbo i Serra <[email protected]>
Tue, 14 Apr 2020 20:13:13 +0000 (22:13 +0200)
committerBenson Leung <[email protected]>
Mon, 4 May 2020 21:01:45 +0000 (14:01 -0700)
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]>
drivers/platform/chrome/cros_ec_i2c.c

index 6119eccd8a18ae585d4f3d9bfd35647f7a241b05..30c8938c27d54ea70b85324c2b5cc137cbe8b22a 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "cros_ec.h"
 
-/**
+/*
  * Request format for protocol v3
  * byte 0      0xda (EC_COMMAND_PROTOCOL_3)
  * byte 1-8    struct ec_host_request
This page took 0.054195 seconds and 4 git commands to generate.