]> Git Repo - linux.git/commitdiff
ACPI: platform: Fix file references in comment
authorMaximilian Luz <[email protected]>
Thu, 11 Feb 2021 20:17:01 +0000 (21:17 +0100)
committerRafael J. Wysocki <[email protected]>
Wed, 24 Feb 2021 13:52:41 +0000 (14:52 +0100)
The referenced files are named slightly different. Replace '-' with '_'
and drop the .rst ending.

Signed-off-by: Maximilian Luz <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
include/linux/platform_profile.h

index a26542d530581166a7d4b9725c9137bab79fbb9a..b4794027e759a0ec5c8a3c7fe086c22164e5bcca 100644 (file)
@@ -12,9 +12,8 @@
 #include <linux/bitops.h>
 
 /*
- * If more options are added please update profile_names
- * array in platform-profile.c and sysfs-platform-profile.rst
- * documentation.
+ * If more options are added please update profile_names array in
+ * platform_profile.c and sysfs-platform_profile documentation.
  */
 
 enum platform_profile_option {
This page took 0.0506 seconds and 4 git commands to generate.