diff options
author | Tom Rix <trix@redhat.com> | 2022-03-02 04:45:35 -0800 |
---|---|---|
committer | Steven Price <steven.price@arm.com> | 2022-03-02 13:53:24 +0000 |
commit | 81d9d7f8bb8bacd96b2e0e5779e3fba9e86da73f (patch) | |
tree | 2c8ecd1febf6ad774579a0a86e0bd347319fa5bb /drivers/gpu/drm/panfrost/panfrost_mmu.c | |
parent | 150430366b2dcb170d309952143e32eb814fe7f8 (diff) | |
download | linux-81d9d7f8bb8bacd96b2e0e5779e3fba9e86da73f.tar.gz |
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_mmu.c')
-rw-r--r-- | drivers/gpu/drm/panfrost/panfrost_mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panfrost/panfrost_mmu.c b/drivers/gpu/drm/panfrost/panfrost_mmu.c index 39562f2d11a4..d3f82b26a631 100644 --- a/drivers/gpu/drm/panfrost/panfrost_mmu.c +++ b/drivers/gpu/drm/panfrost/panfrost_mmu.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0 /* Copyright 2019 Linaro, Ltd, Rob Herring <robh@kernel.org> */ #include <drm/panfrost_drm.h> |