diff options
author | Tom Rix <trix@redhat.com> | 2022-03-02 13:45:35 +0100 |
---|---|---|
committer | Steven Price <steven.price@arm.com> | 2022-03-02 14:53:24 +0100 |
commit | 81d9d7f8bb8bacd96b2e0e5779e3fba9e86da73f (patch) | |
tree | 2c8ecd1febf6ad774579a0a86e0bd347319fa5bb /drivers/gpu/drm/panfrost/panfrost_issues.h | |
parent | drm/bridge: nwl-dsi: Remove superfluous write to NWL_DSI_IRQ_MASK register (diff) | |
download | linux-81d9d7f8bb8bacd96b2e0e5779e3fba9e86da73f.tar.xz linux-81d9d7f8bb8bacd96b2e0e5779e3fba9e86da73f.zip |
drm/panfrost: cleanup comments
For spdx
change tab to space delimiter
Use // for *.c
Replacements
commited to committed
regsiters to registers
initialze to initialize
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Signed-off-by: Steven Price <steven.price@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220302124535.358060-1-trix@redhat.com
Diffstat (limited to 'drivers/gpu/drm/panfrost/panfrost_issues.h')
-rw-r--r-- | drivers/gpu/drm/panfrost/panfrost_issues.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panfrost/panfrost_issues.h b/drivers/gpu/drm/panfrost/panfrost_issues.h index 8e59d765bf19..501a76c5e95f 100644 --- a/drivers/gpu/drm/panfrost/panfrost_issues.h +++ b/drivers/gpu/drm/panfrost/panfrost_issues.h @@ -14,7 +14,7 @@ */ enum panfrost_hw_issue { /* Need way to guarantee that all previously-translated memory accesses - * are commited */ + * are committed */ HW_ISSUE_6367, /* On job complete with non-done the cache is not flushed */ |