diff -urpN --exclude-from=/home/davej/.exclude bk-linus/sound/oss/pss.c linux-2.5/sound/oss/pss.c --- bk-linus/sound/oss/pss.c 2002-11-21 02:26:09.000000000 +0000 +++ linux-2.5/sound/oss/pss.c 2002-11-21 18:06:22.000000000 +0000 @@ -1127,7 +1127,7 @@ MODULE_PARM_DESC(pss_firmware, "Location MODULE_PARM(pss_mixer, "b"); MODULE_PARM_DESC(pss_mixer, "Enable (1) or disable (0) PSS mixer (controlling of output volume, bass, treble, synth volume). The mixer is not available on all PSS cards."); MODULE_AUTHOR("Hannu Savolainen, Vladimir Michl"); -MODULE_DESCRIPTION("Module for PSS sound cards (based on AD1848, ADSP-2115 and ESC614). This module includes control of output amplifier and synth volume of the Beethoven ADSP-16 card (this may work with other PSS cards).\n"); +MODULE_DESCRIPTION("Module for PSS sound cards (based on AD1848, ADSP-2115 and ESC614). This module includes control of output amplifier and synth volume of the Beethoven ADSP-16 card (this may work with other PSS cards)."); MODULE_LICENSE("GPL");