summaryrefslogtreecommitdiff
path: root/drivers/dahdi/zaphfc/base.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/zaphfc/base.c')
-rw-r--r--drivers/dahdi/zaphfc/base.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dahdi/zaphfc/base.c b/drivers/dahdi/zaphfc/base.c
index 60a5688..2efe930 100644
--- a/drivers/dahdi/zaphfc/base.c
+++ b/drivers/dahdi/zaphfc/base.c
@@ -71,10 +71,10 @@ int debug_level;
#define TRUE (!FALSE)
#endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30)
-#define SET_PROC_DIRENTRY_OWNER(p) do { (p)->owner = THIS_MODULE; } while(0);
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 30)
+#define SET_PROC_DIRENTRY_OWNER(p) do { (p)->owner = THIS_MODULE; } while (0);
#else
-#define SET_PROC_DIRENTRY_OWNER(p) do { } while(0);
+#define SET_PROC_DIRENTRY_OWNER(p) do { } while (0);
#endif
static struct pci_device_id hfc_pci_ids[] = {