Remove newline from the description of module parameters
Some module parameters with only one line have the '\n' at the end of the
description. This is not needed nor wanted as after the description the
type (i.e. int) is followed by a newline.
Some modules contain a multi-line description, these are not affected
by this patch.
Signed-off-by: Niels de Vos <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Cc: John W. Linville <[email protected]>
Cc: Ed L. Cashin <[email protected]>
Cc: Dave Airlie <[email protected]>
Cc: Roland Dreier <[email protected]>
Acked-by: Mauro Carvalho Chehab <[email protected]>
Cc: Jeff Garzik <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>