]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/doc: fix missing verb
authorLuca Ceresoli <luca@lucaceresoli.net>
Wed, 13 Mar 2019 15:35:37 +0000 (16:35 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 25 Mar 2019 08:33:42 +0000 (09:33 +0100)
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
include/drm/drm_drv.h

index 3224abb1535c4978fcb4005b1f3f43e5f1f9d366..5cc7f728ec73dbad4ca437feb6f6eda88f82f099 100644 (file)
@@ -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.
  */