[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1427943895.18444.4.camel@perches.com>
Date: Wed, 01 Apr 2015 20:04:55 -0700
From: Joe Perches <joe@...ches.com>
To: kbuild test robot <fengguang.wu@...el.com>
Cc: Zach Reizner <zachr@...gle.com>, kbuild-all@...org,
Dave Airlie <airlied@...hat.com>,
Adam Jackson <ajax@...hat.com>,
Ben Widawsky <ben@...dawsk.net>,
David Airlie <airlied@...ux.ie>,
Rob Clark <robdclark@...il.com>,
dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH drm] drm/vgem: vgem_gem_dumb_map() can be static
On Thu, 2015-04-02 at 10:59 +0800, kbuild test robot wrote:
> Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
[]
> diff --git a/drivers/gpu/drm/vgem/vgem_drv.c b/drivers/gpu/drm/vgem/vgem_drv.c
[]
> @@ -195,7 +195,7 @@ static int vgem_gem_dumb_create(struct drm_file *file, struct drm_device *dev,
> return 0;
> }
>
> -int vgem_gem_dumb_map(struct drm_file *file, struct drm_device *dev,
> +static int vgem_gem_dumb_map(struct drm_file *file, struct drm_device *dev,
> uint32_t handle, uint64_t *offset)
Hello Fengguang.
When you or your robot does these, can you please
make sure the entire statement is indented properly?
thanks,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists