diff mbox

drm/gma500: remove comment for non-existent parameter

Message ID OFFA2788C8.C3D6ADD4-ON48258002.00324969-48258002.0032C466@zte.com.cn (mailing list archive)
State New, archived
Headers show

Commit Message

Jiang Biao Aug. 1, 2016, 9:14 a.m. UTC
Remove comment for non-existent parameter in psbfb_alloc().

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

-- 
2.1.0

Comments

Daniel Vetter Aug. 2, 2016, 1:56 p.m. UTC | #1
On Mon, Aug 01, 2016 at 05:14:37PM +0800, jiang.biao2@zte.com.cn wrote:
> Remove comment for non-existent parameter in psbfb_alloc().
> 
> Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>

Patch seems whitespace mangled and doesn't apply.
-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 7440bf9..f323989 100644
> --- a/drivers/gpu/drm/gma500/framebuffer.c
> +++ b/drivers/gpu/drm/gma500/framebuffer.c
> @@ -308,7 +308,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
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff mbox

Patch

diff --git a/drivers/gpu/drm/gma500/framebuffer.c 
b/drivers/gpu/drm/gma500/framebuffer.c
index 7440bf9..f323989 100644
--- a/drivers/gpu/drm/gma500/framebuffer.c
+++ b/drivers/gpu/drm/gma500/framebuffer.c
@@ -308,7 +308,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