]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/gpu/drm/mga/mga_drv.c
drm/mga: fixed brace, macro and spacing coding style issues
[net-next-2.6.git] / drivers / gpu / drm / mga / mga_drv.c
index ddfe16197b59336e6d9c874e9e1b855a8222c430..26d0d8ced80d4357421875b4c7344f53e21d96b4 100644 (file)
@@ -36,7 +36,7 @@
 
 #include "drm_pciids.h"
 
-static int mga_driver_device_is_agp(struct drm_device * dev);
+static int mga_driver_device_is_agp(struct drm_device *dev);
 
 static struct pci_device_id pciidlist[] = {
        mga_PCI_IDS
@@ -119,7 +119,7 @@ MODULE_LICENSE("GPL and additional rights");
  * \returns
  * If the device is a PCI G450, zero is returned.  Otherwise 2 is returned.
  */
-static int mga_driver_device_is_agp(struct drm_device * dev)
+static int mga_driver_device_is_agp(struct drm_device *dev)
 {
        const struct pci_dev *const pdev = dev->pdev;