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_ioctl.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_ioctl.c')
| -rw-r--r-- | drivers/gpu/drm/drm_ioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c index f454e0424086..be4a52dc4d6f 100644 --- a/drivers/gpu/drm/drm_ioctl.c +++ b/drivers/gpu/drm/drm_ioctl.c @@ -426,7 +426,7 @@ done: } /** - * drm_noop - DRM no-op ioctl implemntation + * drm_noop - DRM no-op ioctl implementation * @dev: DRM device for the ioctl * @data: data pointer for the ioctl * @file_priv: DRM file for the ioctl call @@ -446,7 +446,7 @@ int drm_noop(struct drm_device *dev, void *data, EXPORT_SYMBOL(drm_noop); /** - * drm_invalid_op - DRM invalid ioctl implemntation + * drm_invalid_op - DRM invalid ioctl implementation * @dev: DRM device for the ioctl * @data: data pointer for the ioctl * @file_priv: DRM file for the ioctl call |
