From 1743c4184bdecd0c50e9f6fa17cafa84407fa929 Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Mon, 1 Aug 2016 17:18:48 -0700 Subject: [PATCH] gbm: Correct bo_import documentation (trivial) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Missed here: commit a43d286ef7ff65087b1f051d071b829ca7b02073 Author: Kristian Høgsberg Date: Fri Mar 28 10:17:11 2014 -0700 gbm: Add import from fd Cc: Kristian Høgsberg Signed-off-by: Ben Widawsky Signed-off-by: Eric Anholt Reviewed-by: Alejandro Piñeiro --- src/gbm/main/gbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c index 75fc5d4..1acbbcd 100644 --- a/src/gbm/main/gbm.c +++ b/src/gbm/main/gbm.c @@ -333,7 +333,7 @@ gbm_bo_create(struct gbm_device *gbm, * * This function imports a foreign object and creates a new gbm bo for it. * This enabled using the foreign object with a display API such as KMS. - * Currently two types of foreign objects are supported, indicated by the type + * Currently three types of foreign objects are supported, indicated by the type * argument: * * GBM_BO_IMPORT_WL_BUFFER -- 2.7.4