]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/cordic.c
Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[mirror_ubuntu-artful-kernel.git] / lib / cordic.c
index aa27a88d7e04d942bb46270a8cce65d9216adbe9..6cf477839ebdaa33432e647e2d5ad315a31951ed 100644 (file)
@@ -96,6 +96,6 @@ struct cordic_iq cordic_calc_iq(s32 theta)
 }
 EXPORT_SYMBOL(cordic_calc_iq);
 
-MODULE_DESCRIPTION("Cordic functions");
+MODULE_DESCRIPTION("CORDIC algorithm");
 MODULE_AUTHOR("Broadcom Corporation");
 MODULE_LICENSE("Dual BSD/GPL");