diff mbox series

[i-g-t] lib/igt_fb: change comments with fd description

Message ID 9e1e0051f2aaeeb4c3fbe9f54fee6b71f64876dd.1585582530.git.melissa.srw@gmail.com (mailing list archive)
State New, archived
Headers show
Series [i-g-t] lib/igt_fb: change comments with fd description | expand

Commit Message

Melissa Wen March 30, 2020, 9:56 p.m. UTC
Generalize description of fd since it is not restricted to i915 driver fd

Signed-off-by: Melissa Wen <melissa.srw@gmail.com>
---
 lib/igt_fb.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Petri Latvala March 31, 2020, 9:45 a.m. UTC | #1
On Mon, Mar 30, 2020 at 06:56:36PM -0300, Melissa Wen wrote:
> Generalize description of fd since it is not restricted to i915 driver fd
> 
> Signed-off-by: Melissa Wen <melissa.srw@gmail.com>

Reviewed-by: Petri Latvala <petri.latvala@intel.com>


Please send future IGT patches to igt-dev@lists.freedesktop.org
please.
diff mbox series

Patch

diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index 0c4fdc5d..0fb8db12 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -1635,7 +1635,7 @@  igt_create_fb_with_bo_size(int fd, int width, int height,
 
 /**
  * igt_create_fb:
- * @fd: open i915 drm file descriptor
+ * @fd: open drm file descriptor
  * @width: width of the framebuffer in pixel
  * @height: height of the framebuffer in pixel
  * @format: drm fourcc pixel format code
@@ -1663,7 +1663,7 @@  unsigned int igt_create_fb(int fd, int width, int height, uint32_t format,
 
 /**
  * igt_create_color_fb:
- * @fd: open i915 drm file descriptor
+ * @fd: open drm file descriptor
  * @width: width of the framebuffer in pixel
  * @height: height of the framebuffer in pixel
  * @format: drm fourcc pixel format code
@@ -1704,7 +1704,7 @@  unsigned int igt_create_color_fb(int fd, int width, int height,
 
 /**
  * igt_create_pattern_fb:
- * @fd: open i915 drm file descriptor
+ * @fd: open drm file descriptor
  * @width: width of the framebuffer in pixel
  * @height: height of the framebuffer in pixel
  * @format: drm fourcc pixel format code
@@ -1741,7 +1741,7 @@  unsigned int igt_create_pattern_fb(int fd, int width, int height,
 
 /**
  * igt_create_color_pattern_fb:
- * @fd: open i915 drm file descriptor
+ * @fd: open drm file descriptor
  * @width: width of the framebuffer in pixel
  * @height: height of the framebuffer in pixel
  * @format: drm fourcc pixel format code
@@ -1784,7 +1784,7 @@  unsigned int igt_create_color_pattern_fb(int fd, int width, int height,
 
 /**
  * igt_create_image_fb:
- * @drm_fd: open i915 drm file descriptor
+ * @drm_fd: open drm file descriptor
  * @width: width of the framebuffer in pixel or 0
  * @height: height of the framebuffer in pixel or 0
  * @format: drm fourcc pixel format code