mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
e90716a661
commit
cb78a163c1
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
||||||
|
|
||||||
#define CIRC_ADD(idx, size, value) (((idx) + (value)) & ((size) - 1))
|
#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
|
* @ec: EC device this debugfs information belongs to
|
||||||
* @dir: dentry for debugfs files
|
* @dir: dentry for debugfs files
|
||||||
|
|
Loading…
Add table
Reference in a new issue