]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] MODULE_DESCRIPTION doesn't need a \n
authorDave Jones <davej@codemonkey.org.uk>
Mon, 25 Nov 2002 10:36:51 +0000 (02:36 -0800)
committerDave Jones <davej@codemonkey.org.uk>
Mon, 25 Nov 2002 10:36:51 +0000 (02:36 -0800)
sound/oss/pss.c

index 5619cbfd30814892b9a6c851956f8dd4b329a2e2..3f33ca7bd18a494228fbaa0bdac9131d98120438 100644 (file)
@@ -1127,7 +1127,7 @@ MODULE_PARM_DESC(pss_firmware, "Location of the firmware file (default - /etc/so
 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");