]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/cordic.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux...
[karo-tx-linux.git] / lib / cordic.c
index 09b34036534d0340a818680f53eb12c55c51c0ab..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");