diff options
author | Adrián Larumbe <[email protected]> | 2024-03-26 13:48:10 +0000 |
---|---|---|
committer | Steven Price <[email protected]> | 2024-03-28 15:34:39 +0000 |
commit | d180649238f04183950d9c8a7d8a2c2f1788a89c (patch) | |
tree | 5d465b3916cc23556b7dafed942f72c701834012 | |
parent | 4b2d588d8a7520b414290312c9b40bca48b15e39 (diff) |
ABI: sysfs-driver-panfrost-profiling: fix indentation problem
Also add a newline character at the end of the last one.
Fixes: b12f3ea7c188 ("drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs")
Reported-by: Stephen Rothwell <[email protected]>
Closes: https://lore.kernel.org/dri-devel/[email protected]/
Signed-off-by: Adrián Larumbe <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Tested-by: Randy Dunlap <[email protected]>
Reviewed-by: Steven Price <[email protected]>
Signed-off-by: Steven Price <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-panfrost-profiling | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-panfrost-profiling b/Documentation/ABI/testing/sysfs-driver-panfrost-profiling index 1d8bb0978920..7597c420e54b 100644 --- a/Documentation/ABI/testing/sysfs-driver-panfrost-profiling +++ b/Documentation/ABI/testing/sysfs-driver-panfrost-profiling @@ -7,4 +7,4 @@ Description: Valid values are: 0: Don't enable fdinfo job profiling sources. 1: Enable fdinfo job profiling sources, this enables both the GPU's - timestamp and cycle counter registers.
\ No newline at end of file + timestamp and cycle counter registers. |