Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <enric.balletbo@collabora.com>
Signed-off-by: Benson Leung <bleung@chromium.org>

authored by

Enric Balletbo i Serra and committed by
Benson Leung
c032699e 94b8e516

+1 -1
+1 -1
drivers/platform/chrome/cros_ec_i2c.c
··· 16 16 17 17 #include "cros_ec.h" 18 18 19 - /** 19 + /* 20 20 * Request format for protocol v3 21 21 * byte 0 0xda (EC_COMMAND_PROTOCOL_3) 22 22 * byte 1-8 struct ec_host_request