Skip to content

Commit

Permalink
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Browse files Browse the repository at this point in the history
twelfth chunk of bp_mod.h's cleanup

Signed-off-by: Daniel Cotey <puff65537@bansheeslibrary.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Daniel Cotey authored and Greg Kroah-Hartman committed Sep 17, 2012
1 parent d5b4f42 commit 30f6290
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions drivers/staging/silicom/bp_mod.h
Original file line number Diff line number Diff line change
Expand Up @@ -535,13 +535,13 @@ static inline unsigned int jiffies_to_msecs(const unsigned long j)
(writel((value), (void *)(((a)->mem_map) + BPCTLI_##reg)))

#define BPCTL_READ_REG(a, reg) ( \
readl((void *)((a)->mem_map) + BPCTLI_##reg))
readl((void *)((a)->mem_map) + BPCTLI_##reg))

#define BPCTL_WRITE_FLUSH(a) BPCTL_READ_REG(a, STATUS)

#define BPCTL_BP_WRITE_REG(a, reg, value) ({ \
BPCTL_WRITE_REG(a, reg, value); \
BPCTL_WRITE_FLUSH(a);})
BPCTL_WRITE_REG(a, reg, value); \
BPCTL_WRITE_FLUSH(a); })

/**************************************************************/
/************** 82575 Interface********************************/
Expand Down Expand Up @@ -645,7 +645,7 @@ static inline unsigned int jiffies_to_msecs(const unsigned long j)
(writel((value), (void *)(((a)->mem_map) + BP10G_##reg)))

#define BP10G_READ_REG(a, reg) ( \
readl((void *)((a)->mem_map) + BP10G_##reg))
readl((void *)((a)->mem_map) + BP10G_##reg))

/*****BROADCOM*******************************************/

Expand Down Expand Up @@ -697,7 +697,7 @@ static inline unsigned int jiffies_to_msecs(const unsigned long j)
(writel((value), (void *)(((a)->mem_map) + BP10GB_##reg)))

#define BP10GB_READ_REG(a, reg) ( \
readl((void *)((a)->mem_map) + BP10GB_##reg))
readl((void *)((a)->mem_map) + BP10GB_##reg))

#endif

Expand Down

0 comments on commit 30f6290

Please sign in to comment.