From 61e50e9037751d196a4552a1a654fa8fe76b751a Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sat, 31 Jul 2010 23:32:52 +0300 Subject: Simple fixes for checkpatch.pl comments --- drivers/dahdi/zaphfc/base.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/dahdi/zaphfc/base.c') 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[] = { -- cgit v1.2.3