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

Docs: wording: functions -> algorithm

The code seems to provide a single function that implements the
CORDIC algorithm.

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Michael Witten and committed by
Jiri Kosina
d89ce936 0314322d

+2 -2
+1 -1
lib/Kconfig
··· 270 270 If unsure, say N. 271 271 272 272 config CORDIC 273 - tristate "CORDIC function" 273 + tristate "CORDIC algorithm" 274 274 help 275 275 The option provides arithmetic function using CORDIC algorithm 276 276 so its calculations are in fixed point. Modules can select this
+1 -1
lib/cordic.c
··· 96 96 } 97 97 EXPORT_SYMBOL(cordic_calc_iq); 98 98 99 - MODULE_DESCRIPTION("CORDIC functions"); 99 + MODULE_DESCRIPTION("CORDIC algorithm"); 100 100 MODULE_AUTHOR("Broadcom Corporation"); 101 101 MODULE_LICENSE("Dual BSD/GPL");