aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/r128/r128_drv.c
diff options
context:
space:
mode:
authorNicolas Kaiser <nikai@nikai.net>2010-07-12 13:44:23 +0200
committerDave Airlie <airlied@redhat.com>2010-08-02 10:17:48 +1000
commitbc5e9d6a22f49fb4a7a5ec385062d1eb473bfec4 (patch)
tree30ae5e725720deaa3ce121a5774339d76be5791f /drivers/gpu/drm/r128/r128_drv.c
parentdrm/mga: fixed brace, macro and spacing coding style issues (diff)
downloadlinux-dev-bc5e9d6a22f49fb4a7a5ec385062d1eb473bfec4.tar.xz
linux-dev-bc5e9d6a22f49fb4a7a5ec385062d1eb473bfec4.zip
drm/r128: fixed brace and spacing coding style issues
Fixed brace and spacing coding style issues. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/r128/r128_drv.c')
-rw-r--r--drivers/gpu/drm/r128/r128_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/r128/r128_drv.c b/drivers/gpu/drm/r128/r128_drv.c
index b806fdcc7170..1e2971f13aa1 100644
--- a/drivers/gpu/drm/r128/r128_drv.c
+++ b/drivers/gpu/drm/r128/r128_drv.c
@@ -85,7 +85,7 @@ static struct drm_driver driver = {
.patchlevel = DRIVER_PATCHLEVEL,
};
-int r128_driver_load(struct drm_device * dev, unsigned long flags)
+int r128_driver_load(struct drm_device *dev, unsigned long flags)
{
return drm_vblank_init(dev, 1);
}