aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorLeonid V. Fedorenchik <leonidsbox@gmail.com>2011-09-01 23:55:37 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-12 10:46:05 -0400
commitcc4600c9f46d83d2ced3310e05ea9e94a5c130fb (patch)
treef1e87d3e81bee6bf5356b1add74fe41cbba127fc /drivers/staging
parent7bfcbd6733bec1c555e62fbc39d1d9dc47ccd852 (diff)
Staging: cx25821: Fix too long lines in cx25821-audio.h
Fix too long lines in cx25821-audio.h Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com> Reviewed-By: Valdis Kletnieks <valdis.kletnieks@vt.edu> Reviewed-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/cx25821/cx25821-audio.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/staging/cx25821/cx25821-audio.h b/drivers/staging/cx25821/cx25821-audio.h
index 27717253227..8eb55b7b88c 100644
--- a/drivers/staging/cx25821/cx25821-audio.h
+++ b/drivers/staging/cx25821/cx25821-audio.h
@@ -36,13 +36,15 @@
36 */ 36 */
37#ifndef USE_RISC_NOOP 37#ifndef USE_RISC_NOOP
38#define MAX_BUFFER_PROGRAM_SIZE \ 38#define MAX_BUFFER_PROGRAM_SIZE \
39 (2*LINES_PER_BUFFER*RISC_WRITE_INSTRUCTION_SIZE + RISC_WRITECR_INSTRUCTION_SIZE*4) 39 (2 * LINES_PER_BUFFER * RISC_WRITE_INSTRUCTION_SIZE + \
40 RISC_WRITECR_INSTRUCTION_SIZE * 4)
40#endif 41#endif
41 42
42/* MAE 12 July 2005 Try to use NOOP RISC instruction instead */ 43/* MAE 12 July 2005 Try to use NOOP RISC instruction instead */
43#ifdef USE_RISC_NOOP 44#ifdef USE_RISC_NOOP
44#define MAX_BUFFER_PROGRAM_SIZE \ 45#define MAX_BUFFER_PROGRAM_SIZE \
45 (2*LINES_PER_BUFFER*RISC_WRITE_INSTRUCTION_SIZE + RISC_NOOP_INSTRUCTION_SIZE*4) 46 (2 * LINES_PER_BUFFER * RISC_WRITE_INSTRUCTION_SIZE + \
47 RISC_NOOP_INSTRUCTION_SIZE * 4)
46#endif 48#endif
47 49
48/* Sizes of various instructions in bytes. Used when adding instructions. */ 50/* Sizes of various instructions in bytes. Used when adding instructions. */