]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'trivial/for-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 9 Nov 2011 01:16:50 +0000 (12:16 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 9 Nov 2011 01:16:50 +0000 (12:16 +1100)
1  2 
arch/arm/Kconfig
arch/mips/Kconfig
arch/powerpc/platforms/40x/Kconfig
arch/powerpc/platforms/44x/Kconfig
fs/namespace.c
kernel/irq/manage.c
lib/Kconfig

Simple merge
Simple merge
Simple merge
Simple merge
diff --cc fs/namespace.c
Simple merge
Simple merge
diff --cc lib/Kconfig
index 32f3e5ae2be543c59ae3e50682ca504010eb87a3,abff69d4ff885c29cfee8382f61fa85356289084..d971366b8de20cb94bdf7746b5d1f97729857965
@@@ -270,10 -270,12 +270,9 @@@ config AVERAG
          If unsure, say N.
  
  config CORDIC
-       tristate "Cordic function"
+       tristate "CORDIC algorithm"
        help
-         The option provides arithmetic function using cordic algorithm
-         so its calculations are in fixed point. Modules can select this
-         when they require this function. Module will be called cordic.
+         This option provides an implementation of the CORDIC algorithm;
+         calculations are in fixed point. Module will be called cordic.
  
 -config LLIST
 -      bool
 -
  endmenu