summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-06-14 11:51:24 +0200
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-06-18 10:07:54 +0200
commitcb78a163c1510a35c4bee2576c38a7dc95cf1ba1 (patch)
treed043c8fb95c8f859fb2bee5f154ccbe314d56a50
parente90716a6612150218aaff1fd47ca6de954100a06 (diff)
downloadlinux-stable-cb78a163c1510a35c4bee2576c38a7dc95cf1ba1.tar.gz
linux-stable-cb78a163c1510a35c4bee2576c38a7dc95cf1ba1.tar.bz2
linux-stable-cb78a163c1510a35c4bee2576c38a7dc95cf1ba1.zip
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 <enric.balletbo@collabora.com>
-rw-r--r--drivers/platform/chrome/cros_ec_debugfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/platform/chrome/cros_ec_debugfs.c b/drivers/platform/chrome/cros_ec_debugfs.c
index 970ba13df9a1..cd3fb9c22a44 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