summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.h
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2010-10-05 19:25:47 +0200
committerGuillaume Knispel <gknispel@proformatique.com>2010-10-05 19:25:47 +0200
commitba506d327b09f0d999f99ccad01048145ea91a46 (patch)
tree24307151d1bc65f6473255d9ae36c8986fb8dd52 /xhfc/xhfc.h
parent4c7b70f063226d5b1c70c314db20bc71ba10abc2 (diff)
remove trailing whitespaces
Diffstat (limited to 'xhfc/xhfc.h')
-rw-r--r--xhfc/xhfc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index 7611a78..b2aac2b 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -21,7 +21,7 @@
#define CHIP_ID_2SU 0x61
#endif
-#define SPANS_PER_CHIP 4
+#define SPANS_PER_CHIP 4
#define CHANS_PER_SPAN 3
#define XHFC_ZMIN 0x00
@@ -76,7 +76,7 @@ enum { XHFC_T1, XHFC_T2, XHFC_T3, XHFC_T4 };
#ifndef MIN
# define MIN(a, b) (((a) < (b))? (a) : (b))
#endif
-
+
enum data_dir { TRANSMIT = 0, RECEIVE = 1 };
#define xhfc_info(x, format, arg...) \
@@ -114,7 +114,7 @@ struct xhfc_span {
int newalarm;
unsigned long alarmtimer;
struct dahdi_chan* sigchan;
- int sigactive;
+ int sigactive;
unsigned long hfc_timers[4]; /* T1, T2, T3, T4 */
int hfc_timer_on[4]; /* 1=timer active */
@@ -142,7 +142,7 @@ struct xhfc_pi {
struct tlp_leb_regs __iomem *regs;
u8 __iomem *cs_n0;
int irq;
-
+
char name[16]; /* 'XHFC_PI0' = ProcessorInterface no. 0 */
struct xhfc xhfc; /* mem for one XHFC */