diff options
| author | Cai Huoqing <[email protected]> | 2021-07-30 13:27:29 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2021-08-02 08:19:43 +0000 |
| commit | 0ae865ef92f1920bd2ca3fc7b6b5a9555b4641cc (patch) | |
| tree | fbba346d82eedd9c587fcb1753c75791027f06e0 /drivers/gpu/drm/drm_prime.c | |
| parent | drm/connector: add ref to drm_connector_get in iter docs (diff) | |
| download | kernel-0ae865ef92f1920bd2ca3fc7b6b5a9555b4641cc.tar.gz kernel-0ae865ef92f1920bd2ca3fc7b6b5a9555b4641cc.zip | |
drm: Fix typo in comments
fix typo for drm
v1->v2:
respin with the change "iff ==> implies that"
Signed-off-by: Cai Huoqing <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/drm_prime.c')
| -rw-r--r-- | drivers/gpu/drm/drm_prime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_prime.c b/drivers/gpu/drm/drm_prime.c index 178e18c28cab..1d009494af8b 100644 --- a/drivers/gpu/drm/drm_prime.c +++ b/drivers/gpu/drm/drm_prime.c @@ -73,7 +73,7 @@ * Thus the chain of references always flows in one direction, avoiding loops: * importing GEM object -> dma-buf -> exported GEM bo. A further complication * are the lookup caches for import and export. These are required to guarantee - * that any given object will always have only one uniqe userspace handle. This + * that any given object will always have only one unique userspace handle. This * is required to allow userspace to detect duplicated imports, since some GEM * drivers do fail command submissions if a given buffer object is listed more * than once. These import and export caches in &drm_prime_file_private only |
