diff mbox

drm/gma500: remove useless comment

Message ID 1476165825-12137-1-git-send-email-jiang.biao2@zte.com.cn (mailing list archive)
State New, archived
Headers show

Commit Message

Jiang Biao Oct. 11, 2016, 6:03 a.m. UTC
Remove useless comment in framebuffer.c.

Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>
---
 drivers/gpu/drm/gma500/framebuffer.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Daniel Vetter Oct. 11, 2016, 8:19 a.m. UTC | #1
On Tue, Oct 11, 2016 at 02:03:45PM +0800, Jiang Biao wrote:
> Remove useless comment in framebuffer.c.
> 
> Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>

Applied to drm-misc.
-Daniel

> ---
>  drivers/gpu/drm/gma500/framebuffer.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/gma500/framebuffer.c b/drivers/gpu/drm/gma500/framebuffer.c
> index 0fcdce0..3c8aa55 100644
> --- a/drivers/gpu/drm/gma500/framebuffer.c
> +++ b/drivers/gpu/drm/gma500/framebuffer.c
> @@ -299,7 +299,6 @@ static struct drm_framebuffer *psb_framebuffer_create
>   *	psbfb_alloc		-	allocate frame buffer memory
>   *	@dev: the DRM device
>   *	@aligned_size: space needed
> - *	@force: fall back to GEM buffers if need be
>   *
>   *	Allocate the frame buffer. In the usual case we get a GTT range that
>   *	is stolen memory backed and life is simple. If there isn't sufficient
> -- 
> 2.1.0
>
diff mbox

Patch

diff --git a/drivers/gpu/drm/gma500/framebuffer.c b/drivers/gpu/drm/gma500/framebuffer.c
index 0fcdce0..3c8aa55 100644
--- a/drivers/gpu/drm/gma500/framebuffer.c
+++ b/drivers/gpu/drm/gma500/framebuffer.c
@@ -299,7 +299,6 @@  static struct drm_framebuffer *psb_framebuffer_create
  *	psbfb_alloc		-	allocate frame buffer memory
  *	@dev: the DRM device
  *	@aligned_size: space needed
- *	@force: fall back to GEM buffers if need be
  *
  *	Allocate the frame buffer. In the usual case we get a GTT range that
  *	is stolen memory backed and life is simple. If there isn't sufficient