Skip to content

Commit 8a3134a

Browse files
rddunlaprafaeljw
authored andcommitted
ACPI: watchdog: fix kernel-doc warnings
Fix kernel-doc warnings found when using "W=1". acpi_watchdog.c:85: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst acpi_watchdog.c:85: warning: missing initial short description on line: * Returns true if this system should prefer ACPI based watchdog instead of Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent a39b6ac commit 8a3134a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/acpi_watchdog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static const struct acpi_table_wdat *acpi_watchdog_get_wdat(void)
8181
return wdat;
8282
}
8383

84-
/**
84+
/*
8585
* Returns true if this system should prefer ACPI based watchdog instead of
8686
* the native one (which are typically the same hardware).
8787
*/

0 commit comments

Comments
 (0)