Skip to content

Commit

Permalink
trivial: MTD: remove EOL from MODULE_DESCRIPTION
Browse files Browse the repository at this point in the history
There is no need to have a "\n" on a MODULE_DESCRIPTION, remove it.

Signed-off-by: Niels de Vos <niels.devos@wincor-nixdorf.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Niels de Vos authored and Jiri Kosina committed Mar 30, 2009
1 parent c7eee1b commit 2a7af8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/diskonchip.c
Original file line number Diff line number Diff line change
Expand Up @@ -1773,4 +1773,4 @@ module_exit(cleanup_nanddoc);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("David Woodhouse <dwmw2@infradead.org>");
MODULE_DESCRIPTION("M-Systems DiskOnChip 2000, Millennium and Millennium Plus device driver\n");
MODULE_DESCRIPTION("M-Systems DiskOnChip 2000, Millennium and Millennium Plus device driver");

0 comments on commit 2a7af8c

Please sign in to comment.