Commit 5fa1dd8
Tzung-Bi Shih
platform/chrome: fix kernel-doc warnings for cros_ec_command
Fix the following kernel-doc warnings:
$ ./scripts/kernel-doc -none \
include/linux/platform_data/cros_ec_commands.h
include/linux/platform_data/cros_ec_commands.h:1092: warning: expecting
prototype for struct ec_response_get_cmd_version. Prototype was for
struct ec_response_get_cmd_versions instead
include/linux/platform_data/cros_ec_commands.h:5485: warning: This
comment starts with '/**', but isn't a kernel-doc comment.
include/linux/platform_data/cros_ec_commands.h:5496: warning: This
comment starts with '/**', but isn't a kernel-doc comment.
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Link: https://lore.kernel.org/r/20230111055728.708990-5-tzungbi@kernel.org1 parent 212c9b9 commit 5fa1dd8
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1082 | 1082 | | |
1083 | 1083 | | |
1084 | 1084 | | |
1085 | | - | |
| 1085 | + | |
1086 | 1086 | | |
1087 | 1087 | | |
1088 | 1088 | | |
| |||
5480 | 5480 | | |
5481 | 5481 | | |
5482 | 5482 | | |
5483 | | - | |
| 5483 | + | |
5484 | 5484 | | |
5485 | 5485 | | |
5486 | 5486 | | |
| |||
5491 | 5491 | | |
5492 | 5492 | | |
5493 | 5493 | | |
5494 | | - | |
| 5494 | + | |
5495 | 5495 | | |
5496 | 5496 | | |
5497 | 5497 | | |
| |||
0 commit comments