From: Enric Balletbo i Serra Date: Fri, 14 Jun 2019 09:51:24 +0000 (+0200) Subject: platform/chrome: cros_ec_debugfs: Fix kernel-doc comment first line X-Git-Tag: v5.4-rc1~597^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb78a163c1510a35c4bee2576c38a7dc95cf1ba1;p=platform%2Fkernel%2Flinux-rpi.git platform/chrome: cros_ec_debugfs: Fix kernel-doc comment first line kernel-doc comments have a prescribed format. To be _particularly_ correct we should also capitalise the brief description and terminate it with a period. Signed-off-by: Enric Balletbo i Serra --- diff --git a/drivers/platform/chrome/cros_ec_debugfs.c b/drivers/platform/chrome/cros_ec_debugfs.c index 970ba13d..cd3fb9c 100644 --- a/drivers/platform/chrome/cros_ec_debugfs.c +++ b/drivers/platform/chrome/cros_ec_debugfs.c @@ -25,7 +25,8 @@ #define CIRC_ADD(idx, size, value) (((idx) + (value)) & ((size) - 1)) -/* struct cros_ec_debugfs - ChromeOS EC debugging information +/** + * struct cros_ec_debugfs - EC debugging information. * * @ec: EC device this debugfs information belongs to * @dir: dentry for debugfs files