From 70f32af39cc49a27e078cfc9b4e2c31c4ba8bd53 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 16 Oct 2005 12:13:58 +0000 Subject: - Whitespace Cleanups. - Whitespace script improved. Signed-off-by: Mauro Carvalho Chehab --- linux/sound/pci/bt87x.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linux/sound') diff --git a/linux/sound/pci/bt87x.c b/linux/sound/pci/bt87x.c index c5557eaf3..bc55fbf06 100644 --- a/linux/sound/pci/bt87x.c +++ b/linux/sound/pci/bt87x.c @@ -132,8 +132,8 @@ MODULE_PARM_DESC(load_all, "Allow to load the non-whitelisted cards"); /* RISC instruction bits */ #define RISC_BYTES_ENABLE (0xf << 12) /* byte enable bits */ #define RISC_RESYNC ( 1 << 15) /* disable FDSR errors */ -#define RISC_SET_STATUS_SHIFT 16 /* set status bits */ -#define RISC_RESET_STATUS_SHIFT 20 /* clear status bits */ +#define RISC_SET_STATUS_SHIFT 16 /* set status bits */ +#define RISC_RESET_STATUS_SHIFT 20 /* clear status bits */ #define RISC_IRQ ( 1 << 24) /* interrupt */ #define RISC_EOL ( 1 << 26) /* end of line */ #define RISC_SOL ( 1 << 27) /* start of line */ @@ -196,7 +196,7 @@ static inline void snd_bt87x_writel(bt87x_t *chip, u32 reg, u32 value) } static int snd_bt87x_create_risc(bt87x_t *chip, snd_pcm_substream_t *substream, - unsigned int periods, unsigned int period_bytes) + unsigned int periods, unsigned int period_bytes) { struct snd_sg_buf *sgbuf = snd_pcm_substream_sgbuf(substream); unsigned int i, offset; -- cgit v1.2.3