<div dir="ltr"><div><span style="font-size:13.1999998092651px;line-height:19.7999992370605px">Once the indentation is fixed:</span></div><span style="font-size:13.1999998092651px;line-height:19.7999992370605px">Reviewed-by: Zach Reizner <<a href="mailto:zachr@google.com">zachr@google.com</a>></span><br><br><div class="gmail_quote">On Wed, Apr 1, 2015 at 8:00 PM kbuild test robot <<a href="mailto:fengguang.wu@intel.com">fengguang.wu@intel.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Signed-off-by: Fengguang Wu <<a href="mailto:fengguang.wu@intel.com" target="_blank">fengguang.wu@intel.com</a>><br>
---<br>
 vgem_drv.c |    6 +++---<br>
 1 file changed, 3 insertions(+), 3 deletions(-)<br>
<br>
diff --git a/drivers/gpu/drm/vgem/vgem_<u></u>drv.c b/drivers/gpu/drm/vgem/vgem_<u></u>drv.c<br>
index cb3b435..f7440e8c8 100644<br>
--- a/drivers/gpu/drm/vgem/vgem_<u></u>drv.c<br>
+++ b/drivers/gpu/drm/vgem/vgem_<u></u>drv.c<br>
@@ -195,7 +195,7 @@ static int vgem_gem_dumb_create(struct drm_file *file, struct drm_device *dev,<br>
        return 0;<br>
 }<br>
<br>
-int vgem_gem_dumb_map(struct drm_file *file, struct drm_device *dev,<br>
+static int vgem_gem_dumb_map(struct drm_file *file, struct drm_device *dev,<br>
                      uint32_t handle, uint64_t *offset)<br>
 {<br>
        int ret = 0;<br>
@@ -235,7 +235,7 @@ unlock:<br>
        return ret;<br>
 }<br>
<br>
-int vgem_drm_gem_mmap(struct file *filp, struct vm_area_struct *vma)<br>
+static int vgem_drm_gem_mmap(struct file *filp, struct vm_area_struct *vma)<br>
 {<br>
        struct drm_file *priv = filp->private_data;<br>
        struct drm_device *dev = priv->minor->dev;<br>
@@ -325,7 +325,7 @@ static struct drm_driver vgem_driver = {<br>
        .minor  = DRIVER_MINOR,<br>
 };<br>
<br>
-struct drm_device *vgem_device;<br>
+static struct drm_device *vgem_device;<br>
<br>
 static int __init vgem_init(void)<br>
 {<br>
</blockquote></div></div>