Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Browse files Browse the repository at this point in the history
* git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial:
  Remove obsolete #include <linux/config.h>
  remove obsolete swsusp_encrypt
  arch/arm26/Kconfig typos
  Documentation/IPMI typos
  Kconfig: Typos in net/sched/Kconfig
  v9fs: do not include linux/version.h
  Documentation/DocBook/mtdnand.tmpl: typo fixes
  typo fixes: specfic -> specific
  typo fixes in Documentation/networking/pktgen.txt
  typo fixes: occuring -> occurring
  typo fixes: infomation -> information
  typo fixes: disadvantadge -> disadvantage
  typo fixes: aquire -> acquire
  typo fixes: mecanism -> mechanism
  typo fixes: bandwith -> bandwidth
  fix a typo in the RTC_CLASS help text
  smb is no longer maintained

Manually merged trivial conflict in arch/um/kernel/vmlinux.lds.S
  • Loading branch information
Linus Torvalds committed Jun 30, 2006
2 parents 3930217 + 6ab3d56 commit 22a3e23
Show file tree
Hide file tree
Showing 3,018 changed files with 95 additions and 3,092 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions Documentation/DocBook/mtdnand.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ static unsigned long baseaddr;
<sect1>
<title>Partition defines</title>
<para>
If you want to divide your device into parititions, then
enable the configuration switch CONFIG_MTD_PARITIONS and define
a paritioning scheme suitable to your board.
If you want to divide your device into partitions, then
enable the configuration switch CONFIG_MTD_PARTITIONS and define
a partitioning scheme suitable to your board.
</para>
<programlisting>
#define NUM_PARTITIONS 2
Expand Down
2 changes: 1 addition & 1 deletion Documentation/arm/IXP4xx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ IXP4xx provides two methods of accessing PCI memory space:
2) If > 64MB of memory space is required, the IXP4xx can be
configured to use indirect registers to access PCI This allows
for up to 128MB (0x48000000 to 0x4fffffff) of memory on the bus.
The disadvantadge of this is that every PCI access requires
The disadvantage of this is that every PCI access requires
three local register accesses plus a spinlock, but in some
cases the performance hit is acceptable. In addition, you cannot
mmap() PCI devices in this case due to the indirect nature
Expand Down
2 changes: 1 addition & 1 deletion Documentation/digiepca.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NOTE: This driver is obsolete. Digi provides a 2.6 driver (dgdm) at
http://www.digi.com for PCI cards. They no longer maintain this driver,
and have no 2.6 driver for ISA cards.

This driver requires a number of user-space tools. They can be aquired from
This driver requires a number of user-space tools. They can be acquired from
http://www.digi.com, but only works with 2.4 kernels.


Expand Down
2 changes: 1 addition & 1 deletion Documentation/memory-barriers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ Consider the following sequence of events:

This sequence of events is committed to the memory coherence system in an order
that the rest of the system might perceive as the unordered set of { STORE A,
STORE B, STORE C } all occuring before the unordered set of { STORE D, STORE E
STORE B, STORE C } all occurring before the unordered set of { STORE D, STORE E
}:

+-------+ : :
Expand Down
2 changes: 1 addition & 1 deletion Documentation/networking/pktgen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Examples:
pgset "pkt_size 9014" sets packet size to 9014
pgset "frags 5" packet will consist of 5 fragments
pgset "count 200000" sets number of packets to send, set to zero
for continious sends untill explicitl stopped.
for continuous sends until explicitly stopped.

