]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/dgnc/dgnc_mgmt.c
staging: dgnc: remove multiple blank lines
[karo-tx-linux.git] / drivers / staging / dgnc / dgnc_mgmt.c
index 81c793af9abacd8e4b39fcaf11bb28c3c39e3d14..81f0da23539c381b4c857c049904dc1be2f832c9 100644 (file)
 #include "dgnc_pci.h"
 #include "dgnc_mgmt.h"
 
-
 /* Our "in use" variables, to enforce 1 open only */
 static int dgnc_mgmt_in_use[MAXMGMTDEVICES];
 
-
 /*
  * dgnc_mgmt_open()
  *
@@ -67,7 +65,6 @@ int dgnc_mgmt_open(struct inode *inode, struct file *file)
        return 0;
 }
 
-
 /*
  * dgnc_mgmt_close()
  *
@@ -90,7 +87,6 @@ int dgnc_mgmt_close(struct inode *inode, struct file *file)
        return 0;
 }
 
-
 /*
  * dgnc_mgmt_ioctl()
  *
@@ -256,7 +252,6 @@ long dgnc_mgmt_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                break;
        }
 
-
        }
 
        return 0;