Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MPILIB: add module description and license

This patch fixes lack of license, otherwise mpi.ko taints kernel.

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: David Howells <dhowells@redhat.com>

authored by

Konstantin Khlebnikov and committed by
David Howells
4ff15822 c124bde2

+3
+3
lib/mpi/mpiutil.c
··· 121 121 kfree(a); 122 122 } 123 123 EXPORT_SYMBOL_GPL(mpi_free); 124 + 125 + MODULE_DESCRIPTION("Multiprecision maths library"); 126 + MODULE_LICENSE("GPL");