pgset "delay 5000" adds delay to hard_start_xmit(). nanoseconds

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3048,7 +3048,7 @@ struct _snd_pcm_runtime {
</para>

<para>
If you aquire a spinlock in the interrupt handler, and the
If you acquire a spinlock in the interrupt handler, and the
lock is used in other pcm callbacks, too, then you have to
release the lock before calling
<function>snd_pcm_period_elapsed()</function>, because
Expand Down
7 changes: 0 additions & 7 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2555,13 +2555,6 @@ M: [email protected]
W: http://www.winischhofer.at/linuxsisusbvga.shtml
S: Maintained

SMB FILESYSTEM
P: Urban Widmark
M: [email protected]
W: http://samba.org/
L: [email protected]
S: Maintained

SMC91x ETHERNET DRIVER
P: Nicolas Pitre
M: [email protected]
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/alpha_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* modules.
*/

#include <linux/config.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/user.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* non-0 I/O hose
*/

#include <linux/config.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/tty.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Kernel entry-points.
*/

#include <linux/config.h>
#include <asm/asm-offsets.h>
#include <asm/thread_info.h>
#include <asm/pal.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/gct.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* linux/arch/alpha/kernel/gct.c
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/errno.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* the kernel global pointer and jump to the kernel entry-point.
*/

#include <linux/config.h>
#include <asm/system.h>
#include <asm/asm-offsets.h>

Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* should be easier.
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/errno.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/irq_alpha.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Alpha specific irq code.
*/

#include <linux/config.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/irq.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/irq_i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* Started hacking from linux-2.3.30pre6/arch/i386/kernel/i8259.c.
*/

#include <linux/config.h>
#include <linux/init.h>
#include <linux/cache.h>
#include <linux/sched.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/machvec_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* This file has goodies to help simplify instantiation of machine vectors.
*/

#include <linux/config.h>
#include <asm/pgalloc.h>

/* Whee. These systems don't have an HAE:
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Nov 2000, Ivan Kokshaysky <[email protected]>
* PCI-PCI bridges cleanup
*/
#include <linux/config.h>
#include <linux/string.h>
#include <linux/pci.h>
#include <linux/init.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* This file handles the architecture-dependent parts of process handling.
*/

#include <linux/config.h>
#include <linux/errno.h>
#include <linux/module.h>
#include <linux/sched.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/proto.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <linux/config.h>
#include <linux/interrupt.h>


Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/smc37c93x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* SMC 37C93X initialization code
*/

#include <linux/config.h>
#include <linux/kernel.h>

#include <linux/slab.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/srm_env.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
*/

#include <linux/kernel.h>
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/proc_fs.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/srmcons.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* (TTY driver and console driver)
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/console.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/sys_alcor.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* Code supporting the ALCOR and XLT (XL-300/366/433).
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/sys_cabriolet.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* PC164 and LX164.
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/sys_dp264.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Code supporting the DP264 (EV6+TSUNAMI).
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/sys_eb64p.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* Code supporting the EB64+ and EB66.
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/sys_mikasa.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* Code supporting the MIKASA (AlphaServer 1000).
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/sys_noritake.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* CORELLE (AlphaServer 800), and ALCOR Primo (AlphaStation 600A).
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/sys_sable.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* Code supporting the Sable, Sable-Gamma, and Lynx systems.
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/sys_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* Kenetics's Platform 2000, Avanti (AlphaStation), XL, and AlphaBook1.
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/sys_titan.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Granite
*/

#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* 2003-06-03 R. Scott Bailey <[email protected]>
* Tighten sanity in time_init from 1% (10,000 PPM) to 250 PPM
*/
#include <linux/config.h>
#include <linux/errno.h>
#include <linux/module.h>
#include <linux/sched.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* This file initializes the trap entry points
*/

#include <linux/config.h>
#include <linux/mm.h>
#include <linux/sched.h>
#include <linux/tty.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <linux/config.h>
#include <asm-generic/vmlinux.lds.h>

OUTPUT_FORMAT("elf64-alpha")
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/lib/callback_srm.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* arch/alpha/lib/callback_srm.S
*/

#include <linux/config.h>
#include <asm/console.h>

.text
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/lib/udelay.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Delay routines, using a pre-computed "loops_per_jiffy" value.
*/

#include <linux/config.h>
#include <linux/module.h>
#include <linux/sched.h> /* for udelay's use of smp_processor_id */
#include <asm/param.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/mm/extable.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* linux/arch/alpha/mm/extable.c
*/

#include <linux/config.h>
#include <linux/module.h>
#include <asm/uaccess.h>

Expand Down
1 change: 0 additions & 1 deletion arch/alpha/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Copyright (C) 1995 Linus Torvalds
*/

#include <linux/config.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/mm.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/* 2.3.x zone allocator, 1999 Andrea Arcangeli <[email protected]> */

#include <linux/config.h>
#include <linux/pagemap.h>
#include <linux/signal.h>
#include <linux/sched.h>
Expand Down
1 change: 0 additions & 1 deletion arch/alpha/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* Copyright (C) 2001 Andrea Arcangeli <[email protected]> SuSE
*/

#include <linux/config.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/mm.h>
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/compressed/head-clps7500.S
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Copyright (C) 1999, 2000, 2001 Nexus Electronics Ltd
*/

#include <linux/config.h>

/* There are three different ways the kernel can be
booted on a 7500 system: from Angel (loaded in RAM), from
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/compressed/head-l7200.S
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* is merged with head.S by the linker.
*/

#include <linux/config.h>
#include <asm/mach-types.h>

#ifndef CONFIG_ARCH_L7200
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/compressed/head-sa1100.S
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
*/

#include <linux/config.h>
#include <linux/linkage.h>
#include <asm/mach-types.h>

Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/compressed/head-sharpsl.S
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*
*/

#include <linux/config.h>
#include <linux/linkage.h>
#include <asm/mach-types.h>

Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/compressed/head-xscale.S
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
*/

#include <linux/config.h>
#include <linux/linkage.h>
#include <asm/mach-types.h>

Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/compressed/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/config.h>
#include <linux/linkage.h>

/*
Expand Down
1 change: 0 additions & 1 deletion arch/arm/common/locomo.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* Based on sa1111.c
*/

#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
Expand Down
1 change: 0 additions & 1 deletion arch/arm/common/sa1111.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* All initialization functions provided here are intended to be called
* from machine specific code with proper arguments when required.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
Expand Down
Loading

0 comments on commit 22a3e23

Please sign in to comment.