[PATCH 12/15] mmc: bcm2835: Align struct members with tabs
Stefan Wahren
stefan.wahren at i2se.com
Tue Feb 7 12:45:51 PST 2017
Signed-off-by: Stefan Wahren <stefan.wahren at i2se.com>
---
drivers/mmc/host/bcm2835.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/mmc/host/bcm2835.c b/drivers/mmc/host/bcm2835.c
index f926a76..4c4bc96 100644
--- a/drivers/mmc/host/bcm2835.c
+++ b/drivers/mmc/host/bcm2835.c
@@ -152,7 +152,7 @@
struct bcm2835_host {
spinlock_t lock;
- struct mutex mutex;
+ struct mutex mutex;
void __iomem *ioaddr;
u32 phys_addr;
@@ -162,8 +162,8 @@ struct bcm2835_host {
int clock; /* Current clock speed */
unsigned int max_clk; /* Max possible freq */
- struct work_struct dma_work;
- struct delayed_work timeout_work; /* Timer for timeouts */
+ struct work_struct dma_work;
+ struct delayed_work timeout_work; /* Timer for timeouts */
struct sg_mapping_iter sg_miter; /* SG state for PIO */
unsigned int blocks; /* remaining PIO blocks */
int irq; /* Device IRQ */
@@ -182,9 +182,9 @@ struct bcm2835_host {
bool use_sbc:1; /* Send CMD23 */
/* for threaded irq handler */
- bool irq_block;
- bool irq_busy;
- bool irq_data;
+ bool irq_block;
+ bool irq_busy;
+ bool irq_data;
/* DMA part */
struct dma_chan *dma_chan_rx;
--
1.7.9.5
More information about the linux-rpi-kernel
mailing list