diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-11 14:21:36 -0500 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-11 14:21:36 -0500 |
commit | 5c54b8a5f8100507bba7f21f53087dad5e99acf4 (patch) | |
tree | ab8163a74d9e3be53fb28a251ca255c3d5694195 /linux/drivers/media/video/saa7134/saa7134-cards.c | |
parent | eaf70f96a8e7525e9d0e5e736367c2ecf5263129 (diff) | |
download | mediapointer-dvb-s2-5c54b8a5f8100507bba7f21f53087dad5e99acf4.tar.gz mediapointer-dvb-s2-5c54b8a5f8100507bba7f21f53087dad5e99acf4.tar.bz2 |
saa7134: small whitespace cleanup
From: Michael Krufky <mkrufky@linuxtv.org>
- matched indents on quotes within a printk
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/saa7134/saa7134-cards.c')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-cards.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-cards.c b/linux/drivers/media/video/saa7134/saa7134-cards.c index 00109149b..7c1dbab8a 100644 --- a/linux/drivers/media/video/saa7134/saa7134-cards.c +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c @@ -3407,9 +3407,9 @@ int saa7134_board_init1(struct saa7134_dev *dev) break; case SAA7134_BOARD_MD5044: printk("%s: seems there are two different versions of the MD5044\n" - "%s: (with the same ID) out there. If sound doesn't work for\n" - "%s: you try the audio_clock_override=0x200000 insmod option.\n", - dev->name,dev->name,dev->name); + "%s: (with the same ID) out there. If sound doesn't work for\n" + "%s: you try the audio_clock_override=0x200000 insmod option.\n", + dev->name,dev->name,dev->name); break; case SAA7134_BOARD_CINERGY400_CARDBUS: /* power-up tuner chip */ |