diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2019-03-13 16:35:37 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-03-25 09:33:42 +0100 |
commit | 60e6ecfb616f0d2b927ce2e47dbd0e50c8c9253e (patch) | |
tree | e8842096c398b7144b79727603c3497f8d76bcfd /include/drm/drm_drv.h | |
parent | 825d1b579d0b080b51431dbd282a6629075e1d9c (diff) | |
download | linux-rpi-60e6ecfb616f0d2b927ce2e47dbd0e50c8c9253e.tar.gz linux-rpi-60e6ecfb616f0d2b927ce2e47dbd0e50c8c9253e.tar.bz2 linux-rpi-60e6ecfb616f0d2b927ce2e47dbd0e50c8c9253e.zip |
drm/doc: fix missing verb
Add a missing "be". While there, also fix the syntax for
struct drm_device.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190313153537.22654-2-luca@lucaceresoli.net
Diffstat (limited to 'include/drm/drm_drv.h')
-rw-r--r-- | include/drm/drm_drv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/drm/drm_drv.h b/include/drm/drm_drv.h index 3224abb1535c..5cc7f728ec73 100644 --- a/include/drm/drm_drv.h +++ b/include/drm/drm_drv.h @@ -152,9 +152,9 @@ enum drm_driver_feature { /** * struct drm_driver - DRM driver structure * - * This structure represent the common code for a family of cards. There will - * one drm_device for each card present in this family. It contains lots of - * vfunc entries, and a pile of those probably should be moved to more + * This structure represent the common code for a family of cards. There will be + * one &struct drm_device for each card present in this family. It contains lots + * of vfunc entries, and a pile of those probably should be moved to more * appropriate places like &drm_mode_config_funcs or into a new operations * structure for GEM drivers. */ |