From: Enric Balletbo i Serra Date: Tue, 14 Apr 2020 20:13:13 +0000 (+0200) Subject: platform/chrome: cros_ec_i2c: Appease the kernel-doc deity X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c032699ef9d59bf9f953e3bff2eed45839dbbf71;p=linux.git 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 Signed-off-by: Benson Leung --- diff --git a/drivers/platform/chrome/cros_ec_i2c.c b/drivers/platform/chrome/cros_ec_i2c.c index 6119eccd8a18a..30c8938c27d54 100644 --- a/drivers/platform/chrome/cros_ec_i2c.c +++ b/drivers/platform/chrome/cros_ec_i2c.c @@ -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