2011-03-18 13:40:53

by Lucas De Marchi

[permalink] [raw]
Subject: [PATCH 1/4] lockdep: fix common misspellings

They were generated by 'codespell' and then manually reviewed.

Signed-off-by: Lucas De Marchi <[email protected]>
---
kernel/lockdep.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/lockdep.c b/kernel/lockdep.c
index 0d2058d..53a6895 100644
--- a/kernel/lockdep.c
+++ b/kernel/lockdep.c
@@ -2309,7 +2309,7 @@ void trace_hardirqs_on_caller(unsigned long ip)
if (unlikely(curr->hardirqs_enabled)) {
/*
* Neither irq nor preemption are disabled here
- * so this is racy by nature but loosing one hit
+ * so this is racy by nature but losing one hit
* in a stat is not a big deal.
*/
__debug_atomic_inc(redundant_hardirqs_on);
@@ -2620,7 +2620,7 @@ static int mark_lock(struct task_struct *curr, struct held_lock *this,
if (!graph_lock())
return 0;
/*
- * Make sure we didnt race:
+ * Make sure we didn't race:
*/
if (unlikely(hlock_class(this)->usage_mask & new_mask)) {
graph_unlock();
--
1.7.4.1


2011-03-18 13:41:03

by Lucas De Marchi

[permalink] [raw]
Subject: [PATCH 3/4] sched: fix common misspellings

They were generated by 'codespell' and then manually reviewed.

Signed-off-by: Lucas De Marchi <[email protected]>
---
include/linux/sched.h | 2 +-
kernel/sched.c | 6 +++---
kernel/sched_autogroup.c | 2 +-
kernel/sched_fair.c | 2 +-
kernel/sched_rt.c | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index c15936f..9bd74f5 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -853,7 +853,7 @@ extern int __weak arch_sd_sibiling_asym_packing(void);

/*
* Optimise SD flags for power savings:
- * SD_BALANCE_NEWIDLE helps agressive task consolidation and power savings.
+ * SD_BALANCE_NEWIDLE helps aggressive task consolidation and power savings.
* Keep default SD flags if sched_{smt,mc}_power_saving=0
*/

diff --git a/kernel/sched.c b/kernel/sched.c
index 58d66ea..e53f7bd 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -2310,7 +2310,7 @@ unsigned long wait_task_inactive(struct task_struct *p, long match_state)
* Cause a process which is running on another CPU to enter
* kernel-mode, without any delay. (to get signals handled.)
*
- * NOTE: this function doesnt have to take the runqueue lock,
+ * NOTE: this function doesn't have to take the runqueue lock,
* because all it wants to ensure is that the remote task enters
* the kernel. If the IPI races and the task has been migrated
* to another CPU then no harm is done and the purpose has been
@@ -4991,7 +4991,7 @@ recheck:
*/
raw_spin_lock_irqsave(&p->pi_lock, flags);
/*
- * To be able to change p->policy safely, the apropriate
+ * To be able to change p->policy safely, the appropriate
* runqueue lock must be held.
*/
rq = __task_rq_lock(p);
@@ -5695,7 +5695,7 @@ void show_state_filter(unsigned long state_filter)
do_each_thread(g, p) {
/*
* reset the NMI-timeout, listing all files on a slow
- * console might take alot of time:
+ * console might take a lot of time:
*/
touch_nmi_watchdog();
if (!state_filter || (p->state & state_filter))
diff --git a/kernel/sched_autogroup.c b/kernel/sched_autogroup.c
index 5946ac5..429242f 100644
--- a/kernel/sched_autogroup.c
+++ b/kernel/sched_autogroup.c
@@ -179,7 +179,7 @@ void sched_autogroup_create_attach(struct task_struct *p)
struct autogroup *ag = autogroup_create();

autogroup_move_group(p, ag);
- /* drop extra refrence added by autogroup_create() */
+ /* drop extra reference added by autogroup_create() */
autogroup_kref_put(ag);
}
EXPORT_SYMBOL(sched_autogroup_create_attach);
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c
index 3f7ec9e..3cb7f07 100644
--- a/kernel/sched_fair.c
+++ b/kernel/sched_fair.c
@@ -3061,7 +3061,7 @@ static inline void calculate_imbalance(struct sd_lb_stats *sds, int this_cpu,

/*
* if *imbalance is less than the average load per runnable task
- * there is no gaurantee that any tasks will be moved so we'll have
+ * there is no guarantee that any tasks will be moved so we'll have
* a think about bumping its value to force at least one task to be
* moved
*/
diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c
index db308cb..e7cebdc 100644
--- a/kernel/sched_rt.c
+++ b/kernel/sched_rt.c
@@ -1378,7 +1378,7 @@ retry:
task = pick_next_pushable_task(rq);
if (task_cpu(next_task) == rq->cpu && task == next_task) {
/*
- * If we get here, the task hasnt moved at all, but
+ * If we get here, the task hasn't moved at all, but
* it has failed to push. We will not try again,
* since the other cpus will pull from us when they
* are ready.
@@ -1488,7 +1488,7 @@ static int pull_rt_task(struct rq *this_rq)
/*
* We continue with the search, just in
* case there's an even higher prio task
- * in another runqueue. (low likelyhood
+ * in another runqueue. (low likelihood
* but possible)
*/
}
--
1.7.4.1

2011-03-18 13:41:11

by Lucas De Marchi

[permalink] [raw]
Subject: [PATCH 4/4] tracing: Fix common misspellings

They were generated by 'codespell' and then manually reviewed.

Signed-off-by: Lucas De Marchi <[email protected]>
---
include/linux/tracehook.h | 4 ++--
kernel/trace/ftrace.c | 4 ++--
kernel/trace/ring_buffer.c | 4 ++--
kernel/trace/trace.c | 6 +++---
kernel/trace/trace_clock.c | 2 +-
kernel/trace/trace_entries.h | 2 +-
kernel/trace/trace_functions_graph.c | 2 +-
kernel/trace/trace_irqsoff.c | 2 +-
kernel/trace/trace_kprobe.c | 2 +-
9 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/include/linux/tracehook.h b/include/linux/tracehook.h
index 3a2e66d..ebcfa4e 100644
--- a/include/linux/tracehook.h
+++ b/include/linux/tracehook.h
@@ -169,7 +169,7 @@ static inline int tracehook_unsafe_exec(struct task_struct *task)
* tracehook_tracer_task - return the task that is tracing the given task
* @tsk: task to consider
*
- * Returns NULL if noone is tracing @task, or the &struct task_struct
+ * Returns NULL if no one is tracing @task, or the &struct task_struct
* pointer to its tracer.
*
* Must called under rcu_read_lock(). The pointer returned might be kept
@@ -448,7 +448,7 @@ static inline int tracehook_force_sigpending(void)
*
* Return zero to check for a real pending signal normally.
* Return -1 after releasing the siglock to repeat the check.
- * Return a signal number to induce an artifical signal delivery,
+ * Return a signal number to induce an artificial signal delivery,
* setting *@info and *@return_ka to specify its details and behavior.
*
* The @return_ka->sa_handler value controls the disposition of the
diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c
index 888b611..2321781 100644
--- a/kernel/trace/ftrace.c
+++ b/kernel/trace/ftrace.c
@@ -1268,7 +1268,7 @@ static int ftrace_update_code(struct module *mod)
p->flags = 0L;

/*
- * Do the initial record convertion from mcount jump
+ * Do the initial record conversion from mcount jump
* to the NOP instructions.
*/
if (!ftrace_code_disable(mod, p)) {
@@ -3426,7 +3426,7 @@ graph_init_task(struct task_struct *t, struct ftrace_ret_stack *ret_stack)
atomic_set(&t->tracing_graph_pause, 0);
atomic_set(&t->trace_overrun, 0);
t->ftrace_timestamp = 0;
- /* make curr_ret_stack visable before we add the ret_stack */
+ /* make curr_ret_stack visible before we add the ret_stack */
smp_wmb();
t->ret_stack = ret_stack;
}
diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c
index db7b439..bba050c 100644
--- a/kernel/trace/ring_buffer.c
+++ b/kernel/trace/ring_buffer.c
@@ -1478,7 +1478,7 @@ static inline unsigned long rb_page_entries(struct buffer_page *bpage)
return local_read(&bpage->entries) & RB_WRITE_MASK;
}

-/* Size is determined by what has been commited */
+/* Size is determined by what has been committed */
static inline unsigned rb_page_size(struct buffer_page *bpage)
{
return rb_page_commit(bpage);
@@ -2932,7 +2932,7 @@ rb_get_reader_page(struct ring_buffer_per_cpu *cpu_buffer)
/*
* cpu_buffer->pages just needs to point to the buffer, it
* has no specific buffer page to point to. Lets move it out
- * of our way so we don't accidently swap it.
+ * of our way so we don't accidentally swap it.
*/
cpu_buffer->pages = reader->list.prev;

diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index 9541c27..e1731b9 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -382,15 +382,15 @@ __setup("trace_buf_size=", set_buf_size);

static int __init set_tracing_thresh(char *str)
{
- unsigned long threshhold;
+ unsigned long threshold;
int ret;

if (!str)
return 0;
- ret = strict_strtoul(str, 0, &threshhold);
+ ret = strict_strtoul(str, 0, &threshold);
if (ret < 0)
return 0;
- tracing_thresh = threshhold * 1000;
+ tracing_thresh = threshold * 1000;
return 1;
}
__setup("tracing_thresh=", set_tracing_thresh);
diff --git a/kernel/trace/trace_clock.c b/kernel/trace/trace_clock.c
index 685a67d..6302747 100644
--- a/kernel/trace/trace_clock.c
+++ b/kernel/trace/trace_clock.c
@@ -46,7 +46,7 @@ u64 notrace trace_clock_local(void)
}

/*
- * trace_clock(): 'inbetween' trace clock. Not completely serialized,
+ * trace_clock(): 'between' trace clock. Not completely serialized,
* but not completely incorrect when crossing CPUs either.
*
* This is based on cpu_clock(), which will allow at most ~1 jiffy of
diff --git a/kernel/trace/trace_entries.h b/kernel/trace/trace_entries.h
index 1516cb3..e32744c 100644
--- a/kernel/trace/trace_entries.h
+++ b/kernel/trace/trace_entries.h
@@ -27,7 +27,7 @@
* in the structure.
*
* * for structures within structures, the format of the internal
- * structure is layed out. This allows the internal structure
+ * structure is laid out. This allows the internal structure
* to be deciphered for the format file. Although these macros
* may become out of sync with the internal structure, they
* will create a compile error if it happens. Since the
diff --git a/kernel/trace/trace_functions_graph.c b/kernel/trace/trace_functions_graph.c
index 76b0598..962cdb2 100644
--- a/kernel/trace/trace_functions_graph.c
+++ b/kernel/trace/trace_functions_graph.c
@@ -905,7 +905,7 @@ print_graph_prologue(struct trace_iterator *iter, struct trace_seq *s,
*
* returns 1 if
* - we are inside irq code
- * - we just extered irq code
+ * - we just entered irq code
*
* retunns 0 if
* - funcgraph-interrupts option is set
diff --git a/kernel/trace/trace_irqsoff.c b/kernel/trace/trace_irqsoff.c
index 92b6e1e..a4969b4 100644
--- a/kernel/trace/trace_irqsoff.c
+++ b/kernel/trace/trace_irqsoff.c
@@ -80,7 +80,7 @@ static struct tracer_flags tracer_flags = {
* skip the latency if the sequence has changed - some other section
* did a maximum and could disturb our measurement with serial console
* printouts, etc. Truly coinciding maximum latencies should be rare
- * and what happens together happens separately as well, so this doesnt
+ * and what happens together happens separately as well, so this doesn't
* decrease the validity of the maximum found:
*/
static __cacheline_aligned_in_smp unsigned long max_sequence;
diff --git a/kernel/trace/trace_kprobe.c b/kernel/trace/trace_kprobe.c
index 8435b43..35d55a3 100644
--- a/kernel/trace/trace_kprobe.c
+++ b/kernel/trace/trace_kprobe.c
@@ -1839,7 +1839,7 @@ static void unregister_probe_event(struct trace_probe *tp)
kfree(tp->call.print_fmt);
}

-/* Make a debugfs interface for controling probe points */
+/* Make a debugfs interface for controlling probe points */
static __init int init_kprobe_trace(void)
{
struct dentry *d_tracer;
--
1.7.4.1

2011-03-18 13:41:24

by Lucas De Marchi

[permalink] [raw]
Subject: [PATCH 2/4] perf: fix common misspellings

They were generated by 'codespell' and then manually reviewed.

Signed-off-by: Lucas De Marchi <[email protected]>
---
arch/mips/kernel/perf_event_mipsxx.c | 2 +-
arch/powerpc/kernel/perf_event.c | 2 +-
arch/sparc/kernel/perf_event.c | 2 +-
arch/x86/kernel/cpu/perf_event.c | 2 +-
arch/x86/kernel/cpu/perf_event_p4.c | 8 ++++----
include/linux/perf_event.h | 2 +-
tools/perf/util/string.c | 2 +-
7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/arch/mips/kernel/perf_event_mipsxx.c b/arch/mips/kernel/perf_event_mipsxx.c
index d9a7db7..75266ff 100644
--- a/arch/mips/kernel/perf_event_mipsxx.c
+++ b/arch/mips/kernel/perf_event_mipsxx.c
@@ -721,7 +721,7 @@ static void mipsxx_pmu_start(void)

/*
* MIPS performance counters can be per-TC. The control registers can
- * not be directly accessed accross CPUs. Hence if we want to do global
+ * not be directly accessed across CPUs. Hence if we want to do global
* control, we need cross CPU calls. on_each_cpu() can help us, but we
* can not make sure this function is called with interrupts enabled. So
* here we pause local counters and then grab a rwlock and leave the
diff --git a/arch/powerpc/kernel/perf_event.c b/arch/powerpc/kernel/perf_event.c
index 97e0ae4..c4063b7 100644
--- a/arch/powerpc/kernel/perf_event.c
+++ b/arch/powerpc/kernel/perf_event.c
@@ -759,7 +759,7 @@ static int power_pmu_add(struct perf_event *event, int ef_flags)

/*
* If group events scheduling transaction was started,
- * skip the schedulability test here, it will be peformed
+ * skip the schedulability test here, it will be performed
* at commit time(->commit_txn) as a whole
*/
if (cpuhw->group_flag & PERF_EVENT_TXN)
diff --git a/arch/sparc/kernel/perf_event.c b/arch/sparc/kernel/perf_event.c
index 7605786..ee8426e 100644
--- a/arch/sparc/kernel/perf_event.c
+++ b/arch/sparc/kernel/perf_event.c
@@ -1027,7 +1027,7 @@ static int sparc_pmu_add(struct perf_event *event, int ef_flags)

/*
* If group events scheduling transaction was started,
- * skip the schedulability test here, it will be peformed
+ * skip the schedulability test here, it will be performed
* at commit time(->commit_txn) as a whole
*/
if (cpuc->group_flag & PERF_EVENT_TXN)
diff --git a/arch/x86/kernel/cpu/perf_event.c b/arch/x86/kernel/cpu/perf_event.c
index e8dbe17..e3ba177 100644
--- a/arch/x86/kernel/cpu/perf_event.c
+++ b/arch/x86/kernel/cpu/perf_event.c
@@ -1109,7 +1109,7 @@ static int x86_pmu_add(struct perf_event *event, int flags)

/*
* If group events scheduling transaction was started,
- * skip the schedulability test here, it will be peformed
+ * skip the schedulability test here, it will be performed
* at commit time (->commit_txn) as a whole
*/
if (cpuc->group_flag & PERF_EVENT_TXN)
diff --git a/arch/x86/kernel/cpu/perf_event_p4.c b/arch/x86/kernel/cpu/perf_event_p4.c
index 3769ac8..0811f5e 100644
--- a/arch/x86/kernel/cpu/perf_event_p4.c
+++ b/arch/x86/kernel/cpu/perf_event_p4.c
@@ -1,5 +1,5 @@
/*
- * Netburst Perfomance Events (P4, old Xeon)
+ * Netburst Performance Events (P4, old Xeon)
*
* Copyright (C) 2010 Parallels, Inc., Cyrill Gorcunov <[email protected]>
* Copyright (C) 2010 Intel Corporation, Lin Ming <[email protected]>
@@ -679,7 +679,7 @@ static int p4_validate_raw_event(struct perf_event *event)
*/

/*
- * if an event is shared accross the logical threads
+ * if an event is shared across the logical threads
* the user needs special permissions to be able to use it
*/
if (p4_ht_active() && p4_event_bind_map[v].shared) {
@@ -790,13 +790,13 @@ static void p4_pmu_disable_pebs(void)
*
* It's still allowed that two threads setup same cache
* events so we can't simply clear metrics until we knew
- * noone is depending on us, so we need kind of counter
+ * no one is depending on us, so we need kind of counter
* for "ReplayEvent" users.
*
* What is more complex -- RAW events, if user (for some
* reason) will pass some cache event metric with improper
* event opcode -- it's fine from hardware point of view
- * but completely nonsence from "meaning" of such action.
+ * but completely nonsense from "meaning" of such action.
*
* So at moment let leave metrics turned on forever -- it's
* ok for now but need to be revisited!
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index f495c01..390eb2f 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -662,7 +662,7 @@ struct pmu {
int (*commit_txn) (struct pmu *pmu); /* optional */
/*
* Will cancel the transaction, assumes ->del() is called
- * for each successfull ->add() during the transaction.
+ * for each successful ->add() during the transaction.
*/
void (*cancel_txn) (struct pmu *pmu); /* optional */
};
diff --git a/tools/perf/util/string.c b/tools/perf/util/string.c
index 8fc0bd3..b9a985d 100644
--- a/tools/perf/util/string.c
+++ b/tools/perf/util/string.c
@@ -85,7 +85,7 @@ out:

/*
* Helper function for splitting a string into an argv-like array.
- * originaly copied from lib/argv_split.c
+ * originally copied from lib/argv_split.c
*/
static const char *skip_sep(const char *cp)
{
--
1.7.4.1

2011-03-22 10:37:50

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH 2/4] perf: fix common misspellings


* Lucas De Marchi <[email protected]> wrote:

> They were generated by 'codespell' and then manually reviewed.
>
> Signed-off-by: Lucas De Marchi <[email protected]>
> ---
> arch/mips/kernel/perf_event_mipsxx.c | 2 +-
> arch/powerpc/kernel/perf_event.c | 2 +-
> arch/sparc/kernel/perf_event.c | 2 +-
> arch/x86/kernel/cpu/perf_event.c | 2 +-
> arch/x86/kernel/cpu/perf_event_p4.c | 8 ++++----
> include/linux/perf_event.h | 2 +-
> tools/perf/util/string.c | 2 +-
> 7 files changed, 10 insertions(+), 10 deletions(-)

Hm, half of these do not apply anymore.

Since they are auto-generated, mind sending one large spelling fixes patch to
Linus (for the whole kernel), at the end of the merge window, instead of these
zillions of small commits which just clutter the patchflow? That makes it a
heck of a lot easier to verify and handle for everyone involved.

Thanks,

Ingo

2011-03-22 11:28:14

by Lucas De Marchi

[permalink] [raw]
Subject: Re: [PATCH 2/4] perf: fix common misspellings

Hi Ingo,

[ CC'ing Randy Dunlap and Jason Wessel ]

On Tue, Mar 22, 2011 at 07:37, Ingo Molnar <[email protected]> wrote:
>
> * Lucas De Marchi <[email protected]> wrote:
>
>> They were generated by 'codespell' and then manually reviewed.
>>
>> Signed-off-by: Lucas De Marchi <[email protected]>
>> ---
>> ?arch/mips/kernel/perf_event_mipsxx.c | ? ?2 +-
>> ?arch/powerpc/kernel/perf_event.c ? ? | ? ?2 +-
>> ?arch/sparc/kernel/perf_event.c ? ? ? | ? ?2 +-
>> ?arch/x86/kernel/cpu/perf_event.c ? ? | ? ?2 +-
>> ?arch/x86/kernel/cpu/perf_event_p4.c ?| ? ?8 ++++----
>> ?include/linux/perf_event.h ? ? ? ? ? | ? ?2 +-
>> ?tools/perf/util/string.c ? ? ? ? ? ? | ? ?2 +-
>> ?7 files changed, 10 insertions(+), 10 deletions(-)
>
> Hm, half of these do not apply anymore.
>
> Since they are auto-generated, mind sending one large spelling fixes patch to
> Linus (for the whole kernel), at the end of the merge window, instead of these
> zillions of small commits which just clutter the patchflow? That makes it a
> heck of a lot easier to verify and handle for everyone involved.

I agree with you, but last time I tried a large patch for fixing this
I've been told to split the patches for each maintainer
(http://kerneltrap.org/mailarchive/linux-kernel/2010/9/7/4616618). As
you noticed it's a pain to apply them and it's even more for splitting
in a per maintainer basis since it touches a lot of files.

Randy, Jason: as you see maybe the split approach was not a good one.

I'am all for applying this once, as Ingo said.



regards,

Lucas De Marchi

2011-03-22 11:44:26

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH 2/4] perf: fix common misspellings


* Lucas De Marchi <[email protected]> wrote:

> Hi Ingo,
>
> [ CC'ing Randy Dunlap and Jason Wessel ]
>
> On Tue, Mar 22, 2011 at 07:37, Ingo Molnar <[email protected]> wrote:
> >
> > * Lucas De Marchi <[email protected]> wrote:
> >
> >> They were generated by 'codespell' and then manually reviewed.
> >>
> >> Signed-off-by: Lucas De Marchi <[email protected]>
> >> ---
> >> ?arch/mips/kernel/perf_event_mipsxx.c | ? ?2 +-
> >> ?arch/powerpc/kernel/perf_event.c ? ? | ? ?2 +-
> >> ?arch/sparc/kernel/perf_event.c ? ? ? | ? ?2 +-
> >> ?arch/x86/kernel/cpu/perf_event.c ? ? | ? ?2 +-
> >> ?arch/x86/kernel/cpu/perf_event_p4.c ?| ? ?8 ++++----
> >> ?include/linux/perf_event.h ? ? ? ? ? | ? ?2 +-
> >> ?tools/perf/util/string.c ? ? ? ? ? ? | ? ?2 +-
> >> ?7 files changed, 10 insertions(+), 10 deletions(-)
> >
> > Hm, half of these do not apply anymore.
> >
> > Since they are auto-generated, mind sending one large spelling fixes patch to
> > Linus (for the whole kernel), at the end of the merge window, instead of these
> > zillions of small commits which just clutter the patchflow? That makes it a
> > heck of a lot easier to verify and handle for everyone involved.
>
> I agree with you, but last time I tried a large patch for fixing this
> I've been told to split the patches for each maintainer
> (http://kerneltrap.org/mailarchive/linux-kernel/2010/9/7/4616618). As
> you noticed it's a pain to apply them and it's even more for splitting
> in a per maintainer basis since it touches a lot of files.
>
> Randy, Jason: as you see maybe the split approach was not a good one.
>
> I'am all for applying this once, as Ingo said.

Well, ultimately it's up to Linus (i've Cc:-ed him).

For such pure spelling fixes i think what matters most is the timing, so that
it impacts outstanding trees in the smallest possible way. For that the best
timing would right before -rc1 - i.e. this week - as that is the moment when
the outstanding queues are the shortest.

Could you send the diffstat of the big, combined patch - how large is it total?

Thanks,

Ingo

2011-03-22 12:07:57

by Lucas De Marchi

[permalink] [raw]
Subject: Re: [PATCH 2/4] perf: fix common misspellings

On Tue, Mar 22, 2011 at 8:44 AM, Ingo Molnar <[email protected]> wrote:
>
> * Lucas De Marchi <[email protected]> wrote:
>
>> Hi Ingo,
>>
>> [ CC'ing Randy Dunlap and Jason Wessel ]
>>
>> On Tue, Mar 22, 2011 at 07:37, Ingo Molnar <[email protected]> wrote:
>> >
>> > * Lucas De Marchi <[email protected]> wrote:
>> >
>> >> They were generated by 'codespell' and then manually reviewed.
>> >>
>> >> Signed-off-by: Lucas De Marchi <[email protected]>
>> >> ---
>> >> ?arch/mips/kernel/perf_event_mipsxx.c | ? ?2 +-
>> >> ?arch/powerpc/kernel/perf_event.c ? ? | ? ?2 +-
>> >> ?arch/sparc/kernel/perf_event.c ? ? ? | ? ?2 +-
>> >> ?arch/x86/kernel/cpu/perf_event.c ? ? | ? ?2 +-
>> >> ?arch/x86/kernel/cpu/perf_event_p4.c ?| ? ?8 ++++----
>> >> ?include/linux/perf_event.h ? ? ? ? ? | ? ?2 +-
>> >> ?tools/perf/util/string.c ? ? ? ? ? ? | ? ?2 +-
>> >> ?7 files changed, 10 insertions(+), 10 deletions(-)
>> >
>> > Hm, half of these do not apply anymore.
>> >
>> > Since they are auto-generated, mind sending one large spelling fixes patch to
>> > Linus (for the whole kernel), at the end of the merge window, instead of these
>> > zillions of small commits which just clutter the patchflow? That makes it a
>> > heck of a lot easier to verify and handle for everyone involved.
>>
>> I agree with you, but last time I tried a large patch for fixing this
>> I've been told to split the patches for each maintainer
>> (http://kerneltrap.org/mailarchive/linux-kernel/2010/9/7/4616618). As
>> you noticed it's a pain to apply them and it's even more for splitting
>> in a per maintainer basis since it touches a lot of files.
>>
>> Randy, Jason: as you see maybe the split approach was not a good one.
>>
>> I'am all for applying this once, as Ingo said.
>
> Well, ultimately it's up to Linus (i've Cc:-ed him).
>
> For such pure spelling fixes i think what matters most is the timing, so that
> it impacts outstanding trees in the smallest possible way. For that the best
> timing would right before -rc1 - i.e. this week - as that is the moment when
> the outstanding queues are the shortest.
>
> Could you send the diffstat of the big, combined patch - how large is it total?

Without reviewing and without manually fixing the cases in which there
are more than one possible fix it's a 2.2MB patch. Following the
diffstat:

CREDITS | 10 +-
Documentation/ABI/testing/sysfs-bus-css | 2 +-
Documentation/ABI/testing/sysfs-class-led | 2 +-
Documentation/DocBook/dvb/dvbproperty.xml | 2 +-
Documentation/DocBook/dvb/frontend.xml | 2 +-
Documentation/DocBook/kernel-hacking.tmpl | 4 +-
Documentation/DocBook/kernel-locking.tmpl | 2 +-
Documentation/DocBook/libata.tmpl | 10 +-
Documentation/DocBook/mtdnand.tmpl | 6 +-
Documentation/DocBook/regulator.tmpl | 4 +-
Documentation/DocBook/uio-howto.tmpl | 2 +-
Documentation/DocBook/usb.tmpl | 2 +-
Documentation/DocBook/v4l/common.xml | 2 +-
Documentation/DocBook/v4l/controls.xml | 2 +-
Documentation/DocBook/v4l/libv4l.xml | 2 +-
Documentation/DocBook/v4l/remote_controllers.xml | 2 +-
Documentation/DocBook/writing-an-alsa-driver.tmpl | 2 +-
Documentation/PCI/MSI-HOWTO.txt | 4 +-
Documentation/SecurityBugs | 2 +-
Documentation/SubmittingDrivers | 2 +-
Documentation/SubmittingPatches | 2 +-
Documentation/arm/IXP4xx | 4 +-
Documentation/arm/Samsung-S3C24XX/Suspend.txt | 2 +-
Documentation/arm/Samsung/GPIO.txt | 2 +-
Documentation/block/biodoc.txt | 4 +-
Documentation/cpu-hotplug.txt | 2 +-
Documentation/dell_rbu.txt | 2 +-
Documentation/device-mapper/dm-service-time.txt | 2 +-
.../devicetree/bindings/mtd/fsl-upm-nand.txt | 2 +-
.../devicetree/bindings/net/can/sja1000.txt | 2 +-
.../devicetree/bindings/powerpc/fsl/mpic.txt | 2 +-
Documentation/dvb/README.dvb-usb | 2 +-
Documentation/dvb/ci.txt | 2 +-
Documentation/dvb/faq.txt | 2 +-
Documentation/edac.txt | 2 +-
Documentation/eisa.txt | 2 +-
Documentation/fb/matroxfb.txt | 8 +-
Documentation/fb/viafb.txt | 4 +-
.../filesystems/autofs4-mount-control.txt | 2 +-
Documentation/filesystems/caching/netfs-api.txt | 18 +-
Documentation/filesystems/configfs/configfs.txt | 2 +-
Documentation/filesystems/ext4.txt | 4 +-
Documentation/filesystems/gfs2-uevents.txt | 2 +-
Documentation/filesystems/gfs2.txt | 2 +-
Documentation/filesystems/ntfs.txt | 2 +-
Documentation/filesystems/ocfs2.txt | 2 +-
Documentation/filesystems/path-lookup.txt | 4 +-
.../filesystems/pohmelfs/network_protocol.txt | 2 +-
Documentation/filesystems/proc.txt | 6 +-
Documentation/filesystems/squashfs.txt | 2 +-
Documentation/filesystems/sysfs.txt | 2 +-
Documentation/filesystems/vfat.txt | 2 +-
Documentation/filesystems/vfs.txt | 2 +-
.../filesystems/xfs-delayed-logging-design.txt | 8 +-
Documentation/hwmon/abituguru | 2 +-
Documentation/hwmon/abituguru-datasheet | 8 +-
Documentation/hwmon/abituguru3 | 2 +-
Documentation/hwmon/pmbus | 6 +-
Documentation/hwmon/sysfs-interface | 2 +-
Documentation/hwmon/via686a | 2 +-
Documentation/hwmon/w83781d | 2 +-
Documentation/hwmon/w83791d | 2 +-
Documentation/i2c/busses/i2c-parport-light | 2 +-
Documentation/i2c/busses/i2c-sis96x | 2 +-
Documentation/i2c/busses/i2c-taos-evm | 2 +-
Documentation/i2o/README | 2 +-
Documentation/ia64/aliasing-test.c | 2 +-
Documentation/input/joystick-parport.txt | 2 +-
Documentation/input/joystick.txt | 2 +-
Documentation/input/rotary-encoder.txt | 2 +-
Documentation/irqflags-tracing.txt | 2 +-
Documentation/isdn/INTERFACE.CAPI | 2 +-
Documentation/isdn/syncPPP.FAQ | 10 +-
Documentation/kbuild/kbuild.txt | 8 +-
Documentation/kernel-parameters.txt | 4 +-
Documentation/kvm/mmu.txt | 2 +-
Documentation/kvm/ppc-pv.txt | 2 +-
Documentation/kvm/timekeeping.txt | 2 +-
Documentation/mips/AU1xxx_IDE.README | 4 +-
Documentation/misc-devices/ics932s401 | 2 +-
Documentation/networking/3c359.txt | 2 +-
Documentation/networking/README.ipw2200 | 2 +-
Documentation/networking/bonding.txt | 2 +-
Documentation/networking/caif/Linux-CAIF.txt | 2 +-
Documentation/networking/caif/spi_porting.txt | 2 +-
Documentation/networking/can.txt | 2 +-
Documentation/networking/ieee802154.txt | 2 +-
Documentation/networking/olympic.txt | 2 +-
Documentation/networking/packet_mmap.txt | 2 +-
Documentation/networking/s2io.txt | 4 +-
Documentation/networking/tc-actions-env-rules.txt | 4 +-
Documentation/power/devices.txt | 2 +-
Documentation/power/notifiers.txt | 4 +-
Documentation/power/opp.txt | 2 +-
Documentation/power/swsusp.txt | 4 +-
Documentation/power/userland-swsusp.txt | 6 +-
Documentation/powerpc/hvcs.txt | 2 +-
Documentation/scsi/ChangeLog.lpfc | 18 +-
Documentation/scsi/ChangeLog.megaraid | 2 +-
Documentation/scsi/ChangeLog.ncr53c8xx | 2 +-
Documentation/scsi/ChangeLog.sym53c8xx | 2 +-
Documentation/scsi/aha152x.txt | 2 +-
Documentation/scsi/aic79xx.txt | 12 +-
Documentation/scsi/ibmmca.txt | 4 +-
Documentation/scsi/scsi-changer.txt | 2 +-
Documentation/scsi/scsi_eh.txt | 2 +-
Documentation/scsi/scsi_fc_transport.txt | 2 +-
Documentation/scsi/tmscsim.txt | 2 +-
Documentation/serial/moxa-smartio | 2 +-
Documentation/serial/n_gsm.txt | 2 +-
Documentation/sound/alsa/ALSA-Configuration.txt | 4 +-
Documentation/sound/oss/README.OSS | 2 +-
Documentation/spi/pxa2xx | 2 +-
Documentation/spi/spi-lm70llp | 2 +-
Documentation/trace/ring-buffer-design.txt | 2 +-
Documentation/video4linux/README.pvrusb2 | 2 +-
Documentation/video4linux/bttv/README | 2 +-
Documentation/video4linux/bttv/README.freeze | 2 +-
Documentation/video4linux/bttv/Sound-FAQ | 2 +-
Documentation/video4linux/pxa_camera.txt | 8 +-
Documentation/video4linux/v4l2-framework.txt | 2 +-
Documentation/vm/active_mm.txt | 2 +-
Documentation/vm/hugetlbpage.txt | 2 +-
Documentation/vm/overcommit-accounting | 2 +-
Documentation/vm/pagemap.txt | 2 +-
Documentation/w1/slaves/w1_ds2423 | 6 +-
Documentation/w1/w1.netlink | 2 +-
Documentation/watchdog/hpwdt.txt | 2 +-
arch/alpha/include/asm/elf.h | 2 +-
arch/alpha/kernel/core_lca.c | 4 +-
arch/alpha/kernel/err_marvel.c | 2 +-
arch/alpha/lib/ev6-memcpy.S | 2 +-
arch/alpha/lib/ev67-strrchr.S | 2 +-
arch/alpha/lib/fls.c | 2 +-
arch/alpha/lib/strrchr.S | 2 +-
arch/alpha/oprofile/op_model_ev67.c | 2 +-
arch/arm/Kconfig | 2 +-
arch/arm/Kconfig-nommu | 2 +-
arch/arm/common/pl330.c | 4 +-
arch/arm/include/asm/fpstate.h | 2 +-
arch/arm/include/asm/glue-cache.h | 2 +-
arch/arm/include/asm/glue.h | 4 +-
arch/arm/include/asm/hardware/pl080.h | 2 +-
arch/arm/include/asm/system.h | 2 +-
arch/arm/include/asm/ucontext.h | 2 +-
arch/arm/kernel/swp_emulate.c | 2 +-
arch/arm/lib/uaccess.S | 50 ++--
arch/arm/mach-at91/at91rm9200_devices.c | 2 +-
arch/arm/mach-at91/board-carmeva.c | 2 +-
arch/arm/mach-at91/include/mach/at91_mci.h | 2 +-
arch/arm/mach-at91/include/mach/gpio.h | 2 +-
arch/arm/mach-bcmring/csp/dmac/dmacHw_extra.c | 4 +-
arch/arm/mach-bcmring/dma.c | 4 +-
arch/arm/mach-bcmring/include/csp/dmacHw.h | 4 +-
.../mach-bcmring/include/mach/csp/chipcHw_def.h | 2 +-
.../mach-bcmring/include/mach/csp/chipcHw_inline.h | 2 +-
.../arm/mach-bcmring/include/mach/csp/intcHw_reg.h | 4 +-
arch/arm/mach-bcmring/include/mach/reg_umi.h | 2 +-
arch/arm/mach-davinci/board-neuros-osd2.c | 2 +-
arch/arm/mach-davinci/cpufreq.c | 2 +-
arch/arm/mach-davinci/da850.c | 2 +-
arch/arm/mach-davinci/dm355.c | 2 +-
arch/arm/mach-davinci/dm644x.c | 2 +-
arch/arm/mach-davinci/include/mach/cputype.h | 2 +-
arch/arm/mach-ep93xx/gpio.c | 2 +-
arch/arm/mach-exynos4/include/mach/gpio.h | 2 +-
arch/arm/mach-exynos4/mct.c | 2 +-
arch/arm/mach-exynos4/setup-sdhci-gpio.c | 4 +-
arch/arm/mach-exynos4/setup-sdhci.c | 2 +-
arch/arm/mach-imx/eukrea_mbimx27-baseboard.c | 2 +-
arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c | 2 +-
arch/arm/mach-kirkwood/tsx1x-common.c | 2 +-
arch/arm/mach-lpc32xx/pm.c | 2 +-
arch/arm/mach-mmp/time.c | 2 +-
arch/arm/mach-msm/acpuclock-arm11.c | 2 +-
arch/arm/mach-msm/scm.c | 2 +-
arch/arm/mach-mx3/clock-imx35.c | 2 +-
arch/arm/mach-mx3/eukrea_mbimxsd-baseboard.c | 4 +-
arch/arm/mach-mx3/mm.c | 2 +-
arch/arm/mach-omap1/ams-delta-fiq-handler.S | 2 +-
arch/arm/mach-omap1/board-sx1.c | 2 +-
arch/arm/mach-omap1/devices.c | 2 +-
arch/arm/mach-omap1/include/mach/ams-delta-fiq.h | 2 +-
arch/arm/mach-omap2/board-igep0020.c | 2 +-
arch/arm/mach-omap2/board-igep0030.c | 2 +-
arch/arm/mach-omap2/clockdomain.c | 2 +-
arch/arm/mach-omap2/clockdomain.h | 2 +-
arch/arm/mach-omap2/cpuidle34xx.c | 4 +-
arch/arm/mach-omap2/devices.c | 6 +-
arch/arm/mach-omap2/dma.c | 2 +-
arch/arm/mach-omap2/gpio.c | 2 +-
arch/arm/mach-omap2/hsmmc.c | 2 +-
arch/arm/mach-omap2/mcbsp.c | 2 +-
arch/arm/mach-omap2/mux.c | 2 +-
arch/arm/mach-omap2/mux2430.h | 2 +-
arch/arm/mach-omap2/omap_hwmod_2430_data.c | 2 +-
arch/arm/mach-omap2/omap_phy_internal.c | 4 +-
arch/arm/mach-omap2/omap_twl.c | 2 +-
arch/arm/mach-omap2/powerdomain.c | 2 +-
arch/arm/mach-omap2/powerdomain.h | 2 +-
arch/arm/mach-omap2/powerdomains3xxx_data.c | 2 +-
arch/arm/mach-omap2/smartreflex.c | 2 +-
arch/arm/mach-omap2/voltage.c | 4 +-
arch/arm/mach-orion5x/addr-map.c | 2 +-
arch/arm/mach-orion5x/net2big-setup.c | 2 +-
arch/arm/mach-orion5x/ts209-setup.c | 2 +-
arch/arm/mach-orion5x/ts409-setup.c | 2 +-
arch/arm/mach-pxa/include/mach/pxa3xx-regs.h | 2 +-
arch/arm/mach-pxa/include/mach/regs-u2d.h | 6 +-
arch/arm/mach-pxa/include/mach/zeus.h | 2 +-
arch/arm/mach-pxa/mfp-pxa3xx.c | 2 +-
arch/arm/mach-pxa/mioa701.c | 2 +-
arch/arm/mach-pxa/pxa300.c | 2 +-
arch/arm/mach-pxa/pxa320.c | 2 +-
arch/arm/mach-pxa/pxa930.c | 2 +-
arch/arm/mach-pxa/zylonite_pxa300.c | 2 +-
arch/arm/mach-pxa/zylonite_pxa320.c | 2 +-
arch/arm/mach-s3c2410/include/mach/dma.h | 2 +-
arch/arm/mach-s3c2410/include/mach/regs-mem.h | 2 +-
arch/arm/mach-s3c2410/mach-n30.c | 2 +-
arch/arm/mach-s3c2440/mach-mini2440.c | 2 +-
arch/arm/mach-s3c64xx/dma.c | 2 +-
arch/arm/mach-s5pc100/include/mach/regs-fb.h | 2 +-
arch/arm/mach-s5pc100/setup-sdhci.c | 2 +-
arch/arm/mach-s5pv210/include/mach/gpio.h | 2 +-
arch/arm/mach-s5pv210/setup-sdhci-gpio.c | 4 +-
arch/arm/mach-s5pv210/setup-sdhci.c | 2 +-
arch/arm/mach-sa1100/Makefile | 2 +-
arch/arm/mach-sa1100/cpu-sa1100.c | 2 +-
arch/arm/mach-sa1100/include/mach/SA-1100.h | 2 +-
arch/arm/mach-sa1100/jornada720_ssp.c | 4 +-
arch/arm/mach-tegra/dma.c | 4 +-
arch/arm/mach-tegra/include/mach/dma.h | 4 +-
arch/arm/mach-u300/clock.c | 6 +-
arch/arm/mach-ux500/include/mach/db8500-regs.h | 10 +-
arch/arm/mm/cache-v4wb.S | 2 +-
arch/arm/mm/cache-v4wt.S | 2 +-
arch/arm/mm/cache-v7.S | 2 +-
arch/arm/mm/proc-arm1020.S | 2 +-
arch/arm/mm/proc-arm1020e.S | 2 +-
arch/arm/mm/proc-arm1022.S | 2 +-
arch/arm/mm/proc-arm1026.S | 2 +-
arch/arm/mm/proc-arm720.S | 2 +-
arch/arm/mm/proc-arm920.S | 2 +-
arch/arm/mm/proc-arm922.S | 2 +-
arch/arm/mm/proc-arm925.S | 2 +-
arch/arm/mm/proc-macros.S | 2 +-
arch/arm/mm/proc-v6.S | 4 +-
arch/arm/mm/proc-v7.S | 2 +-
arch/arm/nwfpe/softfloat.c | 416 ++++++++++----------
arch/arm/nwfpe/softfloat.h | 20 +-
arch/arm/plat-mxc/cpufreq.c | 2 +-
arch/arm/plat-mxc/include/mach/entry-macro.S | 4 +-
arch/arm/plat-mxc/include/mach/mxc_nand.h | 2 +-
arch/arm/plat-omap/devices.c | 2 +-
arch/arm/plat-omap/dma.c | 4 +-
arch/arm/plat-omap/include/plat/gpio.h | 2 +-
arch/arm/plat-omap/include/plat/gpmc.h | 2 +-
arch/arm/plat-omap/mcbsp.c | 2 +-
arch/arm/plat-pxa/include/plat/mfp.h | 2 +-
arch/arm/plat-pxa/mfp.c | 2 +-
arch/arm/plat-s3c24xx/Makefile | 2 +-
arch/arm/plat-s3c24xx/cpu-freq.c | 2 +-
arch/arm/plat-s3c24xx/dma.c | 2 +-
arch/arm/plat-s5p/irq-gpioint.c | 2 +-
.../plat-samsung/include/plat/gpio-cfg-helpers.h | 2 +-
arch/arm/plat-samsung/include/plat/gpio-cfg.h | 6 +-
arch/arm/plat-samsung/include/plat/gpio-core.h | 2 +-
arch/arm/plat-samsung/include/plat/sdhci.h | 4 +-
arch/arm/plat-samsung/s3c-pl330.c | 2 +-
arch/arm/plat-spear/include/plat/clock.h | 2 +-
arch/arm/tools/mach-types | 2 +-
arch/blackfin/Kconfig.debug | 2 +-
arch/blackfin/include/asm/traps.h | 2 +-
arch/blackfin/kernel/kgdb.c | 2 +-
arch/blackfin/kernel/traps.c | 2 +-
arch/blackfin/lib/ins.S | 2 +-
arch/blackfin/lib/memmove.S | 2 +-
arch/blackfin/mach-bf537/boards/stamp.c | 2 +-
arch/blackfin/mach-common/entry.S | 4 +-
arch/blackfin/mach-common/head.S | 2 +-
arch/cris/arch-v10/README.mm | 2 +-
arch/cris/arch-v10/drivers/sync_serial.c | 2 +-
arch/cris/arch-v32/drivers/axisflashmap.c | 2 +-
arch/cris/arch-v32/drivers/mach-a3/nandflash.c | 2 +-
arch/cris/arch-v32/drivers/mach-fs/nandflash.c | 2 +-
arch/cris/arch-v32/drivers/sync_serial.c | 2 +-
arch/cris/arch-v32/kernel/entry.S | 2 +-
arch/cris/arch-v32/kernel/irq.c | 2 +-
arch/cris/arch-v32/kernel/kgdb.c | 2 +-
arch/cris/arch-v32/kernel/process.c | 2 +-
arch/cris/arch-v32/kernel/signal.c | 2 +-
arch/cris/arch-v32/mach-a3/arbiter.c | 4 +-
arch/cris/arch-v32/mach-fs/arbiter.c | 2 +-
arch/cris/boot/rescue/head_v10.S | 2 +-
arch/cris/include/arch-v32/arch/hwregs/Makefile | 2 +-
.../cris/include/arch-v32/arch/hwregs/iop/Makefile | 2 +-
arch/cris/include/asm/pgtable.h | 2 +-
arch/cris/kernel/traps.c | 2 +-
arch/frv/include/asm/pci.h | 2 +-
arch/frv/include/asm/spr-regs.h | 2 +-
arch/frv/include/asm/virtconvert.h | 2 +-
arch/frv/kernel/entry-table.S | 4 +-
arch/ia64/Kconfig | 4 +-
arch/ia64/include/asm/pal.h | 2 +-
arch/ia64/include/asm/perfmon_default_smpl.h | 4 +-
arch/ia64/include/asm/sn/bte.h | 2 +-
arch/ia64/include/asm/sn/shub_mmr.h | 2 +-
arch/ia64/include/asm/sn/shubio.h | 4 +-
arch/ia64/kernel/cyclone.c | 2 +-
arch/ia64/kernel/perfmon_default_smpl.c | 2 +-
arch/ia64/kernel/smpboot.c | 2 +-
arch/ia64/kernel/topology.c | 2 +-
arch/ia64/kvm/process.c | 2 +-
arch/ia64/lib/do_csum.S | 2 +-
arch/ia64/sn/kernel/irq.c | 4 +-
arch/ia64/sn/pci/pcibr/pcibr_dma.c | 2 +-
arch/m32r/include/asm/m32104ut/m32104ut_pld.h | 2 +-
arch/m32r/include/asm/m32700ut/m32700ut_pld.h | 2 +-
arch/m32r/include/asm/opsput/opsput_pld.h | 2 +-
arch/m32r/include/asm/pgtable-2level.h | 2 +-
arch/m32r/kernel/entry.S | 4 +-
arch/m32r/mm/fault.c | 4 +-
arch/m68k/atari/atakeyb.c | 2 +-
arch/m68k/fpsp040/bindec.S | 2 +-
arch/m68k/fpsp040/x_ovfl.S | 2 +-
arch/m68k/fpsp040/x_unfl.S | 2 +-
arch/m68k/ifpsp060/src/fpsp.S | 10 +-
arch/m68k/ifpsp060/src/pfpsp.S | 8 +-
arch/m68k/include/asm/atariints.h | 2 +-
arch/m68k/include/asm/bootstd.h | 2 +-
arch/m68k/include/asm/commproc.h | 4 +-
arch/m68k/include/asm/delay_no.h | 2 +-
arch/m68k/include/asm/gpio.h | 2 +-
arch/m68k/include/asm/m520xsim.h | 2 +-
arch/m68k/include/asm/m523xsim.h | 2 +-
arch/m68k/include/asm/m527xsim.h | 2 +-
arch/m68k/include/asm/m5307sim.h | 2 +-
arch/m68k/include/asm/m5407sim.h | 2 +-
arch/m68k/include/asm/m68360_quicc.h | 2 +-
arch/m68k/include/asm/mac_oss.h | 2 +-
arch/m68k/include/asm/mac_via.h | 2 +-
arch/m68k/include/asm/macintosh.h | 2 +-
arch/m68k/include/asm/mcftimer.h | 2 +-
arch/m68k/kernel/head.S | 10 +-
arch/m68k/q40/README | 2 +-
arch/m68knommu/kernel/vmlinux.lds.S | 2 +-
arch/m68knommu/platform/523x/config.c | 2 +-
arch/m68knommu/platform/5272/intc.c | 2 +-
arch/m68knommu/platform/527x/config.c | 2 +-
arch/m68knommu/platform/528x/config.c | 2 +-
arch/m68knommu/platform/coldfire/cache.c | 2 +-
arch/m68knommu/platform/coldfire/entry.S | 2 +-
arch/m68knommu/platform/coldfire/head.S | 2 +-
arch/m68knommu/platform/coldfire/intc.c | 2 +-
arch/m68knommu/platform/coldfire/sltimers.c | 2 +-
arch/microblaze/Makefile | 2 +-
arch/microblaze/include/asm/io.h | 2 +-
arch/microblaze/include/asm/pci-bridge.h | 2 +-
arch/microblaze/include/asm/pci.h | 2 +-
arch/microblaze/kernel/cpu/cache.c | 2 +-
arch/microblaze/lib/memcpy.c | 6 +-
arch/microblaze/lib/memmove.c | 6 +-
arch/microblaze/lib/memset.c | 2 +-
arch/microblaze/pci/indirect_pci.c | 2 +-
arch/microblaze/platform/generic/Kconfig.auto | 2 +-
arch/mips/Kconfig | 2 +-
arch/mips/Makefile | 4 +-
arch/mips/alchemy/common/clocks.c | 2 +-
arch/mips/cavium-octeon/executive/octeon-model.c | 2 +-
arch/mips/cavium-octeon/octeon-platform.c | 2 +-
arch/mips/cavium-octeon/setup.c | 2 +-
arch/mips/fw/arc/promlib.c | 2 +-
arch/mips/include/asm/dec/prom.h | 2 +-
arch/mips/include/asm/floppy.h | 2 +-
arch/mips/include/asm/hw_irq.h | 2 +-
arch/mips/include/asm/io.h | 2 +-
arch/mips/include/asm/irqflags.h | 2 +-
arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h | 2 +-
arch/mips/include/asm/mach-ip32/mc146818rtc.h | 2 +-
.../mips/include/asm/mach-loongson/cs5536/cs5536.h | 2 +-
arch/mips/include/asm/mach-pb1x00/pb1000.h | 2 +-
arch/mips/include/asm/mach-pb1x00/pb1200.h | 2 +-
arch/mips/include/asm/mach-pb1x00/pb1550.h | 2 +-
arch/mips/include/asm/mach-powertv/dma-coherence.h | 2 +-
arch/mips/include/asm/mipsregs.h | 4 +-
arch/mips/include/asm/octeon/cvmx-bootinfo.h | 2 +-
arch/mips/include/asm/octeon/cvmx-bootmem.h | 2 +-
arch/mips/include/asm/octeon/cvmx-l2c.h | 2 +-
arch/mips/include/asm/octeon/cvmx.h | 2 +-
arch/mips/include/asm/paccess.h | 2 +-
arch/mips/include/asm/pci/bridge.h | 2 +-
.../include/asm/pmc-sierra/msp71xx/msp_regops.h | 2 +-
arch/mips/include/asm/processor.h | 2 +-
arch/mips/include/asm/sgi/ioc.h | 2 +-
arch/mips/include/asm/sibyte/sb1250_mac.h | 4 +-
arch/mips/include/asm/siginfo.h | 2 +-
arch/mips/include/asm/sn/klconfig.h | 4 +-
arch/mips/include/asm/sn/sn0/hubio.h | 2 +-
arch/mips/include/asm/sn/sn0/hubmd.h | 6 +-
arch/mips/include/asm/stackframe.h | 2 +-
arch/mips/include/asm/war.h | 2 +-
arch/mips/jz4740/board-qi_lb60.c | 4 +-
arch/mips/kernel/cpu-bugs64.c | 2 +-
arch/mips/kernel/perf_event_mipsxx.c | 2 +-
arch/mips/kernel/process.c | 2 +-
arch/mips/kernel/smp-mt.c | 2 +-
arch/mips/kernel/time.c | 2 +-
arch/mips/kernel/vpe.c | 2 +-
arch/mips/lib/strnlen_user.S | 2 +-
arch/mips/math-emu/dp_fsp.c | 2 +-
arch/mips/math-emu/dp_mul.c | 2 +-
arch/mips/math-emu/dsemul.c | 2 +-
arch/mips/math-emu/sp_mul.c | 2 +-
arch/mips/mm/cex-sb1.S | 2 +-
arch/mips/mm/tlbex.c | 2 +-
arch/mips/mti-malta/malta-smtc.c | 2 +-
arch/mips/pci/ops-pmcmsp.c | 4 +-
arch/mips/pci/pci-bcm1480.c | 2 +-
arch/mips/pci/pci-octeon.c | 4 +-
arch/mips/pci/pci.c | 2 +-
arch/mips/pmc-sierra/msp71xx/msp_setup.c | 2 +-
arch/mips/pnx833x/common/platform.c | 2 +-
arch/mips/sgi-ip27/Kconfig | 2 +-
arch/mips/sgi-ip27/TODO | 2 +-
arch/mips/sgi-ip27/ip27-init.c | 2 +-
arch/mips/sgi-ip27/ip27-irq.c | 2 +-
arch/mn10300/include/asm/cpu-regs.h | 2 +-
arch/mn10300/unit-asb2305/include/unit/serial.h | 2 +-
arch/parisc/include/asm/eisa_eeprom.h | 2 +-
arch/parisc/include/asm/perf.h | 2 +-
arch/parisc/kernel/cache.c | 10 +-
arch/parisc/kernel/entry.S | 10 +-
arch/parisc/kernel/head.S | 2 +-
arch/parisc/kernel/inventory.c | 2 +-
arch/parisc/kernel/perf_images.h | 4 +-
arch/parisc/kernel/signal.c | 2 +-
arch/parisc/kernel/syscall.S | 2 +-
arch/parisc/kernel/syscall_table.S | 2 +-
arch/parisc/math-emu/dfadd.c | 2 +-
arch/parisc/math-emu/dfsub.c | 2 +-
arch/parisc/math-emu/fmpyfadd.c | 8 +-
arch/parisc/math-emu/sfadd.c | 2 +-
arch/parisc/math-emu/sfsub.c | 2 +-
arch/powerpc/include/asm/bitops.h | 4 +-
arch/powerpc/include/asm/compat.h | 2 +-
arch/powerpc/include/asm/cpm.h | 2 +-
arch/powerpc/include/asm/hvcall.h | 2 +-
arch/powerpc/include/asm/kprobes.h | 2 +-
arch/powerpc/include/asm/lppaca.h | 8 +-
arch/powerpc/include/asm/page_64.h | 2 +-
arch/powerpc/include/asm/pasemi_dma.h | 2 +-
arch/powerpc/include/asm/pci-bridge.h | 2 +-
arch/powerpc/include/asm/pmac_feature.h | 4 +-
arch/powerpc/include/asm/pte-common.h | 4 +-
arch/powerpc/include/asm/reg_booke.h | 2 +-
arch/powerpc/include/asm/rtc.h | 2 +-
arch/powerpc/include/asm/spu_priv1.h | 2 +-
arch/powerpc/include/asm/uninorth.h | 2 +-
arch/powerpc/include/asm/vdso_datapage.h | 2 +-
arch/powerpc/include/asm/vio.h | 6 +-
arch/powerpc/kernel/btext.c | 2 +-
arch/powerpc/kernel/exceptions-64e.S | 2 +-
arch/powerpc/kernel/exceptions-64s.S | 2 +-
arch/powerpc/kernel/head_40x.S | 2 +-
arch/powerpc/kernel/head_44x.S | 2 +-
arch/powerpc/kernel/head_64.S | 2 +-
arch/powerpc/kernel/head_fsl_booke.S | 2 +-
arch/powerpc/kernel/l2cr_6xx.S | 2 +-
arch/powerpc/kernel/lparcfg.c | 2 +-
arch/powerpc/kernel/perf_event.c | 2 +-
arch/powerpc/kernel/ppc_save_regs.S | 2 +-
arch/powerpc/kernel/prom.c | 4 +-
arch/powerpc/kernel/ptrace.c | 2 +-
arch/powerpc/kernel/rtasd.c | 2 +-
arch/powerpc/kernel/swsusp_32.S | 2 +-
arch/powerpc/kernel/traps.c | 2 +-
arch/powerpc/kernel/udbg_16550.c | 2 +-
arch/powerpc/kernel/vdso32/sigtramp.S | 2 +-
arch/powerpc/kernel/vdso64/sigtramp.S | 2 +-
arch/powerpc/kernel/vio.c | 208 +++++-----
arch/powerpc/mm/hash_low_64.S | 24 +-
arch/powerpc/mm/hash_utils_64.c | 2 +-
arch/powerpc/mm/mem.c | 2 +-
arch/powerpc/mm/numa.c | 8 +-
arch/powerpc/mm/tlb_low_64e.S | 4 +-
arch/powerpc/oprofile/op_model_cell.c | 6 +-
arch/powerpc/oprofile/op_model_power4.c | 2 +-
arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c | 6 +-
arch/powerpc/platforms/52xx/mpc52xx_pic.c | 2 +-
arch/powerpc/platforms/cell/spufs/lscsa_alloc.c | 2 +-
arch/powerpc/platforms/cell/spufs/sched.c | 2 +-
arch/powerpc/platforms/cell/spufs/spu_restore.c | 2 +-
arch/powerpc/platforms/iseries/mf.c | 2 +-
arch/powerpc/platforms/iseries/viopath.c | 8 +-
arch/powerpc/platforms/pasemi/dma_lib.c | 4 +-
arch/powerpc/platforms/powermac/Makefile | 2 +-
arch/powerpc/platforms/powermac/low_i2c.c | 2 +-
arch/powerpc/platforms/powermac/pci.c | 2 +-
arch/powerpc/platforms/pseries/dlpar.c | 2 +-
arch/powerpc/platforms/pseries/eeh.c | 2 +-
arch/powerpc/platforms/pseries/hotplug-cpu.c | 2 +-
arch/powerpc/platforms/pseries/iommu.c | 6 +-
arch/powerpc/platforms/pseries/lpar.c | 4 +-
arch/powerpc/platforms/pseries/setup.c | 8 +-
arch/powerpc/platforms/pseries/xics.c | 2 +-
arch/powerpc/sysdev/axonram.c | 8 +-
arch/powerpc/sysdev/bestcomm/bestcomm.h | 2 +-
arch/powerpc/sysdev/bestcomm/bestcomm_priv.h | 2 +-
arch/powerpc/sysdev/cpm1.c | 2 +-
arch/powerpc/sysdev/indirect_pci.c | 2 +-
arch/powerpc/sysdev/ppc4xx_pci.h | 2 +-
arch/s390/include/asm/atomic.h | 2 +-
arch/s390/include/asm/cio.h | 2 +-
arch/s390/kernel/reipl64.S | 2 +-
arch/s390/kernel/setup.c | 2 +-
arch/s390/kernel/time.c | 6 +-
arch/s390/kernel/vtime.c | 2 +-
arch/s390/kvm/kvm-s390.c | 2 +-
arch/s390/kvm/priv.c | 2 +-
arch/s390/mm/fault.c | 2 +-
arch/score/Makefile | 2 +-
arch/sh/Kconfig.debug | 2 +-
arch/sh/boards/mach-dreamcast/irq.c | 2 +-
arch/sh/boards/mach-ecovec24/setup.c | 2 +-
arch/sh/drivers/pci/pci-sh7751.h | 2 +-
arch/sh/drivers/pci/pci.c | 2 +-
arch/sh/include/asm/page.h | 2 +-
arch/sh/include/asm/pgtable_32.h | 2 +-
arch/sh/include/asm/unaligned-sh4a.h | 2 +-
arch/sh/include/mach-common/mach/highlander.h | 4 +-
arch/sh/include/mach-common/mach/r2d.h | 6 +-
arch/sh/kernel/cpu/clock-cpg.c | 2 +-
arch/sh/kernel/cpu/sh4/softfloat.c | 70 ++--
arch/sh/kernel/cpu/sh4a/setup-sh7786.c | 2 +-
arch/sh/kernel/irq.c | 2 +-
arch/sh/lib64/copy_user_memcpy.S | 2 +-
arch/sh/lib64/memcpy.S | 2 +-
arch/sparc/include/asm/hypervisor.h | 20 +-
arch/sparc/include/asm/ns87303.h | 2 +-
arch/sparc/include/asm/pcr.h | 6 +-
arch/sparc/include/asm/ptrace.h | 2 +-
arch/sparc/kernel/entry.S | 4 +-
arch/sparc/kernel/head_32.S | 4 +-
arch/sparc/kernel/head_64.S | 2 +-
arch/sparc/kernel/init_task.c | 2 +-
arch/sparc/kernel/of_device_64.c | 2 +-
arch/sparc/kernel/perf_event.c | 2 +-
arch/sparc/kernel/time_32.c | 2 +-
arch/sparc/kernel/time_64.c | 2 +-
arch/sparc/math-emu/Makefile | 2 +-
arch/tile/Kconfig | 2 +-
arch/tile/include/hv/drv_xgbe_intf.h | 2 +-
arch/tile/include/hv/hypervisor.h | 4 +-
arch/tile/kernel/pci.c | 4 +-
arch/tile/mm/hugetlbpage.c | 2 +-
arch/um/Kconfig.net | 2 +-
arch/unicore32/include/mach/regs-umal.h | 4 +-
arch/unicore32/kernel/head.S | 2 +-
arch/xtensa/include/asm/dma.h | 2 +-
arch/xtensa/kernel/entry.S | 2 +-
block/blk-cgroup.c | 4 +-
block/blk-throttle.c | 2 +-
block/blk.h | 2 +-
block/cfq-iosched.c | 2 +-
block/genhd.c | 2 +-
crypto/ansi_cprng.c | 2 +-
crypto/async_tx/async_xor.c | 2 +-
crypto/gf128mul.c | 2 +-
crypto/vmac.c | 2 +-
crypto/xts.c | 2 +-
drivers/acpi/apei/ghes.c | 2 +-
drivers/acpi/processor_throttling.c | 2 +-
drivers/acpi/video.c | 4 +-
drivers/amba/bus.c | 2 +-
drivers/ata/ahci.c | 2 +-
drivers/ata/ahci.h | 4 +-
drivers/ata/ata_piix.c | 10 +-
drivers/ata/libata-acpi.c | 2 +-
drivers/ata/libata-core.c | 2 +-
drivers/ata/libata-eh.c | 10 +-
drivers/ata/libata-scsi.c | 2 +-
drivers/ata/libata-sff.c | 4 +-
drivers/ata/pata_ali.c | 2 +-
drivers/ata/pata_amd.c | 2 +-
drivers/ata/pata_arasan_cf.c | 8 +-
drivers/ata/pata_bf54x.c | 2 +-
drivers/ata/pata_cs5520.c | 2 +-
drivers/ata/pata_mpiix.c | 2 +-
drivers/ata/pata_rz1000.c | 2 +-
drivers/ata/pata_sil680.c | 4 +-
drivers/ata/pata_sis.c | 4 +-
drivers/ata/pata_triflex.c | 2 +-
drivers/ata/sata_fsl.c | 4 +-
drivers/ata/sata_inic162x.c | 2 +-
drivers/ata/sata_mv.c | 4 +-
drivers/ata/sata_nv.c | 2 +-
drivers/ata/sata_via.c | 2 +-
drivers/atm/ambassador.c | 2 +-
drivers/atm/firestream.c | 2 +-
drivers/atm/fore200e.h | 4 +-
drivers/atm/horizon.c | 10 +-
drivers/atm/idt77252.c | 2 +-
drivers/atm/idt77252.h | 2 +-
drivers/atm/iphase.c | 6 +-
drivers/atm/lanai.c | 4 +-
drivers/auxdisplay/cfag12864b.c | 4 +-
drivers/base/class.c | 2 +-
drivers/base/power/runtime.c | 2 +-
drivers/base/sys.c | 14 +-
drivers/block/DAC960.c | 2 +-
drivers/block/drbd/drbd_actlog.c | 2 +-
drivers/block/drbd/drbd_int.h | 10 +-
drivers/block/drbd/drbd_main.c | 4 +-
drivers/block/drbd/drbd_receiver.c | 2 +-
drivers/block/drbd/drbd_vli.h | 2 +-
drivers/block/hd.c | 2 +-
drivers/block/viodasd.c | 2 +-
drivers/block/xsysace.c | 8 +-
drivers/bluetooth/hci_ll.c | 2 +-
drivers/cdrom/cdrom.c | 4 +-
drivers/char/agp/agp.h | 2 +-
drivers/char/agp/amd-k7-agp.c | 2 +-
drivers/char/agp/sworks-agp.c | 2 +-
drivers/char/agp/via-agp.c | 2 +-
drivers/char/ipmi/ipmi_poweroff.c | 2 +-
drivers/char/ipmi/ipmi_si_intf.c | 4 +-
drivers/char/mbcs.h | 4 +-
drivers/char/mwave/3780i.h | 2 +-
drivers/char/nwbutton.c | 2 +-
drivers/char/pcmcia/cm4000_cs.c | 2 +-
drivers/char/pcmcia/synclink_cs.c | 4 +-
drivers/char/random.c | 2 +-
drivers/char/sonypi.c | 4 +-
drivers/char/xilinx_hwicap/xilinx_hwicap.c | 2 +-
drivers/cpufreq/cpufreq.c | 2 +-
drivers/crypto/amcc/crypto4xx_sa.c | 2 +-
drivers/crypto/amcc/crypto4xx_sa.h | 2 +-
drivers/crypto/ixp4xx_crypto.c | 2 +-
drivers/crypto/padlock-aes.c | 2 +-
drivers/dma/at_hdmac.c | 2 +-
drivers/dma/coh901318.c | 2 +-
drivers/dma/intel_mid_dma.c | 8 +-
drivers/dma/intel_mid_dma_regs.h | 4 +-
drivers/dma/mpc512x_dma.c | 2 +-
drivers/dma/ste_dma40.c | 2 +-
drivers/edac/Kconfig | 2 +-
drivers/edac/cpc925_edac.c | 2 +-
drivers/edac/edac_core.h | 8 +-
drivers/edac/edac_device.c | 4 +-
drivers/edac/edac_device_sysfs.c | 4 +-
drivers/edac/edac_mc.c | 2 +-
drivers/edac/edac_mc_sysfs.c | 2 +-
drivers/edac/edac_pci_sysfs.c | 4 +-
drivers/edac/i5000_edac.c | 2 +-
drivers/edac/i5100_edac.c | 2 +-
drivers/edac/i5400_edac.c | 4 +-
drivers/edac/i7300_edac.c | 2 +-
drivers/edac/i7core_edac.c | 2 +-
drivers/edac/i82443bxgx_edac.c | 4 +-
drivers/edac/mce_amd_inj.c | 2 +-
drivers/edac/r82600_edac.c | 6 +-
drivers/firewire/net.c | 2 +-
drivers/gpio/mc33880.c | 2 +-
drivers/gpu/drm/drm_crtc.c | 4 +-
drivers/gpu/drm/drm_mm.c | 2 +-
drivers/gpu/drm/i915/i915_drv.h | 2 +-
drivers/gpu/drm/i915/intel_dp.c | 2 +-
drivers/gpu/drm/i915/intel_sdvo_regs.h | 4 +-
drivers/gpu/drm/mga/mga_dma.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_channel.c | 4 +-
drivers/gpu/drm/nouveau/nouveau_drv.h | 2 +-
drivers/gpu/drm/nouveau/nouveau_state.c | 2 +-
drivers/gpu/drm/nouveau/nv04_crtc.c | 4 +-
drivers/gpu/drm/nouveau/nv40_graph.c | 2 +-
drivers/gpu/drm/radeon/atombios.h | 34 +-
drivers/gpu/drm/radeon/evergreen_cs.c | 2 +-
drivers/gpu/drm/radeon/r300.c | 2 +-
drivers/gpu/drm/radeon/r300_reg.h | 4 +-
drivers/gpu/drm/radeon/r600_cs.c | 2 +-
drivers/gpu/drm/radeon/r600_hdmi.c | 2 +-
drivers/gpu/drm/radeon/radeon.h | 8 +-
drivers/gpu/drm/radeon/radeon_cp.c | 2 +-
drivers/gpu/drm/radeon/radeon_cursor.c | 2 +-
drivers/gpu/drm/radeon/radeon_device.c | 2 +-
drivers/gpu/drm/radeon/radeon_display.c | 2 +-
drivers/gpu/drm/radeon/radeon_drv.h | 2 +-
drivers/gpu/drm/radeon/radeon_fence.c | 32 +-
drivers/gpu/drm/radeon/radeon_object.h | 2 +-
drivers/gpu/drm/radeon/radeon_pm.c | 4 +-
drivers/gpu/drm/radeon/radeon_ring.c | 2 +-
drivers/gpu/drm/radeon/radeon_state.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 2 +-
drivers/gpu/vga/vgaarb.c | 4 +-
drivers/hid/hid-core.c | 4 +-
drivers/hid/hid-debug.c | 2 +-
drivers/hid/hid-magicmouse.c | 2 +-
drivers/hid/hid-picolcd.c | 4 +-
drivers/hid/hid-roccat-kone.h | 2 +-
drivers/hwmon/abituguru.c | 2 +-
drivers/hwmon/abituguru3.c | 2 +-
drivers/hwmon/adm1026.c | 2 +-
drivers/hwmon/lm85.c | 2 +-
drivers/hwmon/lm90.c | 2 +-
drivers/hwmon/sht15.c | 6 +-
drivers/hwmon/tmp102.c | 2 +-
drivers/hwmon/via686a.c | 12 +-
drivers/hwmon/w83791d.c | 2 +-
drivers/hwmon/w83792d.c | 2 +-
drivers/hwmon/w83793.c | 2 +-
drivers/i2c/algos/i2c-algo-pca.c | 2 +-
drivers/i2c/busses/i2c-ali1535.c | 2 +-
drivers/i2c/busses/i2c-ali15x3.c | 2 +-
drivers/i2c/busses/i2c-davinci.c | 2 +-
drivers/i2c/busses/i2c-designware.c | 2 +-
drivers/i2c/busses/i2c-elektor.c | 2 +-
drivers/i2c/busses/i2c-i801.c | 2 +-
drivers/i2c/busses/i2c-ibm_iic.c | 4 +-
drivers/i2c/busses/i2c-intel-mid.c | 14 +-
drivers/i2c/busses/i2c-isch.c | 2 +-
drivers/i2c/busses/i2c-mxs.c | 2 +-
drivers/i2c/busses/i2c-nomadik.c | 8 +-
drivers/i2c/busses/i2c-s6000.c | 2 +-
drivers/i2c/busses/i2c-stu300.c | 4 +-
drivers/i2c/busses/i2c-tegra.c | 2 +-
drivers/i2c/busses/i2c-xiic.c | 4 +-
drivers/i2c/i2c-core.c | 2 +-
drivers/ide/cy82c693.c | 2 +-
drivers/ide/ide-floppy.c | 2 +-
drivers/ide/ide-taskfile.c | 2 +-
drivers/ide/piix.c | 4 +-
drivers/ide/sis5513.c | 4 +-
drivers/ide/triflex.c | 2 +-
drivers/ide/via82cxxx.c | 2 +-
drivers/infiniband/hw/amso1100/c2_ae.c | 2 +-
drivers/infiniband/hw/amso1100/c2_qp.c | 2 +-
drivers/infiniband/hw/amso1100/c2_wr.h | 4 +-
drivers/infiniband/hw/ipath/ipath_driver.c | 2 +-
drivers/infiniband/hw/ipath/ipath_file_ops.c | 2 +-
drivers/infiniband/hw/ipath/ipath_init_chip.c | 2 +-
drivers/infiniband/hw/ipath/ipath_ud.c | 4 +-
drivers/infiniband/hw/ipath/ipath_user_sdma.c | 2 +-
drivers/infiniband/hw/nes/nes_cm.c | 2 +-
drivers/infiniband/hw/nes/nes_hw.c | 4 +-
drivers/infiniband/hw/nes/nes_nic.c | 2 +-
drivers/infiniband/hw/qib/qib.h | 2 +-
drivers/infiniband/hw/qib/qib_file_ops.c | 4 +-
drivers/infiniband/hw/qib/qib_iba6120.c | 4 +-
drivers/infiniband/hw/qib/qib_iba7220.c | 6 +-
drivers/infiniband/hw/qib/qib_iba7322.c | 14 +-
drivers/infiniband/hw/qib/qib_init.c | 2 +-
drivers/infiniband/hw/qib/qib_mad.h | 2 +-
drivers/infiniband/hw/qib/qib_twsi.c | 2 +-
drivers/infiniband/hw/qib/qib_ud.c | 4 +-
drivers/infiniband/hw/qib/qib_user_sdma.c | 2 +-
drivers/infiniband/ulp/iser/iscsi_iser.h | 2 +-
drivers/input/joydev.c | 4 +-
drivers/input/joystick/a3d.c | 4 +-
drivers/input/joystick/iforce/iforce-ff.c | 4 +-
drivers/input/joystick/tmdc.c | 2 +-
drivers/input/keyboard/davinci_keyscan.c | 2 +-
drivers/input/misc/adxl34x.c | 2 +-
drivers/input/misc/keyspan_remote.c | 2 +-
drivers/input/misc/wistron_btns.c | 2 +-
drivers/input/mouse/bcm5974.c | 2 +-
drivers/input/mouse/synaptics_i2c.c | 2 +-
drivers/input/mouse/vsxxxaa.c | 2 +-
drivers/input/serio/hp_sdc.c | 2 +-
drivers/input/serio/xilinx_ps2.c | 2 +-
drivers/input/touchscreen/intel-mid-touch.c | 2 +-
drivers/input/touchscreen/ucb1400_ts.c | 2 +-
drivers/input/touchscreen/usbtouchscreen.c | 4 +-
drivers/input/touchscreen/wm9705.c | 2 +-
drivers/input/touchscreen/wm9712.c | 2 +-
drivers/input/touchscreen/wm9713.c | 2 +-
drivers/input/touchscreen/wm97xx-core.c | 4 +-
drivers/isdn/hardware/eicon/divacapi.h | 2 +-
drivers/isdn/hardware/eicon/io.h | 2 +-
drivers/isdn/hardware/eicon/message.c | 14 +-
drivers/isdn/hardware/eicon/mi_pc.h | 4 +-
drivers/isdn/hardware/eicon/pc.h | 4 +-
drivers/isdn/hardware/eicon/um_idi.c | 2 +-
drivers/isdn/hardware/mISDN/hfcmulti.c | 4 +-
drivers/isdn/hardware/mISDN/hfcpci.c | 2 +-
drivers/isdn/hisax/elsa_ser.c | 2 +-
drivers/isdn/hisax/hfc_pci.c | 2 +-
drivers/isdn/hisax/hfc_sx.c | 2 +-
drivers/isdn/hisax/hfc_usb.h | 2 +-
drivers/isdn/hisax/jade.c | 2 +-
drivers/isdn/hisax/l3dss1.c | 6 +-
drivers/isdn/hisax/l3ni1.c | 6 +-
drivers/isdn/hisax/nj_s.c | 2 +-
drivers/isdn/hisax/st5481_b.c | 2 +-
drivers/isdn/hisax/st5481_usb.c | 2 +-
drivers/isdn/hisax/teles_cs.c | 2 +-
drivers/isdn/hysdn/hysdn_sched.c | 2 +-
drivers/isdn/i4l/isdn_net.c | 4 +-
drivers/isdn/i4l/isdn_ppp.c | 6 +-
drivers/isdn/i4l/isdn_tty.c | 2 +-
drivers/isdn/isdnloop/isdnloop.c | 2 +-
drivers/isdn/mISDN/dsp.h | 2 +-
drivers/isdn/mISDN/dsp_cmx.c | 4 +-
drivers/isdn/mISDN/dsp_core.c | 8 +-
drivers/isdn/mISDN/dsp_dtmf.c | 4 +-
drivers/isdn/mISDN/dsp_tones.c | 2 +-
drivers/isdn/mISDN/l1oip_core.c | 6 +-
drivers/isdn/mISDN/layer2.c | 4 +-
drivers/leds/leds-pca9532.c | 2 +-
drivers/leds/leds-wm8350.c | 4 +-
drivers/lguest/lguest_user.c | 2 +-
drivers/macintosh/adbhid.c | 2 +-
drivers/macintosh/macio-adb.c | 2 +-
drivers/macintosh/therm_adt746x.c | 2 +-
drivers/macintosh/therm_pm72.c | 6 +-
drivers/macintosh/therm_windtunnel.c | 2 +-
drivers/md/bitmap.h | 2 +-
drivers/md/dm-region-hash.c | 2 +-
drivers/md/faulty.c | 2 +-
drivers/md/md.c | 2 +-
drivers/md/md.h | 2 +-
drivers/md/raid10.c | 6 +-
drivers/md/raid10.h | 4 +-
drivers/media/common/saa7146_i2c.c | 8 +-
drivers/media/common/tuners/mxl5005s.c | 2 +-
drivers/media/common/tuners/tda18271.h | 2 +-
drivers/media/dvb/b2c2/flexcop-pci.c | 2 +-
drivers/media/dvb/bt8xx/dvb-bt8xx.c | 4 +-
drivers/media/dvb/dvb-core/dvb_frontend.c | 4 +-
drivers/media/dvb/dvb-usb/af9005-fe.c | 8 +-
drivers/media/dvb/dvb-usb/friio.h | 2 +-
drivers/media/dvb/dvb-usb/lmedm04.c | 12 +-
drivers/media/dvb/frontends/atbm8830.h | 2 +-
drivers/media/dvb/frontends/au8522_dig.c | 6 +-
drivers/media/dvb/frontends/bcm3510.c | 6 +-
drivers/media/dvb/frontends/cx22700.c | 2 +-
drivers/media/dvb/frontends/cx22702.c | 6 +-
drivers/media/dvb/frontends/cx24110.c | 2 +-
drivers/media/dvb/frontends/cx24113.h | 2 +-
drivers/media/dvb/frontends/cx24123.c | 2 +-
drivers/media/dvb/frontends/dib7000p.c | 2 +-
drivers/media/dvb/frontends/drx397xD.c | 2 +-
drivers/media/dvb/frontends/mb86a16.c | 2 +-
drivers/media/dvb/frontends/mb86a20s.c | 2 +-
drivers/media/dvb/frontends/mt312.c | 2 +-
drivers/media/dvb/frontends/s5h1420.c | 2 +-
drivers/media/dvb/frontends/stb6100.c | 2 +-
drivers/media/dvb/frontends/stv0297.c | 2 +-
drivers/media/dvb/frontends/stv0900_priv.h | 2 +-
drivers/media/dvb/frontends/stv090x.c | 12 +-
drivers/media/dvb/mantis/mantis_uart.c | 2 +-
drivers/media/dvb/ngene/ngene-core.c | 4 +-
drivers/media/dvb/pluto2/pluto2.c | 10 +-
drivers/media/dvb/siano/smsdvb.c | 2 +-
drivers/media/dvb/ttpci/av7110.c | 2 +-
drivers/media/dvb/ttpci/budget-patch.c | 2 +-
drivers/media/dvb/ttusb-dec/ttusb_dec.c | 2 +-
drivers/media/radio/radio-mr800.c | 2 +-
drivers/media/radio/si4713-i2c.c | 2 +-
drivers/media/rc/ene_ir.c | 4 +-
drivers/media/rc/imon.c | 2 +-
drivers/media/rc/ir-raw.c | 2 +-
drivers/media/rc/keymaps/rc-msi-tvanywhere.c | 2 +-
drivers/media/rc/keymaps/rc-norwood.c | 2 +-
drivers/media/rc/rc-main.c | 4 +-
drivers/media/video/au0828/au0828-video.c | 2 +-
drivers/media/video/bt8xx/bttv-cards.c | 6 +-
drivers/media/video/cafe_ccic.c | 2 +-
drivers/media/video/cx18/cx18-av-core.h | 2 +-
drivers/media/video/cx18/cx18-ioctl.c | 2 +-
drivers/media/video/cx18/cx18-vbi.c | 2 +-
drivers/media/video/cx231xx/cx231xx-avcore.c | 2 +-
drivers/media/video/cx231xx/cx231xx-vbi.c | 2 +-
drivers/media/video/cx231xx/cx231xx-video.c | 2 +-
drivers/media/video/cx23885/cimax2.c | 2 +-
drivers/media/video/cx23885/cx23885.h | 2 +-
drivers/media/video/cx25840/cx25840-core.c | 10 +-
drivers/media/video/davinci/dm644x_ccdc.c | 4 +-
drivers/media/video/davinci/vpfe_capture.c | 2 +-
drivers/media/video/em28xx/em28xx-video.c | 4 +-
drivers/media/video/gspca/gl860/gl860-mi1320.c | 2 +-
drivers/media/video/gspca/gspca.c | 4 +-
drivers/media/video/gspca/mars.c | 2 +-
drivers/media/video/gspca/mr97310a.c | 2 +-
drivers/media/video/gspca/ov519.c | 4 +-
drivers/media/video/gspca/sonixb.c | 2 +-
drivers/media/video/gspca/spca500.c | 4 +-
drivers/media/video/gspca/spca508.c | 2 +-
drivers/media/video/gspca/sq905.c | 2 +-
drivers/media/video/gspca/stv06xx/stv06xx_hdcs.c | 2 +-
drivers/media/video/hexium_gemini.c | 2 +-
drivers/media/video/ivtv/ivtv-firmware.c | 4 +-
drivers/media/video/ivtv/ivtvfb.c | 2 +-
drivers/media/video/msp3400-driver.c | 4 +-
drivers/media/video/msp3400-kthreads.c | 2 +-
drivers/media/video/omap/omap_vout.c | 4 +-
drivers/media/video/omap/omap_voutlib.c | 6 +-
drivers/media/video/omap1_camera.c | 4 +-
drivers/media/video/ov6650.c | 2 +-
drivers/media/video/ov9640.c | 2 +-
drivers/media/video/pvrusb2/pvrusb2-eeprom.c | 2 +-
drivers/media/video/pvrusb2/pvrusb2-hdw.h | 2 +-
drivers/media/video/pxa_camera.c | 2 +-
drivers/media/video/s5p-fimc/fimc-reg.c | 2 +-
drivers/media/video/saa7134/saa7134-cards.c | 4 +-
drivers/media/video/saa7164/saa7164-cmd.c | 2 +-
drivers/media/video/saa7164/saa7164-fw.c | 2 +-
drivers/media/video/saa7164/saa7164-types.h | 2 +-
drivers/media/video/sn9c102/sn9c102_core.c | 2 +-
drivers/media/video/sn9c102/sn9c102_sensor.h | 2 +-
drivers/media/video/tcm825x.c | 4 +-
drivers/media/video/tvaudio.c | 10 +-
drivers/media/video/uvc/uvc_video.c | 8 +-
drivers/media/video/v4l2-ioctl.c | 2 +-
drivers/media/video/vpx3220.c | 2 +-
drivers/media/video/zoran/videocodec.h | 2 +-
drivers/media/video/zoran/zoran.h | 2 +-
drivers/media/video/zoran/zoran_driver.c | 2 +-
drivers/memstick/core/mspro_block.c | 2 +-
drivers/message/fusion/lsi/mpi_log_fc.h | 4 +-
drivers/message/fusion/lsi/mpi_log_sas.h | 14 +-
drivers/message/fusion/mptbase.c | 14 +-
drivers/message/fusion/mptctl.c | 4 +-
drivers/message/fusion/mptsas.c | 8 +-
drivers/message/i2o/README | 2 +-
drivers/message/i2o/device.c | 8 +-
drivers/message/i2o/i2o_block.c | 4 +-
drivers/message/i2o/i2o_block.h | 2 +-
drivers/message/i2o/i2o_scsi.c | 2 +-
drivers/mfd/Kconfig | 2 +-
drivers/mfd/ezx-pcap.c | 4 +-
drivers/mfd/omap-usb-host.c | 2 +-
drivers/mfd/pcf50633-core.c | 4 +-
drivers/mfd/twl6030-irq.c | 4 +-
drivers/mfd/ucb1400_core.c | 2 +-
drivers/misc/bmp085.c | 4 +-
drivers/misc/c2port/c2port-duramar2150.c | 2 +-
drivers/misc/ibmasm/remote.h | 4 +-
drivers/misc/iwmc3200top/main.c | 2 +-
drivers/misc/kgdbts.c | 2 +-
drivers/misc/sgi-gru/grukservices.c | 2 +-
drivers/misc/sgi-gru/grutables.h | 2 +-
drivers/misc/ti-st/st_kim.c | 2 +-
drivers/mmc/card/mmc_test.c | 2 +-
drivers/mmc/core/mmc.c | 2 +-
drivers/mmc/core/mmc_ops.c | 2 +-
drivers/mmc/core/sdio_irq.c | 2 +-
drivers/mmc/host/atmel-mci.c | 4 +-
drivers/mmc/host/mmc_spi.c | 2 +-
drivers/mmc/host/s3cmci.c | 6 +-
drivers/mmc/host/tmio_mmc.c | 4 +-
drivers/mmc/host/wbsd.c | 6 +-
drivers/mtd/chips/Kconfig | 2 +-
drivers/mtd/chips/cfi_cmdset_0001.c | 4 +-
drivers/mtd/chips/cfi_cmdset_0002.c | 10 +-
drivers/mtd/chips/cfi_util.c | 2 +-
drivers/mtd/chips/jedec_probe.c | 2 +-
drivers/mtd/devices/block2mtd.c | 2 +-
drivers/mtd/devices/doc2001.c | 2 +-
drivers/mtd/devices/doc2001plus.c | 2 +-
drivers/mtd/devices/docecc.c | 4 +-
drivers/mtd/devices/lart.c | 4 +-
drivers/mtd/devices/pmc551.c | 4 +-
drivers/mtd/lpddr/lpddr_cmds.c | 4 +-
drivers/mtd/maps/ceiva.c | 4 +-
drivers/mtd/maps/pcmciamtd.c | 2 +-
drivers/mtd/maps/pmcmsp-flash.c | 2 +-
drivers/mtd/maps/sc520cdp.c | 2 +-
drivers/mtd/maps/tqm8xxl.c | 2 +-
drivers/mtd/mtdblock.c | 2 +-
drivers/mtd/mtdchar.c | 2 +-
drivers/mtd/nand/Kconfig | 2 +-
drivers/mtd/nand/ams-delta.c | 2 +-
drivers/mtd/nand/autcpu12.c | 2 +-
drivers/mtd/nand/cs553x_nand.c | 2 +-
drivers/mtd/nand/denali.c | 6 +-
drivers/mtd/nand/diskonchip.c | 8 +-
drivers/mtd/nand/fsl_elbc_nand.c | 2 +-
drivers/mtd/nand/fsmc_nand.c | 10 +-
drivers/mtd/nand/nand_base.c | 2 +-
drivers/mtd/nand/nand_bbt.c | 2 +-
drivers/mtd/nand/nandsim.c | 2 +-
drivers/mtd/nand/nomadik_nand.c | 2 +-
drivers/mtd/nand/pasemi_nand.c | 2 +-
drivers/mtd/nand/plat_nand.c | 2 +-
drivers/mtd/nand/pxa3xx_nand.c | 4 +-
drivers/mtd/nand/r852.c | 10 +-
drivers/mtd/nand/sh_flctl.c | 2 +-
drivers/mtd/nand/sm_common.c | 2 +-
drivers/mtd/nand/tmio_nand.c | 2 +-
drivers/mtd/onenand/omap2.c | 4 +-
drivers/mtd/onenand/onenand_sim.c | 4 +-
drivers/mtd/sm_ftl.c | 4 +-
drivers/mtd/ubi/scan.c | 2 +-
drivers/net/3c501.c | 6 +-
drivers/net/3c523.c | 4 +-
drivers/net/3c527.c | 4 +-
drivers/net/3c59x.c | 2 +-
drivers/net/acenic.c | 4 +-
drivers/net/amd8111e.c | 2 +-
drivers/net/at1700.c | 2 +-
drivers/net/atl1e/atl1e_main.c | 2 +-
drivers/net/atlx/atl2.c | 2 +-
drivers/net/bcm63xx_enet.c | 2 +-
drivers/net/benet/be_cmds.c | 2 +-
drivers/net/benet/be_main.c | 2 +-
drivers/net/bna/bna_hw.h | 2 +-
drivers/net/bnx2x/bnx2x.h | 2 +-
drivers/net/bnx2x/bnx2x_hsi.h | 2 +-
drivers/net/bnx2x/bnx2x_link.c | 14 +-
drivers/net/bnx2x/bnx2x_main.c | 10 +-
drivers/net/bnx2x/bnx2x_reg.h | 12 +-
drivers/net/bonding/bond_alb.h | 2 +-
drivers/net/bonding/bond_sysfs.c | 2 +-
drivers/net/caif/caif_shmcore.c | 2 +-
drivers/net/caif/caif_spi.c | 2 +-
drivers/net/caif/caif_spi_slave.c | 4 +-
drivers/net/can/at91_can.c | 4 +-
drivers/net/can/c_can/c_can.c | 4 +-
drivers/net/can/janz-ican3.c | 8 +-
drivers/net/can/mscan/mscan.c | 2 +-
drivers/net/can/sja1000/sja1000.c | 2 +-
drivers/net/can/softing/softing.h | 2 +-
drivers/net/can/softing/softing_main.c | 2 +-
drivers/net/can/ti_hecc.c | 2 +-
drivers/net/can/usb/ems_usb.c | 2 +-
drivers/net/can/usb/esd_usb2.c | 2 +-
drivers/net/cassini.c | 4 +-
drivers/net/cassini.h | 2 +-
drivers/net/chelsio/mv88e1xxx.c | 2 +-
drivers/net/chelsio/pm3393.c | 2 +-
drivers/net/chelsio/sge.c | 2 +-
drivers/net/chelsio/vsc7326.c | 2 +-
drivers/net/cris/eth_v10.c | 2 +-
drivers/net/cxgb3/sge.c | 2 +-
drivers/net/cxgb3/t3_hw.c | 6 +-
drivers/net/cxgb4/t4_hw.c | 2 +-
drivers/net/cxgb4vf/cxgb4vf_main.c | 2 +-
drivers/net/cxgb4vf/sge.c | 8 +-
drivers/net/davinci_emac.c | 8 +-
drivers/net/e1000/e1000_ethtool.c | 2 +-
drivers/net/e1000/e1000_hw.h | 2 +-
drivers/net/e1000/e1000_main.c | 2 +-
drivers/net/e1000e/netdev.c | 2 +-
drivers/net/enc28j60_hw.h | 2 +-
drivers/net/eth16i.c | 2 +-
drivers/net/ethoc.c | 2 +-
drivers/net/fec.h | 4 +-
drivers/net/forcedeth.c | 14 +-
drivers/net/gianfar.h | 2 +-
drivers/net/hamradio/Makefile | 2 +-
drivers/net/hamradio/yam.c | 2 +-
drivers/net/hp100.c | 16 +-
drivers/net/hp100.h | 2 +-
drivers/net/ibm_newemac/tah.c | 2 +-
drivers/net/ibmlana.c | 4 +-
drivers/net/ibmlana.h | 2 +-
drivers/net/igb/e1000_mac.c | 4 +-
drivers/net/igb/e1000_phy.c | 2 +-
drivers/net/igb/igb_main.c | 14 +-
drivers/net/igbvf/netdev.c | 2 +-
drivers/net/ipg.c | 28 +-
drivers/net/irda/ali-ircc.c | 4 +-
drivers/net/irda/donauboe.c | 2 +-
drivers/net/irda/donauboe.h | 2 +-
drivers/net/irda/girbil-sir.c | 2 +-
drivers/net/irda/irda-usb.c | 4 +-
drivers/net/irda/mcs7780.c | 6 +-
drivers/net/irda/nsc-ircc.c | 2 +-
drivers/net/irda/nsc-ircc.h | 2 +-
drivers/net/irda/pxaficp_ir.c | 4 +-
drivers/net/irda/smsc-ircc2.c | 2 +-
drivers/net/irda/via-ircc.c | 4 +-
drivers/net/irda/vlsi_ir.h | 4 +-
drivers/net/ixgbe/ixgbe_dcb.c | 2 +-
drivers/net/ixgbe/ixgbe_dcb_nl.c | 4 +-
drivers/net/ixgbe/ixgbe_main.c | 8 +-
drivers/net/ixgbe/ixgbe_phy.c | 2 +-
drivers/net/ixgbevf/ixgbevf_main.c | 2 +-
drivers/net/ks8842.c | 2 +-
drivers/net/ks8851.c | 8 +-
drivers/net/ks8851_mll.c | 4 +-
drivers/net/lib8390.c | 4 +-
drivers/net/lp486e.c | 2 +-
drivers/net/meth.h | 4 +-
drivers/net/mlx4/en_ethtool.c | 2 +-
drivers/net/mlx4/en_main.c | 2 +-
drivers/net/mlx4/en_netdev.c | 6 +-
drivers/net/mlx4/en_rx.c | 2 +-
drivers/net/mlx4/en_selftest.c | 2 +-
drivers/net/mlx4/en_tx.c | 2 +-
drivers/net/mlx4/port.c | 4 +-
drivers/net/myri10ge/myri10ge.c | 2 +-
drivers/net/myri_sbus.c | 2 +-
drivers/net/natsemi.c | 6 +-
drivers/net/netxen/netxen_nic_hdr.h | 2 +-
drivers/net/ni52.c | 4 +-
drivers/net/ni65.c | 2 +-
drivers/net/ns83820.c | 4 +-
drivers/net/pch_gbe/pch_gbe.h | 14 +-
drivers/net/pch_gbe/pch_gbe_ethtool.c | 2 +-
drivers/net/pch_gbe/pch_gbe_main.c | 4 +-
drivers/net/pci-skeleton.c | 2 +-
drivers/net/pcmcia/3c574_cs.c | 2 +-
drivers/net/pcmcia/axnet_cs.c | 4 +-
drivers/net/pcmcia/smc91c92_cs.c | 2 +-
drivers/net/pcnet32.c | 2 +-
drivers/net/phy/phy_device.c | 4 +-
drivers/net/ppp_generic.c | 2 +-
drivers/net/ppp_synctty.c | 2 +-
drivers/net/pppoe.c | 2 +-
drivers/net/ps3_gelic_net.c | 4 +-
drivers/net/ps3_gelic_net.h | 2 +-
drivers/net/ps3_gelic_wireless.c | 2 +-
drivers/net/pxa168_eth.c | 2 +-
drivers/net/qla3xxx.h | 2 +-
drivers/net/qlge/qlge_main.c | 8 +-
drivers/net/r6040.c | 2 +-
drivers/net/s2io.c | 6 +-
drivers/net/s2io.h | 2 +-
drivers/net/sfc/falcon.c | 4 +-
drivers/net/sfc/mcdi.c | 2 +-
drivers/net/sfc/mcdi_pcol.h | 6 +-
drivers/net/sfc/mcdi_phy.c | 2 +-
drivers/net/sfc/net_driver.h | 2 +-
drivers/net/sgiseeq.c | 4 +-
drivers/net/sh_eth.c | 2 +-
drivers/net/sis190.c | 4 +-
drivers/net/sis900.c | 6 +-
drivers/net/skfp/ess.c | 8 +-
drivers/net/skfp/fplustm.c | 6 +-
drivers/net/skfp/h/cmtdef.h | 4 +-
drivers/net/skfp/h/fplustm.h | 4 +-
drivers/net/skfp/h/smc.h | 2 +-
drivers/net/skfp/h/smt.h | 2 +-
drivers/net/skfp/h/supern_2.h | 4 +-
drivers/net/skfp/hwmtm.c | 2 +-
drivers/net/skfp/pcmplc.c | 6 +-
drivers/net/skfp/smt.c | 2 +-
drivers/net/skge.h | 8 +-
drivers/net/sky2.c | 4 +-
drivers/net/sky2.h | 6 +-
drivers/net/smc91x.h | 2 +-
drivers/net/smsc911x.c | 2 +-
drivers/net/smsc9420.c | 2 +-
drivers/net/stmmac/norm_desc.c | 2 +-
drivers/net/sun3_82586.c | 4 +-
drivers/net/sunbmac.h | 2 +-
drivers/net/sungem.c | 2 +-
drivers/net/sunhme.h | 2 +-
drivers/net/tc35815.c | 38 +-
drivers/net/tehuti.c | 12 +-
drivers/net/tehuti.h | 2 +-
drivers/net/tg3.c | 2 +-
drivers/net/tg3.h | 4 +-
drivers/net/tokenring/3c359.c | 2 +-
drivers/net/tokenring/madgemc.c | 6 +-
drivers/net/tokenring/smctr.c | 12 +-
drivers/net/tokenring/tms380tr.h | 2 +-
drivers/net/tsi108_eth.h | 8 +-
drivers/net/tulip/de4x5.c | 6 +-
drivers/net/tulip/dmfe.c | 2 +-
drivers/net/tulip/eeprom.c | 2 +-
drivers/net/typhoon.c | 2 +-
drivers/net/ucc_geth.h | 4 +-
drivers/net/usb/cdc_eem.c | 2 +-
drivers/net/usb/kaweth.c | 2 +-
drivers/net/via-rhine.c | 4 +-
drivers/net/via-velocity.c | 4 +-
drivers/net/vmxnet3/vmxnet3_drv.c | 4 +-
drivers/net/vxge/vxge-config.c | 2 +-
drivers/net/vxge/vxge-main.c | 6 +-
drivers/net/vxge/vxge-traffic.c | 4 +-
drivers/net/vxge/vxge-traffic.h | 2 +-
drivers/net/wan/cosa.c | 2 +-
drivers/net/wan/dscc4.c | 8 +-
drivers/net/wan/hostess_sv11.c | 2 +-
drivers/net/wan/ixp4xx_hss.c | 4 +-
drivers/net/wan/lmc/lmc_main.c | 2 +-
drivers/net/wan/lmc/lmc_var.h | 6 +-
drivers/net/wan/z85230.c | 8 +-
drivers/net/wimax/i2400m/control.c | 4 +-
drivers/net/wimax/i2400m/driver.c | 4 +-
drivers/net/wimax/i2400m/fw.c | 4 +-
drivers/net/wimax/i2400m/i2400m-usb.h | 6 +-
drivers/net/wimax/i2400m/i2400m.h | 6 +-
drivers/net/wimax/i2400m/netdev.c | 2 +-
drivers/net/wimax/i2400m/op-rfkill.c | 4 +-
drivers/net/wimax/i2400m/rx.c | 4 +-
drivers/net/wimax/i2400m/tx.c | 4 +-
drivers/net/wimax/i2400m/usb-fw.c | 2 +-
drivers/net/wimax/i2400m/usb-rx.c | 2 +-
drivers/net/wimax/i2400m/usb-tx.c | 2 +-
drivers/net/wireless/airo.c | 14 +-
drivers/net/wireless/ath/ar9170/main.c | 2 +-
drivers/net/wireless/ath/ar9170/phy.c | 2 +-
drivers/net/wireless/ath/ath5k/ani.h | 2 +-
drivers/net/wireless/ath/ath5k/base.c | 6 +-
drivers/net/wireless/ath/ath5k/desc.c | 14 +-
drivers/net/wireless/ath/ath5k/eeprom.c | 4 +-
drivers/net/wireless/ath/ath5k/pci.c | 2 +-
drivers/net/wireless/ath/ath5k/pcu.c | 4 +-
drivers/net/wireless/ath/ath5k/phy.c | 22 +-
drivers/net/wireless/ath/ath5k/reg.h | 10 +-
drivers/net/wireless/ath/ath9k/ar5008_phy.c | 2 +-
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | 2 +-
drivers/net/wireless/ath/ath9k/htc_hst.c | 2 +-
drivers/net/wireless/ath/ath9k/pci.c | 2 +-
drivers/net/wireless/ath/ath9k/rc.c | 2 +-
drivers/net/wireless/ath/ath9k/xmit.c | 4 +-
drivers/net/wireless/ath/carl9170/carl9170.h | 2 +-
drivers/net/wireless/ath/carl9170/phy.c | 2 +-
drivers/net/wireless/ath/carl9170/rx.c | 2 +-
drivers/net/wireless/ath/carl9170/usb.c | 2 +-
drivers/net/wireless/ath/hw.c | 2 +-
drivers/net/wireless/ath/regd.c | 4 +-
drivers/net/wireless/atmel.c | 4 +-
drivers/net/wireless/atmel_cs.c | 2 +-
drivers/net/wireless/b43/b43.h | 2 +-
drivers/net/wireless/b43/main.c | 2 +-
drivers/net/wireless/b43/phy_g.h | 2 +-
drivers/net/wireless/b43/phy_n.h | 2 +-
drivers/net/wireless/b43legacy/b43legacy.h | 2 +-
drivers/net/wireless/hostap/hostap_ap.c | 2 +-
drivers/net/wireless/hostap/hostap_ap.h | 2 +-
drivers/net/wireless/hostap/hostap_ioctl.c | 4 +-
drivers/net/wireless/hostap/hostap_wlan.h | 2 +-
drivers/net/wireless/ipw2x00/ipw2100.c | 2 +-
drivers/net/wireless/ipw2x00/ipw2200.c | 18 +-
drivers/net/wireless/iwlegacy/iwl-core.c | 2 +-
drivers/net/wireless/iwlegacy/iwl-fh.h | 2 +-
drivers/net/wireless/iwlegacy/iwl-scan.c | 2 +-
drivers/net/wireless/iwlegacy/iwl-sta.c | 2 +-
drivers/net/wireless/iwlwifi/iwl-agn-ict.c | 2 +-
drivers/net/wireless/iwlwifi/iwl-core.c | 2 +-
drivers/net/wireless/iwlwifi/iwl-fh.h | 2 +-
drivers/net/wireless/iwlwifi/iwl-scan.c | 2 +-
drivers/net/wireless/iwmc3200wifi/hal.c | 4 +-
drivers/net/wireless/iwmc3200wifi/tx.c | 2 +-
drivers/net/wireless/libertas/README | 4 +-
drivers/net/wireless/libertas/if_cs.c | 2 +-
drivers/net/wireless/libertas/if_spi.h | 2 +-
drivers/net/wireless/mac80211_hwsim.c | 2 +-
drivers/net/wireless/orinoco/hw.c | 2 +-
drivers/net/wireless/p54/main.c | 2 +-
drivers/net/wireless/p54/p54spi.c | 2 +-
drivers/net/wireless/prism54/islpci_eth.c | 4 +-
drivers/net/wireless/rayctl.h | 2 +-
drivers/net/wireless/rt2x00/rt2800.h | 2 +-
drivers/net/wireless/rt2x00/rt2800lib.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00.h | 8 +-
drivers/net/wireless/rt2x00/rt2x00config.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00crypto.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00dump.h | 2 +-
drivers/net/wireless/rt2x00/rt2x00link.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00queue.c | 6 +-
drivers/net/wireless/rt2x00/rt2x00queue.h | 12 +-
drivers/net/wireless/rt2x00/rt2x00usb.c | 2 +-
drivers/net/wireless/rt2x00/rt2x00usb.h | 2 +-
drivers/net/wireless/rtlwifi/base.c | 2 +-
drivers/net/wireless/rtlwifi/pci.c | 2 +-
drivers/net/wireless/rtlwifi/regd.c | 2 +-
drivers/net/wireless/rtlwifi/wifi.h | 2 +-
drivers/net/wireless/wl1251/cmd.c | 2 +-
drivers/net/wireless/wl1251/rx.c | 2 +-
drivers/net/wireless/wl12xx/cmd.c | 2 +-
drivers/net/wireless/wl12xx/conf.h | 8 +-
drivers/net/wireless/wl12xx/io.h | 2 +-
drivers/net/wireless/wl3501_cs.c | 4 +-
drivers/net/wireless/zd1211rw/zd_rf_rf2959.c | 2 +-
drivers/net/wireless/zd1211rw/zd_rf_uw2453.c | 2 +-
drivers/net/xilinx_emaclite.c | 2 +-
drivers/net/znet.c | 2 +-
drivers/of/fdt.c | 2 +-
drivers/of/of_mdio.c | 2 +-
drivers/parisc/pdc_stable.c | 4 +-
drivers/parport/Kconfig | 2 +-
drivers/parport/ieee1284.c | 2 +-
drivers/parport/parport_pc.c | 6 +-
drivers/parport/parport_sunbpp.c | 2 +-
drivers/pci/hotplug/acpi_pcihp.c | 2 +-
drivers/pci/hotplug/acpiphp_glue.c | 2 +-
drivers/pci/hotplug/rpaphp_core.c | 2 +-
drivers/pci/intel-iommu.c | 2 +-
drivers/pci/iova.c | 2 +-
drivers/pci/pci-sysfs.c | 2 +-
drivers/pci/quirks.c | 4 +-
drivers/pcmcia/i82092.c | 2 +-
drivers/pcmcia/pcmcia_resource.c | 2 +-
drivers/pcmcia/pxa2xx_lubbock.c | 2 +-
drivers/pcmcia/ti113x.h | 2 +-
drivers/platform/x86/asus-laptop.c | 2 +-
drivers/platform/x86/eeepc-laptop.c | 2 +-
drivers/platform/x86/intel_scu_ipc.c | 2 +-
drivers/platform/x86/sony-laptop.c | 6 +-
drivers/platform/x86/thinkpad_acpi.c | 4 +-
drivers/pnp/card.c | 4 +-
drivers/pnp/pnpbios/bioscalls.c | 2 +-
drivers/pps/Kconfig | 2 +-
drivers/ps3/ps3-lpm.c | 4 +-
drivers/ps3/ps3-sys-manager.c | 2 +-
drivers/rapidio/rio-scan.c | 2 +-
drivers/regulator/core.c | 2 +-
drivers/regulator/max8952.c | 2 +-
drivers/rtc/interface.c | 2 +-
drivers/rtc/rtc-at91rm9200.c | 2 +-
drivers/rtc/rtc-bfin.c | 4 +-
drivers/rtc/rtc-lpc32xx.c | 2 +-
drivers/rtc/rtc-x1205.c | 2 +-
drivers/s390/block/dasd_3990_erp.c | 6 +-
drivers/s390/block/dasd_devmap.c | 2 +-
drivers/s390/block/dasd_eckd.c | 54 ++--
drivers/s390/char/raw3270.c | 2 +-
drivers/s390/char/tape_char.c | 2 +-
drivers/s390/char/tty3270.c | 2 +-
drivers/s390/cio/device_fsm.c | 4 +-
drivers/s390/crypto/zcrypt_api.h | 2 +-
drivers/s390/net/claw.c | 2 +-
drivers/s390/net/ctcm_fsms.c | 2 +-
drivers/s390/net/lcs.c | 2 +-
drivers/s390/net/qeth_core_main.c | 2 +-
drivers/s390/net/qeth_core_mpc.h | 4 +-
drivers/s390/scsi/zfcp_qdio.c | 2 +-
drivers/sbus/char/jsflash.c | 2 +-
drivers/sbus/char/max1617.h | 2 +-
drivers/sbus/char/openprom.c | 4 +-
drivers/scsi/3w-9xxx.h | 2 +-
drivers/scsi/3w-xxxx.h | 2 +-
drivers/scsi/53c700.scr | 2 +-
drivers/scsi/53c700_d.h_shipped | 2 +-
drivers/scsi/FlashPoint.c | 4 +-
drivers/scsi/NCR5380.c | 8 +-
drivers/scsi/aacraid/aachba.c | 4 +-
drivers/scsi/aacraid/aacraid.h | 2 +-
drivers/scsi/aacraid/commsup.c | 2 +-
drivers/scsi/advansys.c | 2 +-
drivers/scsi/aic7xxx/aic79xx.h | 4 +-
drivers/scsi/aic7xxx/aic79xx.reg | 24 +-
drivers/scsi/aic7xxx/aic79xx.seq | 18 +-
drivers/scsi/aic7xxx/aic79xx_core.c | 36 +-
drivers/scsi/aic7xxx/aic79xx_osm.c | 2 +-
drivers/scsi/aic7xxx/aic7xxx.h | 4 +-
drivers/scsi/aic7xxx/aic7xxx.reg | 2 +-
drivers/scsi/aic7xxx/aic7xxx.seq | 10 +-
drivers/scsi/aic7xxx/aic7xxx_core.c | 32 +-
drivers/scsi/aic7xxx/aic7xxx_osm.c | 4 +-
drivers/scsi/aic7xxx/aic7xxx_pci.c | 6 +-
drivers/scsi/aic7xxx/aicasm/aicasm_gram.y | 8 +-
drivers/scsi/aic7xxx/aicasm/aicasm_macro_gram.y | 2 +-
drivers/scsi/aic7xxx_old.c | 12 +-
drivers/scsi/aic7xxx_old/aic7xxx.seq | 8 +-
drivers/scsi/aic94xx/aic94xx_reg_def.h | 2 +-
drivers/scsi/arm/acornscsi.c | 4 +-
drivers/scsi/arm/acornscsi.h | 6 +-
drivers/scsi/arm/arxescsi.c | 2 +-
drivers/scsi/arm/cumana_2.c | 2 +-
drivers/scsi/arm/eesox.c | 2 +-
drivers/scsi/arm/fas216.c | 4 +-
drivers/scsi/arm/fas216.h | 10 +-
drivers/scsi/arm/powertec.c | 2 +-
drivers/scsi/atari_NCR5380.c | 14 +-
drivers/scsi/atp870u.c | 2 +-
drivers/scsi/be2iscsi/be_cmds.h | 18 +-
drivers/scsi/bfa/bfa_core.c | 2 +-
drivers/scsi/bfa/bfa_defs_svc.h | 6 +-
drivers/scsi/bfa/bfa_fc.h | 2 +-
drivers/scsi/bfa/bfa_fcs.c | 2 +-
drivers/scsi/bfa/bfa_fcs.h | 2 +-
drivers/scsi/bfa/bfa_fcs_lport.c | 2 +-
drivers/scsi/bfa/bfa_svc.c | 4 +-
drivers/scsi/bfa/bfa_svc.h | 2 +-
drivers/scsi/bfa/bfad.c | 2 +-
drivers/scsi/bnx2fc/57xx_hsi_bnx2fc.h | 2 +-
drivers/scsi/bnx2fc/bnx2fc_els.c | 2 +-
drivers/scsi/bnx2fc/bnx2fc_io.c | 4 +-
drivers/scsi/bnx2fc/bnx2fc_tgt.c | 2 +-
drivers/scsi/bnx2i/bnx2i_hwi.c | 2 +-
drivers/scsi/cxgbi/libcxgbi.h | 6 +-
drivers/scsi/dc395x.c | 14 +-
drivers/scsi/device_handler/scsi_dh_alua.c | 4 +-
drivers/scsi/dpt/sys_info.h | 6 +-
drivers/scsi/eata.c | 2 +-
drivers/scsi/fcoe/fcoe_ctlr.c | 4 +-
drivers/scsi/fdomain.c | 2 +-
drivers/scsi/fnic/fnic_fcs.c | 2 +-
drivers/scsi/fnic/fnic_scsi.c | 4 +-
drivers/scsi/g_NCR5380.c | 4 +-
drivers/scsi/gdth.h | 2 +-
drivers/scsi/gvp11.c | 2 +-
drivers/scsi/imm.c | 2 +-
drivers/scsi/initio.c | 4 +-
drivers/scsi/initio.h | 4 +-
drivers/scsi/ips.c | 2 +-
drivers/scsi/ips.h | 2 +-
drivers/scsi/iscsi_tcp.c | 2 +-
drivers/scsi/libfc/fc_exch.c | 4 +-
drivers/scsi/libfc/fc_fcp.c | 4 +-
drivers/scsi/libfc/fc_lport.c | 18 +-
drivers/scsi/libsas/sas_expander.c | 2 +-
drivers/scsi/lpfc/lpfc_attr.c | 2 +-
drivers/scsi/lpfc/lpfc_bsg.c | 2 +-
drivers/scsi/lpfc/lpfc_debugfs.c | 8 +-
drivers/scsi/lpfc/lpfc_els.c | 4 +-
drivers/scsi/lpfc/lpfc_hbadisc.c | 16 +-
drivers/scsi/lpfc/lpfc_init.c | 20 +-
drivers/scsi/lpfc/lpfc_mbox.c | 2 +-
drivers/scsi/lpfc/lpfc_nl.h | 2 +-
drivers/scsi/lpfc/lpfc_nportdisc.c | 2 +-
drivers/scsi/lpfc/lpfc_scsi.c | 10 +-
drivers/scsi/lpfc/lpfc_scsi.h | 2 +-
drivers/scsi/lpfc/lpfc_sli.c | 26 +-
drivers/scsi/megaraid.c | 4 +-
drivers/scsi/megaraid.h | 6 +-
drivers/scsi/megaraid/mbox_defs.h | 8 +-
drivers/scsi/megaraid/megaraid_mbox.c | 6 +-
drivers/scsi/megaraid/megaraid_sas.h | 2 +-
drivers/scsi/megaraid/megaraid_sas_base.c | 2 +-
drivers/scsi/mpt2sas/mpi/mpi2_init.h | 2 +-
drivers/scsi/mpt2sas/mpt2sas_base.c | 14 +-
drivers/scsi/mpt2sas/mpt2sas_config.c | 2 +-
drivers/scsi/mpt2sas/mpt2sas_ctl.c | 2 +-
drivers/scsi/mpt2sas/mpt2sas_scsih.c | 20 +-
drivers/scsi/ncr53c8xx.c | 2 +-
drivers/scsi/nsp32.c | 6 +-
drivers/scsi/nsp32.h | 2 +-
drivers/scsi/osst.c | 6 +-
drivers/scsi/osst.h | 2 +-
drivers/scsi/pcmcia/nsp_cs.c | 2 +-
drivers/scsi/pm8001/pm8001_hwi.c | 2 +-
drivers/scsi/pm8001/pm8001_hwi.h | 4 +-
drivers/scsi/pm8001/pm8001_sas.h | 2 +-
drivers/scsi/pmcraid.c | 10 +-
drivers/scsi/pmcraid.h | 2 +-
drivers/scsi/qla1280.c | 6 +-
drivers/scsi/qla2xxx/qla_def.h | 2 +-
drivers/scsi/qla2xxx/qla_fw.h | 2 +-
drivers/scsi/qla2xxx/qla_gs.c | 198 +++++-----
drivers/scsi/qla2xxx/qla_isr.c | 2 +-
drivers/scsi/qla2xxx/qla_mbx.c | 6 +-
drivers/scsi/qla2xxx/qla_nx.c | 2 +-
drivers/scsi/qla2xxx/qla_os.c | 6 +-
drivers/scsi/qla4xxx/ql4_def.h | 2 +-
drivers/scsi/qla4xxx/ql4_init.c | 4 +-
drivers/scsi/qla4xxx/ql4_nvram.h | 2 +-
drivers/scsi/qla4xxx/ql4_os.c | 8 +-
drivers/scsi/scsi_debug.c | 2 +-
drivers/scsi/scsi_netlink.c | 2 +-
drivers/scsi/scsi_tgt_lib.c | 2 +-
drivers/scsi/scsi_transport_fc.c | 4 +-
drivers/scsi/sd.c | 2 +-
drivers/scsi/sr.c | 2 +-
drivers/scsi/sun3_NCR5380.c | 14 +-
drivers/scsi/sym53c416.c | 2 +-
drivers/scsi/sym53c8xx_2/sym_fw1.h | 2 +-
drivers/scsi/sym53c8xx_2/sym_fw2.h | 2 +-
drivers/scsi/sym53c8xx_2/sym_hipd.c | 4 +-
drivers/scsi/sym53c8xx_2/sym_malloc.c | 2 +-
drivers/scsi/wd33c93.c | 2 +-
drivers/scsi/wd7000.c | 2 +-
drivers/sfi/sfi_core.c | 2 +-
drivers/spi/amba-pl022.c | 16 +-
drivers/spi/au1550_spi.c | 2 +-
drivers/spi/dw_spi.c | 2 +-
drivers/spi/dw_spi.h | 2 +-
drivers/spi/ep93xx_spi.c | 2 +-
drivers/spi/pxa2xx_spi.c | 4 +-
drivers/spi/spi.c | 2 +-
drivers/spi/spi_bfin5xx.c | 2 +-
drivers/spi/spi_fsl_espi.c | 2 +-
drivers/ssb/pci.c | 2 +-
drivers/ssb/sprom.c | 2 +-
.../ath6kl/htc2/AR6000/ar6k_gmbox_hciuart.c | 6 +-
drivers/staging/ath6kl/include/aggr_recv_api.h | 2 +-
drivers/staging/ath6kl/include/common/a_hci.h | 4 +-
drivers/staging/ath6kl/include/common/dbglog.h | 2 +-
.../staging/ath6kl/include/common/epping_test.h | 2 +-
drivers/staging/ath6kl/include/common/ini_dset.h | 2 +-
drivers/staging/ath6kl/include/common/testcmd.h | 4 +-
drivers/staging/ath6kl/include/common/wmi.h | 8 +-
drivers/staging/ath6kl/include/common/wmix.h | 2 +-
drivers/staging/ath6kl/include/htc_api.h | 6 +-
drivers/staging/ath6kl/miscdrv/credit_dist.c | 6 +-
drivers/staging/ath6kl/os/linux/ar6000_android.c | 2 +-
drivers/staging/ath6kl/os/linux/ar6000_drv.c | 8 +-
drivers/staging/ath6kl/wmi/wmi.c | 2 +-
drivers/staging/bcm/Adapter.h | 8 +-
drivers/staging/bcm/CmHost.c | 16 +-
drivers/staging/bcm/HostMIBSInterface.h | 2 +-
drivers/staging/bcm/IPv6Protocol.c | 4 +-
drivers/staging/bcm/InterfaceIdleMode.c | 4 +-
drivers/staging/bcm/InterfaceIsr.c | 4 +-
drivers/staging/bcm/InterfaceRx.c | 10 +-
drivers/staging/bcm/Ioctl.h | 2 +-
drivers/staging/bcm/LeakyBucket.c | 2 +-
drivers/staging/bcm/Misc.c | 6 +-
drivers/staging/bcm/PHSModule.c | 18 +-
drivers/staging/bcm/Qos.c | 2 +-
drivers/staging/bcm/cntrl_SignalingInterface.h | 6 +-
drivers/staging/bcm/nvm.c | 54 ++--
drivers/staging/brcm80211/README | 2 +-
drivers/staging/brcm80211/brcmfmac/bcmsdh_sdmmc.c | 2 +-
.../staging/brcm80211/brcmfmac/dhd_custom_gpio.c | 2 +-
drivers/staging/brcm80211/brcmfmac/dhd_linux.c | 2 +-
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 4 +-
drivers/staging/brcm80211/brcmsmac/wl_mac80211.c | 2 +-
drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c | 6 +-
drivers/staging/brcm80211/brcmsmac/wlc_bmac.c | 2 +-
drivers/staging/brcm80211/brcmsmac/wlc_main.c | 4 +-
drivers/staging/brcm80211/brcmsmac/wlc_rate.c | 2 +-
drivers/staging/brcm80211/include/bcmsrom_fmt.h | 2 +-
drivers/staging/brcm80211/include/hndsoc.h | 2 +-
drivers/staging/brcm80211/util/bcmotp.c | 4 +-
drivers/staging/brcm80211/util/bcmsrom.c | 2 +-
drivers/staging/brcm80211/util/hnddma.c | 6 +-
drivers/staging/brcm80211/util/sbpcmcia.h | 2 +-
drivers/staging/comedi/comedi_fops.c | 2 +-
.../comedi/drivers/addi-data/APCI1710_Chrono.c | 8 +-
.../comedi/drivers/addi-data/APCI1710_Tor.c | 8 +-
.../comedi/drivers/addi-data/hwdrv_apci2032.c | 2 +-
.../comedi/drivers/addi-data/hwdrv_apci3120.c | 18 +-
.../comedi/drivers/addi-data/hwdrv_apci3120.h | 2 +-
.../comedi/drivers/addi-data/hwdrv_apci3200.c | 2 +-
drivers/staging/comedi/drivers/adl_pci9118.c | 6 +-
drivers/staging/comedi/drivers/adq12b.c | 4 +-
drivers/staging/comedi/drivers/adv_pci1710.c | 8 +-
drivers/staging/comedi/drivers/cb_pcidas.c | 6 +-
drivers/staging/comedi/drivers/cb_pcidas64.c | 14 +-
drivers/staging/comedi/drivers/comedi_test.c | 2 +-
drivers/staging/comedi/drivers/das1800.c | 2 +-
drivers/staging/comedi/drivers/das800.c | 2 +-
drivers/staging/comedi/drivers/dmm32at.c | 2 +-
drivers/staging/comedi/drivers/dt2811.c | 2 +-
drivers/staging/comedi/drivers/dt9812.c | 2 +-
drivers/staging/comedi/drivers/gsc_hpdi.c | 4 +-
drivers/staging/comedi/drivers/icp_multi.c | 6 +-
drivers/staging/comedi/drivers/me4000.c | 4 +-
drivers/staging/comedi/drivers/mpc624.c | 14 +-
drivers/staging/comedi/drivers/ni_at_a2150.c | 12 +-
drivers/staging/comedi/drivers/ni_labpc.c | 14 +-
drivers/staging/comedi/drivers/ni_pcidio.c | 2 +-
drivers/staging/comedi/drivers/pcl812.c | 2 +-
drivers/staging/comedi/drivers/pcl816.c | 6 +-
drivers/staging/comedi/drivers/pcl818.c | 6 +-
drivers/staging/comedi/drivers/pcmmio.c | 4 +-
drivers/staging/comedi/drivers/pcmuio.c | 2 +-
drivers/staging/comedi/drivers/quatech_daqp_cs.c | 4 +-
drivers/staging/comedi/drivers/rtd520.c | 12 +-
drivers/staging/comedi/drivers/s626.c | 18 +-
drivers/staging/comedi/drivers/usbdux.c | 22 +-
drivers/staging/comedi/drivers/usbduxfast.c | 8 +-
drivers/staging/cptm1217/clearpad_tm1217.c | 2 +-
drivers/staging/crystalhd/crystalhd_cmds.c | 2 +-
drivers/staging/crystalhd/crystalhd_hw.c | 6 +-
drivers/staging/cxt1e1/musycc.c | 2 +-
drivers/staging/cxt1e1/musycc.h | 4 +-
drivers/staging/cxt1e1/pmcc4_defs.h | 4 +-
drivers/staging/cxt1e1/sbecrc.c | 2 +-
drivers/staging/cxt1e1/sbeproc.c | 2 +-
drivers/staging/et131x/et1310_address_map.h | 4 +-
drivers/staging/et131x/et1310_phy.h | 2 +-
drivers/staging/et131x/et1310_rx.c | 2 +-
drivers/staging/et131x/et131x_isr.c | 2 +-
drivers/staging/et131x/et131x_netdev.c | 2 +-
drivers/staging/frontier/TODO | 2 +-
drivers/staging/frontier/alphatrack.c | 4 +-
drivers/staging/frontier/tranzport.c | 4 +-
drivers/staging/ft1000/ft1000-pcmcia/ft1000_dev.h | 4 +-
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 44 +-
.../staging/ft1000/ft1000-usb/ft1000_download.c | 8 +-
drivers/staging/ft1000/ft1000-usb/ft1000_hw.c | 16 +-
drivers/staging/ft1000/ft1000-usb/ft1000_ioctl.h | 2 +-
drivers/staging/ft1000/ft1000-usb/ft1000_usb.h | 2 +-
drivers/staging/generic_serial/generic_serial.c | 2 +-
drivers/staging/generic_serial/rio/map.h | 2 +-
drivers/staging/generic_serial/rio/rioboot.c | 8 +-
drivers/staging/generic_serial/rio/riocmd.c | 2 +-
drivers/staging/generic_serial/rio/rioroute.c | 4 +-
drivers/staging/generic_serial/rio/riotty.c | 4 +-
drivers/staging/generic_serial/sx.c | 8 +-
drivers/staging/gma500/psb_drm.h | 2 +-
drivers/staging/gma500/psb_drv.c | 2 +-
drivers/staging/gma500/psb_intel_bios.c | 2 +-
drivers/staging/gma500/psb_intel_sdvo.c | 2 +-
drivers/staging/gma500/psb_intel_sdvo_regs.h | 2 +-
drivers/staging/gma500/psb_ttm_fence_user.h | 2 +-
drivers/staging/go7007/go7007.txt | 2 +-
drivers/staging/hv/blkvsc_drv.c | 2 +-
drivers/staging/hv/channel_mgmt.c | 2 +-
drivers/staging/hv/hv.c | 2 +-
drivers/staging/hv/hv_api.h | 4 +-
drivers/staging/hv/hv_kvp.h | 2 +-
drivers/staging/hv/hv_util.c | 2 +-
drivers/staging/hv/rndis_filter.c | 2 +-
drivers/staging/hv/tools/hv_kvp_daemon.c | 2 +-
drivers/staging/iio/Documentation/iio_utils.h | 2 +-
drivers/staging/iio/accel/adis16201.h | 2 +-
drivers/staging/iio/accel/adis16203.h | 2 +-
drivers/staging/iio/accel/adis16204.h | 2 +-
drivers/staging/iio/accel/adis16209.h | 2 +-
drivers/staging/iio/accel/adis16220.h | 2 +-
drivers/staging/iio/accel/adis16240.h | 2 +-
drivers/staging/iio/accel/lis3l02dq.h | 26 +-
drivers/staging/iio/accel/lis3l02dq_core.c | 2 +-
drivers/staging/iio/accel/lis3l02dq_ring.c | 4 +-
drivers/staging/iio/accel/sca3000.h | 4 +-
drivers/staging/iio/accel/sca3000_ring.c | 2 +-
drivers/staging/iio/adc/ad7298_ring.c | 2 +-
drivers/staging/iio/adc/ad7476_ring.c | 2 +-
drivers/staging/iio/adc/ad7887_ring.c | 2 +-
drivers/staging/iio/adc/ad799x_core.c | 2 +-
drivers/staging/iio/adc/ad799x_ring.c | 2 +-
drivers/staging/iio/adc/max1363_core.c | 2 +-
drivers/staging/iio/adc/max1363_ring.c | 2 +-
drivers/staging/iio/chrdev.h | 6 +-
drivers/staging/iio/gyro/adis16060_core.c | 2 +-
drivers/staging/iio/gyro/adis16080_core.c | 2 +-
drivers/staging/iio/gyro/adis16260.h | 2 +-
drivers/staging/iio/iio.h | 2 +-
drivers/staging/iio/imu/adis16300.h | 2 +-
drivers/staging/iio/imu/adis16350.h | 2 +-
drivers/staging/iio/imu/adis16400.h | 2 +-
drivers/staging/iio/industrialio-core.c | 2 +-
drivers/staging/iio/meter/ade7753.h | 2 +-
drivers/staging/iio/meter/ade7754.h | 2 +-
drivers/staging/iio/meter/ade7758.h | 2 +-
drivers/staging/iio/meter/ade7759.h | 2 +-
drivers/staging/iio/meter/ade7854.h | 2 +-
drivers/staging/iio/ring_generic.h | 2 +-
drivers/staging/intel_sst/TODO | 2 +-
drivers/staging/intel_sst/intel_sst.c | 4 +-
.../staging/intel_sst/intel_sst_app_interface.c | 16 +-
drivers/staging/intel_sst/intel_sst_dsp.c | 4 +-
drivers/staging/intel_sst/intel_sst_fw_ipc.h | 2 +-
drivers/staging/intel_sst/intel_sst_stream.c | 2 +-
.../staging/intel_sst/intel_sst_stream_encoded.c | 2 +-
drivers/staging/intel_sst/intelmid.c | 2 +-
drivers/staging/intel_sst/intelmid.h | 2 +-
drivers/staging/keucr/init.c | 4 +-
drivers/staging/keucr/smilmain.c | 12 +-
drivers/staging/keucr/smilsub.c | 10 +-
drivers/staging/lirc/TODO.lirc_zilog | 2 +-
drivers/staging/lirc/lirc_ene0100.h | 4 +-
drivers/staging/memrar/memrar_handler.c | 2 +-
drivers/staging/msm/mdp4_overlay.c | 2 +-
drivers/staging/msm/mdp_ppp_dq.c | 2 +-
drivers/staging/msm/msm_fb.c | 6 +-
drivers/staging/octeon/cvmx-cmd-queue.h | 2 +-
drivers/staging/octeon/cvmx-fpa.h | 2 +-
drivers/staging/octeon/cvmx-helper-board.h | 2 +-
drivers/staging/octeon/cvmx-helper-util.c | 2 +-
drivers/staging/octeon/cvmx-helper.c | 2 +-
drivers/staging/octeon/cvmx-mdio.h | 2 +-
drivers/staging/octeon/cvmx-pko.h | 4 +-
drivers/staging/octeon/cvmx-pow.h | 12 +-
drivers/staging/octeon/ethernet-util.h | 2 +-
drivers/staging/olpc_dcon/olpc_dcon_xo_1.c | 2 +-
drivers/staging/pohmelfs/crypto.c | 2 +-
drivers/staging/quatech_usb2/quatech_usb2.c | 12 +-
drivers/staging/rt2860/chip/rtmp_phy.h | 2 +-
drivers/staging/rt2860/common/ba_action.c | 4 +-
drivers/staging/rt2860/common/cmm_aes.c | 2 +-
drivers/staging/rt2860/common/cmm_cfg.c | 2 +-
drivers/staging/rt2860/common/cmm_data.c | 4 +-
drivers/staging/rt2860/common/cmm_data_pci.c | 6 +-
drivers/staging/rt2860/common/cmm_data_usb.c | 6 +-
drivers/staging/rt2860/common/cmm_mac_pci.c | 2 +-
drivers/staging/rt2860/common/cmm_sanity.c | 4 +-
drivers/staging/rt2860/common/cmm_sync.c | 2 +-
drivers/staging/rt2860/common/cmm_wpa.c | 4 +-
drivers/staging/rt2860/common/mlme.c | 16 +-
drivers/staging/rt2860/common/rtmp_init.c | 14 +-
drivers/staging/rt2860/common/spectrum.c | 12 +-
drivers/staging/rt2860/mlme.h | 8 +-
drivers/staging/rt2860/rt_linux.c | 2 +-
drivers/staging/rt2860/rt_pci_rbus.c | 2 +-
drivers/staging/rt2860/rtmp.h | 2 +-
drivers/staging/rt2860/sta_ioctl.c | 2 +-
drivers/staging/rt2860/usb_main_dev.c | 2 +-
drivers/staging/rt2870/common/rtusb_bulk.c | 6 +-
drivers/staging/rt2870/common/rtusb_data.c | 2 +-
drivers/staging/rtl8187se/ieee80211/ieee80211.h | 6 +-
.../rtl8187se/ieee80211/ieee80211_softmac.c | 2 +-
drivers/staging/rtl8187se/r8180_core.c | 4 +-
drivers/staging/rtl8187se/r8180_dm.c | 4 +-
drivers/staging/rtl8187se/r8180_rtl8225z2.c | 2 +-
drivers/staging/rtl8187se/r8185b_init.c | 2 +-
drivers/staging/rtl8192e/ieee80211/ieee80211.h | 8 +-
.../staging/rtl8192e/ieee80211/ieee80211_softmac.c | 4 +-
drivers/staging/rtl8192e/ieee80211/rtl819x_HT.h | 2 +-
.../staging/rtl8192e/ieee80211/rtl819x_HTProc.c | 8 +-
drivers/staging/rtl8192e/ieee80211/rtl819x_TS.h | 2 +-
.../staging/rtl8192e/ieee80211/rtl819x_TSProc.c | 2 +-
drivers/staging/rtl8192e/r819xE_phy.c | 6 +-
drivers/staging/rtl8192u/ieee80211/ieee80211.h | 8 +-
.../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 4 +-
drivers/staging/rtl8192u/ieee80211/rtl819x_HT.h | 2 +-
.../staging/rtl8192u/ieee80211/rtl819x_HTProc.c | 8 +-
drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h | 2 +-
.../staging/rtl8192u/ieee80211/rtl819x_TSProc.c | 2 +-
drivers/staging/rtl8192u/ieee80211/scatterwalk.c | 2 +-
drivers/staging/rtl8192u/r8192U_core.c | 6 +-
drivers/staging/rtl8192u/r819xU_HTType.h | 2 +-
drivers/staging/rtl8192u/r819xU_phy.c | 6 +-
drivers/staging/rtl8712/rtl871x_cmd.h | 2 +-
drivers/staging/rtl8712/rtl871x_led.h | 4 +-
drivers/staging/rtl8712/rtl871x_mlme.c | 6 +-
drivers/staging/rtl8712/rtl871x_mlme.h | 2 +-
drivers/staging/rtl8712/rtl871x_mp_phy_regdef.h | 2 +-
drivers/staging/rtl8712/usb_halinit.c | 2 +-
drivers/staging/rts_pstor/rtsx_chip.h | 10 +-
drivers/staging/rts_pstor/rtsx_scsi.h | 2 +-
drivers/staging/rts_pstor/sd.c | 2 +-
drivers/staging/se401/se401.c | 2 +-
drivers/staging/sep/sep_driver.c | 10 +-
drivers/staging/sep/sep_driver_config.h | 4 +-
drivers/staging/slicoss/README | 2 +-
drivers/staging/sm7xx/smtcfb.c | 4 +-
drivers/staging/speakup/keyhelp.c | 2 +-
drivers/staging/speakup/spkguide.txt | 2 +-
drivers/staging/spectra/ffsport.c | 4 +-
drivers/staging/spectra/flash.c | 6 +-
drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c | 20 +-
drivers/staging/tidspbridge/core/_tiomap.h | 2 +-
drivers/staging/tidspbridge/core/chnl_sm.c | 2 +-
drivers/staging/tidspbridge/core/ue_deh.c | 2 +-
drivers/staging/tidspbridge/dynload/cload.c | 2 +-
drivers/staging/tidspbridge/hw/hw_mmu.c | 6 +-
.../tidspbridge/include/dspbridge/_chnl_sm.h | 4 +-
.../staging/tidspbridge/include/dspbridge/clk.h | 6 +-
.../staging/tidspbridge/include/dspbridge/cmm.h | 2 +-
.../staging/tidspbridge/include/dspbridge/cod.h | 2 +-
.../staging/tidspbridge/include/dspbridge/dev.h | 2 +-
.../staging/tidspbridge/include/dspbridge/drv.h | 6 +-
.../tidspbridge/include/dspbridge/dspdefs.h | 14 +-
.../staging/tidspbridge/include/dspbridge/mgr.h | 4 +-
.../staging/tidspbridge/include/dspbridge/node.h | 2 +-
.../staging/tidspbridge/include/dspbridge/proc.h | 6 +-
.../staging/tidspbridge/include/dspbridge/pwr.h | 8 +-
drivers/staging/tidspbridge/pmgr/dev.c | 6 +-
drivers/staging/tidspbridge/rmgr/drv.c | 2 +-
drivers/staging/tidspbridge/rmgr/nldr.c | 6 +-
drivers/staging/tidspbridge/rmgr/proc.c | 4 +-
drivers/staging/tm6000/tm6000-video.c | 2 +-
drivers/staging/tty/cd1865.h | 2 +-
drivers/staging/tty/epca.c | 16 +-
drivers/staging/tty/ip2/i2hw.h | 4 +-
drivers/staging/tty/ip2/i2lib.c | 8 +-
drivers/staging/tty/ip2/ip2main.c | 2 +-
drivers/staging/tty/specialix.c | 4 +-
drivers/staging/tty/specialix_io8.h | 4 +-
drivers/staging/usbip/vhci_hcd.c | 2 +-
drivers/staging/usbvideo/usbvideo.c | 2 +-
drivers/staging/vme/bridges/vme_ca91cx42.c | 6 +-
drivers/staging/vme/bridges/vme_tsi148.c | 4 +-
drivers/staging/vme/bridges/vme_tsi148.h | 8 +-
drivers/staging/vme/vme_api.txt | 6 +-
drivers/staging/vt6655/card.c | 2 +-
drivers/staging/vt6655/device_main.c | 2 +-
drivers/staging/vt6655/wcmd.c | 2 +-
drivers/staging/vt6655/wmgr.h | 4 +-
drivers/staging/vt6656/rxtx.c | 2 +-
drivers/staging/vt6656/wcmd.c | 4 +-
drivers/staging/vt6656/wmgr.h | 4 +-
.../staging/westbridge/astoria/api/src/cyasdma.c | 2 +-
.../westbridge/astoria/api/src/cyaslep2pep.c | 2 +-
.../westbridge/astoria/api/src/cyaslowlevel.c | 2 +-
.../staging/westbridge/astoria/api/src/cyasmisc.c | 6 +-
.../staging/westbridge/astoria/api/src/cyasmtp.c | 4 +-
.../westbridge/astoria/api/src/cyasstorage.c | 6 +-
.../staging/westbridge/astoria/api/src/cyasusb.c | 4 +-
.../arch/arm/mach-omap2/cyashalomap_kernel.c | 12 +-
.../cyashalomap_kernel.h | 2 +-
.../westbridge-omap3-pnand-hal/cyasmemmap.h | 4 +-
.../westbridge/astoria/block/cyasblkdev_queue.c | 2 +-
.../astoria/include/linux/westbridge/cyasdevice.h | 6 +-
.../astoria/include/linux/westbridge/cyasdma.h | 10 +-
.../astoria/include/linux/westbridge/cyaserr.h | 4 +-
.../astoria/include/linux/westbridge/cyashaldoc.h | 2 +-
.../astoria/include/linux/westbridge/cyasintr.h | 2 +-
.../astoria/include/linux/westbridge/cyasmisc.h | 8 +-
.../include/linux/westbridge/cyasprotocol.h | 4 +-
.../astoria/include/linux/westbridge/cyasstorage.h | 34 +-
.../astoria/include/linux/westbridge/cyasusb.h | 40 +-
drivers/staging/winbond/mds.c | 2 +-
drivers/staging/wlags49_h2/README.ubuntu | 2 +-
drivers/staging/wlags49_h2/TODO | 4 +-
drivers/staging/wlags49_h2/hcf.c | 28 +-
drivers/staging/wlags49_h2/hcfdef.h | 8 +-
drivers/staging/wlags49_h2/mdd.h | 8 +-
drivers/staging/wlags49_h2/wl_if.h | 6 +-
drivers/staging/wlags49_h2/wl_main.c | 6 +-
drivers/staging/wlags49_h2/wl_netdev.c | 8 +-
drivers/staging/wlags49_h2/wl_pci.c | 8 +-
drivers/staging/wlags49_h2/wl_profile.c | 6 +-
drivers/staging/wlags49_h2/wl_version.h | 6 +-
drivers/staging/wlags49_h2/wl_wext.c | 10 +-
drivers/staging/wlags49_h25/TODO | 4 +-
drivers/staging/wlan-ng/prism2sta.c | 2 +-
drivers/staging/xgifb/vb_setmode.c | 2 +-
drivers/staging/xgifb/vgatypes.h | 2 +-
drivers/target/target_core_alua.c | 10 +-
drivers/target/target_core_device.c | 2 +-
drivers/target/target_core_fabric_lib.c | 2 +-
drivers/target/target_core_file.c | 2 +-
drivers/target/target_core_pr.c | 6 +-
drivers/target/target_core_transport.c | 12 +-
drivers/target/target_core_ua.c | 4 +-
drivers/telephony/ixj.c | 8 +-
drivers/telephony/ixj.h | 2 +-
drivers/tty/hvc/hvc_iucv.c | 4 +-
drivers/tty/hvc/hvc_vio.c | 2 +-
drivers/tty/hvc/hvcs.c | 8 +-
drivers/tty/mxser.h | 2 +-
drivers/tty/n_gsm.c | 10 +-
drivers/tty/nozomi.c | 2 +-
drivers/tty/rocket.c | 4 +-
drivers/tty/serial/8250.c | 2 +-
drivers/tty/serial/8250_pci.c | 2 +-
drivers/tty/serial/amba-pl011.c | 2 +-
drivers/tty/serial/icom.c | 2 +-
drivers/tty/serial/imx.c | 2 +-
drivers/tty/serial/ip22zilog.c | 2 +-
drivers/tty/serial/jsm/jsm.h | 2 +-
drivers/tty/serial/jsm/jsm_neo.c | 4 +-
drivers/tty/serial/max3107.h | 2 +-
drivers/tty/serial/mrst_max3110.c | 2 +-
drivers/tty/serial/mrst_max3110.h | 2 +-
drivers/tty/serial/msm_serial_hs.c | 4 +-
drivers/tty/serial/omap-serial.c | 2 +-
drivers/tty/serial/pmac_zilog.c | 6 +-
drivers/tty/serial/samsung.c | 4 +-
drivers/tty/serial/sh-sci.c | 2 +-
drivers/tty/serial/sn_console.c | 4 +-
drivers/tty/serial/sunzilog.c | 2 +-
drivers/tty/synclink.c | 10 +-
drivers/tty/synclink_gt.c | 2 +-
drivers/tty/synclinkmp.c | 10 +-
drivers/tty/tty_io.c | 8 +-
drivers/tty/tty_ioctl.c | 6 +-
drivers/tty/vt/consolemap.c | 10 +-
drivers/tty/vt/vt.c | 2 +-
drivers/uio/uio_pruss.c | 2 +-
drivers/usb/atm/ueagle-atm.c | 8 +-
drivers/usb/c67x00/c67x00-drv.c | 2 +-
drivers/usb/c67x00/c67x00-hcd.h | 2 +-
drivers/usb/c67x00/c67x00-sched.c | 2 +-
drivers/usb/class/cdc-acm.h | 2 +-
drivers/usb/class/usbtmc.c | 2 +-
drivers/usb/core/hcd.c | 2 +-
drivers/usb/core/hub.c | 2 +-
drivers/usb/early/ehci-dbgp.c | 2 +-
drivers/usb/gadget/amd5536udc.c | 14 +-
drivers/usb/gadget/amd5536udc.h | 2 +-
drivers/usb/gadget/at91_udc.c | 2 +-
drivers/usb/gadget/composite.c | 6 +-
drivers/usb/gadget/f_audio.c | 2 +-
drivers/usb/gadget/f_ncm.c | 2 +-
drivers/usb/gadget/fsl_qe_udc.h | 6 +-
drivers/usb/gadget/fsl_udc_core.c | 4 +-
drivers/usb/gadget/fsl_usb2_udc.h | 4 +-
drivers/usb/gadget/gmidi.c | 2 +-
drivers/usb/gadget/mv_udc_core.c | 2 +-
drivers/usb/gadget/net2280.c | 2 +-
drivers/usb/gadget/nokia.c | 2 +-
drivers/usb/gadget/printer.c | 2 +-
drivers/usb/gadget/pxa27x_udc.c | 12 +-
drivers/usb/gadget/s3c-hsotg.c | 16 +-
drivers/usb/host/ehci.h | 2 +-
drivers/usb/host/fhci-hcd.c | 2 +-
drivers/usb/host/fhci-tds.c | 8 +-
drivers/usb/host/fhci.h | 4 +-
drivers/usb/host/imx21-hcd.c | 2 +-
drivers/usb/host/isp116x.h | 2 +-
drivers/usb/host/ohci-hcd.c | 2 +-
drivers/usb/host/oxu210hp-hcd.c | 4 +-
drivers/usb/host/whci/qset.c | 2 +-
drivers/usb/host/xhci.c | 4 +-
drivers/usb/host/xhci.h | 2 +-
drivers/usb/image/microtek.c | 8 +-
drivers/usb/misc/ftdi-elan.c | 28 +-
drivers/usb/misc/iowarrior.c | 2 +-
drivers/usb/otg/isp1301_omap.c | 2 +-
drivers/usb/otg/langwell_otg.c | 4 +-
drivers/usb/serial/aircable.c | 4 +-
drivers/usb/serial/cp210x.c | 2 +-
drivers/usb/serial/cypress_m8.c | 2 +-
drivers/usb/serial/ftdi_sio.c | 2 +-
drivers/usb/serial/io_edgeport.c | 2 +-
drivers/usb/serial/io_edgeport.h | 2 +-
drivers/usb/serial/io_ti.c | 2 +-
drivers/usb/serial/opticon.c | 2 +-
drivers/usb/storage/ene_ub6250.c | 4 +-
drivers/usb/storage/isd200.c | 6 +-
drivers/usb/storage/scsiglue.c | 2 +-
drivers/usb/storage/shuttle_usbat.c | 2 +-
drivers/usb/wusbcore/crypto.c | 4 +-
drivers/usb/wusbcore/reservation.c | 2 +-
drivers/usb/wusbcore/rh.c | 2 +-
drivers/usb/wusbcore/wa-rpipe.c | 2 +-
drivers/usb/wusbcore/wa-xfer.c | 8 +-
drivers/usb/wusbcore/wusbhc.h | 2 +-
drivers/uwb/driver.c | 2 +-
drivers/uwb/drp.c | 6 +-
drivers/uwb/lc-rc.c | 2 +-
drivers/uwb/reset.c | 2 +-
drivers/uwb/umc-dev.c | 2 +-
drivers/video/atmel_lcdfb.c | 2 +-
drivers/video/aty/atyfb_base.c | 4 +-
drivers/video/aty/mach64_cursor.c | 2 +-
drivers/video/au1200fb.c | 2 +-
drivers/video/backlight/corgi_lcd.c | 2 +-
drivers/video/backlight/locomolcd.c | 2 +-
drivers/video/bfin_adv7393fb.h | 24 +-
drivers/video/console/font_mini_4x6.c | 2 +-
drivers/video/da8xx-fb.c | 2 +-
drivers/video/display/display-sysfs.c | 2 +-
drivers/video/ep93xx-fb.c | 2 +-
drivers/video/fbsysfs.c | 2 +-
drivers/video/fm2fb.c | 2 +-
drivers/video/fsl-diu-fb.c | 2 +-
drivers/video/gbefb.c | 2 +-
drivers/video/geode/lxfb.h | 2 +-
drivers/video/i810/i810_accel.c | 2 +-
drivers/video/kyro/STG4000OverlayDevice.c | 2 +-
drivers/video/kyro/STG4000Reg.h | 2 +-
drivers/video/matrox/matroxfb_DAC1064.h | 2 +-
drivers/video/matrox/matroxfb_Ti3026.c | 6 +-
drivers/video/matrox/matroxfb_base.c | 2 +-
drivers/video/matrox/matroxfb_base.h | 8 +-
drivers/video/nuc900fb.h | 2 +-
drivers/video/omap/Kconfig | 2 +-
drivers/video/pxa3xx-gcu.c | 2 +-
drivers/video/savage/savagefb.h | 2 +-
drivers/video/savage/savagefb_driver.c | 4 +-
drivers/video/sm501fb.c | 4 +-
drivers/video/sstfb.c | 8 +-
drivers/video/sticore.h | 2 +-
drivers/video/tdfxfb.c | 18 +-
drivers/video/tmiofb.c | 2 +-
drivers/video/udlfb.c | 2 +-
drivers/video/vga16fb.c | 2 +-
drivers/video/via/via_utility.c | 2 +-
drivers/video/via/via_utility.h | 2 +-
drivers/video/via/viafbdev.c | 2 +-
drivers/video/w100fb.c | 2 +-
drivers/w1/masters/omap_hdq.c | 2 +-
drivers/watchdog/Kconfig | 2 +-
drivers/watchdog/Makefile | 4 +-
drivers/watchdog/acquirewdt.c | 2 +-
drivers/watchdog/pc87413_wdt.c | 2 +-
drivers/watchdog/sbc7240_wdt.c | 2 +-
drivers/watchdog/sch311x_wdt.c | 2 +-
drivers/watchdog/shwdt.c | 2 +-
drivers/watchdog/smsc37b787_wdt.c | 2 +-
drivers/watchdog/sp805_wdt.c | 2 +-
drivers/xen/events.c | 4 +-
fs/adfs/map.c | 2 +-
fs/afs/cache.c | 12 +-
fs/afs/cell.c | 2 +-
fs/attr.c | 2 +-
fs/autofs4/root.c | 2 +-
fs/befs/ChangeLog | 10 +-
fs/befs/befs_fs_types.h | 2 +-
fs/befs/btree.c | 2 +-
fs/befs/linuxvfs.c | 2 +-
fs/binfmt_flat.c | 2 +-
fs/bio.c | 2 +-
fs/block_dev.c | 2 +-
fs/btrfs/extent_map.c | 2 +-
fs/btrfs/inode.c | 2 +-
fs/btrfs/relocation.c | 2 +-
fs/cachefiles/interface.c | 2 +-
fs/ceph/addr.c | 2 +-
fs/ceph/caps.c | 2 +-
fs/ceph/snap.c | 2 +-
fs/cifs/cifs_dfs_ref.c | 2 +-
fs/cifs/cifssmb.c | 2 +-
fs/cifs/connect.c | 4 +-
fs/cifs/dir.c | 2 +-
fs/configfs/dir.c | 2 +-
fs/dcache.c | 6 +-
fs/dlm/lock.c | 2 +-
fs/dlm/lowcomms.c | 2 +-
fs/dlm/recover.c | 2 +-
fs/ecryptfs/main.c | 4 +-
fs/eventpoll.c | 8 +-
fs/exofs/common.h | 4 +-
fs/exofs/super.c | 2 +-
fs/ext2/balloc.c | 6 +-
fs/ext2/inode.c | 8 +-
fs/ext2/super.c | 2 +-
fs/ext2/xattr.c | 2 +-
fs/ext3/balloc.c | 10 +-
fs/ext3/inode.c | 6 +-
fs/ext3/resize.c | 2 +-
fs/ext3/super.c | 2 +-
fs/ext4/balloc.c | 2 +-
fs/ext4/extents.c | 10 +-
fs/ext4/fsync.c | 2 +-
fs/ext4/inode.c | 20 +-
fs/ext4/mballoc.c | 2 +-
fs/ext4/migrate.c | 2 +-
fs/ext4/super.c | 4 +-
fs/freevxfs/vxfs_fshead.c | 2 +-
fs/freevxfs/vxfs_lookup.c | 2 +-
fs/freevxfs/vxfs_olt.h | 2 +-
fs/fs-writeback.c | 2 +-
fs/fuse/file.c | 2 +-
fs/gfs2/bmap.c | 2 +-
fs/gfs2/glock.c | 2 +-
fs/gfs2/super.c | 2 +-
fs/jbd/commit.c | 2 +-
fs/jbd/journal.c | 4 +-
fs/jbd/revoke.c | 2 +-
fs/jbd/transaction.c | 2 +-
fs/jbd2/commit.c | 2 +-
fs/jbd2/journal.c | 4 +-
fs/jbd2/revoke.c | 2 +-
fs/jbd2/transaction.c | 2 +-
fs/jffs2/TODO | 2 +-
fs/jffs2/readinode.c | 2 +-
fs/jffs2/summary.c | 4 +-
fs/jffs2/wbuf.c | 2 +-
fs/jfs/jfs_dmap.c | 4 +-
fs/jfs/jfs_extent.c | 6 +-
fs/jfs/jfs_imap.c | 14 +-
fs/jfs/jfs_logmgr.h | 2 +-
fs/jfs/jfs_metapage.h | 2 +-
fs/jfs/jfs_txnmgr.c | 2 +-
fs/jfs/resize.c | 4 +-
fs/jfs/super.c | 2 +-
fs/logfs/dev_mtd.c | 2 +-
fs/logfs/dir.c | 2 +-
fs/logfs/readwrite.c | 2 +-
fs/mbcache.c | 2 +-
fs/namei.c | 2 +-
fs/ncpfs/inode.c | 2 +-
fs/nfs/callback_xdr.c | 2 +-
fs/nfs/file.c | 2 +-
fs/nfs/nfs4filelayout.h | 2 +-
fs/nfs_common/nfsacl.c | 2 +-
fs/nfsd/nfs3xdr.c | 2 +-
fs/nfsd/nfs4state.c | 4 +-
fs/nfsd/nfsxdr.c | 2 +-
fs/notify/fanotify/fanotify_user.c | 2 +-
fs/notify/inotify/inotify_fsnotify.c | 2 +-
fs/notify/mark.c | 2 +-
fs/ntfs/attrib.c | 4 +-
fs/ntfs/compress.c | 2 +-
fs/ntfs/inode.c | 4 +-
fs/ntfs/layout.h | 12 +-
fs/ntfs/logfile.c | 2 +-
fs/ntfs/logfile.h | 2 +-
fs/ntfs/mft.c | 8 +-
fs/ntfs/runlist.c | 2 +-
fs/ntfs/super.c | 14 +-
fs/ocfs2/alloc.c | 2 +-
fs/ocfs2/aops.h | 2 +-
fs/ocfs2/cluster/heartbeat.c | 2 +-
fs/ocfs2/cluster/quorum.c | 4 +-
fs/ocfs2/cluster/tcp.c | 2 +-
fs/ocfs2/dlm/dlmmaster.c | 4 +-
fs/ocfs2/inode.c | 4 +-
fs/ocfs2/journal.c | 2 +-
fs/ocfs2/journal.h | 2 +-
fs/ocfs2/namei.c | 2 +-
fs/ocfs2/ocfs2_fs.h | 4 +-
fs/ocfs2/quota_global.c | 2 +-
fs/ocfs2/reservations.h | 2 +-
fs/ocfs2/stackglue.h | 2 +-
fs/ocfs2/suballoc.c | 4 +-
fs/ocfs2/super.c | 2 +-
fs/ocfs2/xattr.c | 4 +-
fs/partitions/check.c | 4 +-
fs/proc/base.c | 2 +-
fs/pstore/Kconfig | 2 +-
fs/quota/dquot.c | 2 +-
fs/reiserfs/journal.c | 4 +-
fs/reiserfs/lock.c | 2 +-
fs/reiserfs/super.c | 4 +-
fs/reiserfs/xattr.c | 2 +-
fs/squashfs/cache.c | 4 +-
fs/ubifs/budget.c | 2 +-
fs/ubifs/dir.c | 2 +-
fs/ubifs/io.c | 2 +-
fs/udf/ecma_167.h | 2 +-
fs/ufs/inode.c | 2 +-
fs/ufs/super.c | 6 +-
fs/xfs/linux-2.6/xfs_aops.c | 2 +-
fs/xfs/linux-2.6/xfs_buf.c | 4 +-
fs/xfs/linux-2.6/xfs_file.c | 2 +-
fs/xfs/linux-2.6/xfs_iops.c | 2 +-
fs/xfs/quota/xfs_dquot.c | 2 +-
fs/xfs/quota/xfs_qm_bhv.c | 2 +-
fs/xfs/quota/xfs_qm_syscalls.c | 4 +-
fs/xfs/xfs_buf_item.c | 2 +-
fs/xfs/xfs_inode.c | 2 +-
fs/xfs/xfs_inode.h | 4 +-
fs/xfs/xfs_log_priv.h | 2 +-
fs/xfs/xfs_log_recover.c | 4 +-
fs/xfs/xfs_trans_inode.c | 2 +-
fs/xfs/xfs_vnodeops.c | 4 +-
include/acpi/actbl.h | 2 +-
include/asm-generic/siginfo.h | 2 +-
include/asm-generic/vmlinux.lds.h | 2 +-
include/drm/drmP.h | 4 +-
include/drm/drm_crtc.h | 2 +-
include/drm/drm_mm.h | 2 +-
include/drm/drm_mode.h | 2 +-
include/drm/i915_drm.h | 2 +-
include/drm/mga_drm.h | 2 +-
include/drm/radeon_drm.h | 2 +-
include/drm/savage_drm.h | 2 +-
include/drm/ttm/ttm_bo_api.h | 14 +-
include/drm/ttm/ttm_bo_driver.h | 6 +-
include/drm/vmwgfx_drm.h | 2 +-
include/linux/amba/clcd.h | 2 +-
include/linux/amba/mmci.h | 6 +-
include/linux/can/error.h | 2 +-
include/linux/can/netlink.h | 2 +-
include/linux/cdk.h | 2 +-
include/linux/cfag12864b.h | 2 +-
include/linux/cgroup.h | 2 +-
include/linux/cm4000_cs.h | 2 +-
include/linux/configfs.h | 2 +-
include/linux/cper.h | 2 +-
include/linux/decompress/mm.h | 2 +-
include/linux/dmaengine.h | 2 +-
include/linux/drbd.h | 4 +-
include/linux/drbd_limits.h | 6 +-
include/linux/ethtool.h | 2 +-
include/linux/eventpoll.h | 2 +-
include/linux/exportfs.h | 2 +-
include/linux/fb.h | 16 +-
include/linux/firewire-cdev.h | 2 +-
include/linux/fs.h | 4 +-
include/linux/fscache-cache.h | 2 +-
include/linux/fscache.h | 6 +-
include/linux/fsl-diu-fb.h | 6 +-
include/linux/hid.h | 2 +-
include/linux/hp_sdc.h | 2 +-
include/linux/i2o.h | 2 +-
include/linux/interrupt.h | 4 +-
include/linux/ipmi.h | 4 +-
include/linux/isdn/hdlc.h | 2 +-
include/linux/ixjuser.h | 2 +-
include/linux/jiffies.h | 2 +-
include/linux/ktime.h | 4 +-
include/linux/libata.h | 2 +-
include/linux/lru_cache.h | 2 +-
include/linux/mfd/wm8350/pmic.h | 2 +-
include/linux/mm.h | 2 +-
include/linux/mmc/dw_mmc.h | 4 +-
include/linux/mroute6.h | 2 +-
include/linux/mtd/cfi.h | 2 +-
include/linux/mtd/nand.h | 6 +-
include/linux/mtd/xip.h | 2 +-
include/linux/netfilter/nf_conntrack_proto_gre.h | 2 +-
include/linux/netfilter_bridge/ebtables.h | 2 +-
include/linux/netfilter_ipv4/ipt_ECN.h | 4 +-
include/linux/netfilter_ipv4/ipt_ecn.h | 2 +-
include/linux/nfs4.h | 2 +-
include/linux/nfsd/export.h | 2 +-
include/linux/nfsd/nfsfh.h | 2 +-
include/linux/nl80211.h | 10 +-
include/linux/notifier.h | 2 +-
include/linux/pci_regs.h | 4 +-
include/linux/perf_event.h | 2 +-
include/linux/pid.h | 2 +-
include/linux/pkt_sched.h | 2 +-
include/linux/poll.h | 2 +-
include/linux/prefetch.h | 2 +-
include/linux/pxa2xx_ssp.h | 2 +-
include/linux/raid/md_p.h | 2 +-
include/linux/reiserfs_fs.h | 2 +-
include/linux/sched.h | 2 +-
include/linux/skbuff.h | 2 +-
include/linux/smc91x.h | 2 +-
include/linux/socket.h | 2 +-
include/linux/soundcard.h | 2 +-
include/linux/spi/spidev.h | 2 +-
include/linux/spinlock.h | 2 +-
include/linux/stmmac.h | 2 +-
include/linux/stop_machine.h | 2 +-
include/linux/sunrpc/cache.h | 4 +-
include/linux/sunrpc/svcauth_gss.h | 2 +-
include/linux/sysdev.h | 6 +-
include/linux/timerqueue.h | 2 +-
include/linux/tracehook.h | 4 +-
include/linux/ucb1400.h | 2 +-
include/linux/usb.h | 4 +-
include/linux/usb/composite.h | 2 +-
include/linux/usb/ehci_def.h | 2 +-
include/linux/usb/functionfs.h | 2 +-
include/linux/usb/gadget.h | 4 +-
include/linux/usb/midi.h | 2 +-
include/linux/usb/wusb.h | 2 +-
include/linux/uwb.h | 6 +-
include/linux/uwb/umc.h | 2 +-
include/linux/vgaarb.h | 4 +-
include/linux/wimax.h | 2 +-
include/linux/xilinxfb.h | 2 +-
include/media/davinci/dm355_ccdc.h | 2 +-
include/media/davinci/isif.h | 2 +-
include/media/lirc.h | 2 +-
include/net/9p/9p.h | 8 +-
include/net/9p/client.h | 2 +-
include/net/9p/transport.h | 2 +-
include/net/addrconf.h | 2 +-
include/net/caif/cfcnfg.h | 2 +-
include/net/gen_stats.h | 2 +-
include/net/ip_vs.h | 2 +-
include/net/irda/irlap.h | 2 +-
include/net/irda/wrapper.h | 2 +-
include/net/iucv/iucv.h | 2 +-
include/net/iw_handler.h | 4 +-
include/net/mac80211.h | 2 +-
include/net/pkt_sched.h | 2 +-
include/net/sock.h | 2 +-
include/net/transp_v6.h | 2 +-
include/net/wimax.h | 2 +-
include/net/wpan-phy.h | 2 +-
include/rxrpc/packet.h | 2 +-
include/scsi/fc/fc_fcp.h | 2 +-
include/scsi/iscsi_if.h | 2 +-
include/scsi/libfc.h | 8 +-
include/scsi/libiscsi_tcp.h | 2 +-
include/scsi/osd_initiator.h | 2 +-
include/scsi/scsi_host.h | 2 +-
include/scsi/scsi_transport_fc.h | 6 +-
include/sound/ac97_codec.h | 2 +-
include/sound/asound.h | 2 +-
include/sound/control.h | 2 +-
include/sound/cs46xx_dsp_spos.h | 2 +-
include/sound/hdspm.h | 2 +-
include/sound/soc-dapm.h | 2 +-
include/target/target_core_base.h | 6 +-
include/target/target_core_fabric_ops.h | 2 +-
include/video/kyro.h | 2 +-
include/video/neomagic.h | 2 +-
include/video/newport.h | 2 +-
include/video/sisfb.h | 2 +-
include/video/sstfb.h | 6 +-
include/xen/interface/elfnote.h | 2 +-
init/do_mounts.c | 2 +-
ipc/msg.c | 4 +-
ipc/sem.c | 2 +-
ipc/shm.c | 2 +-
kernel/acct.c | 2 +-
kernel/auditsc.c | 2 +-
kernel/cgroup.c | 2 +-
kernel/cpu.c | 2 +-
kernel/debug/kdb/kdb_main.c | 6 +-
kernel/debug/kdb/kdb_support.c | 2 +-
kernel/exit.c | 2 +-
kernel/irq/chip.c | 2 +-
kernel/irq/migration.c | 2 +-
kernel/kexec.c | 6 +-
kernel/kthread.c | 2 +-
kernel/latencytop.c | 2 +-
kernel/lockdep.c | 4 +-
kernel/module.c | 6 +-
kernel/mutex.c | 2 +-
kernel/padata.c | 8 +-
kernel/params.c | 2 +-
kernel/posix-cpu-timers.c | 2 +-
kernel/posix-timers.c | 2 +-
kernel/power/main.c | 2 +-
kernel/sched.c | 6 +-
kernel/sched_autogroup.c | 2 +-
kernel/sched_fair.c | 2 +-
kernel/sched_rt.c | 4 +-
kernel/signal.c | 2 +-
kernel/softirq.c | 2 +-
kernel/sysctl.c | 2 +-
kernel/time/jiffies.c | 2 +-
kernel/time/timer_stats.c | 2 +-
kernel/trace/ftrace.c | 4 +-
kernel/trace/ring_buffer.c | 4 +-
kernel/trace/trace.c | 6 +-
kernel/trace/trace_clock.c | 2 +-
kernel/trace/trace_entries.h | 2 +-
kernel/trace/trace_functions_graph.c | 2 +-
kernel/trace/trace_irqsoff.c | 2 +-
kernel/trace/trace_kprobe.c | 2 +-
kernel/user-return-notifier.c | 2 +-
kernel/wait.c | 2 +-
kernel/workqueue.c | 2 +-
lib/bitmap.c | 2 +-
lib/btree.c | 2 +-
lib/decompress_unxz.c | 2 +-
lib/parser.c | 2 +-
lib/timerqueue.c | 2 +-
lib/vsprintf.c | 8 +-
lib/zlib_deflate/deftree.c | 2 +-
mm/backing-dev.c | 2 +-
mm/hugetlb.c | 10 +-
mm/hwpoison-inject.c | 2 +-
mm/internal.h | 2 +-
mm/kmemleak.c | 6 +-
mm/ksm.c | 2 +-
mm/memblock.c | 2 +-
mm/memcontrol.c | 8 +-
mm/memory-failure.c | 6 +-
mm/memory_hotplug.c | 2 +-
mm/migrate.c | 2 +-
mm/nobootmem.c | 2 +-
mm/page_alloc.c | 4 +-
mm/page_cgroup.c | 2 +-
mm/percpu.c | 10 +-
mm/slab.c | 4 +-
mm/slub.c | 6 +-
mm/sparse.c | 2 +-
mm/util.c | 2 +-
mm/vmscan.c | 4 +-
net/8021q/vlanproc.c | 2 +-
net/9p/client.c | 2 +-
net/9p/trans_common.c | 4 +-
net/9p/util.c | 2 +-
net/appletalk/ddp.c | 2 +-
net/atm/br2684.c | 2 +-
net/batman-adv/soft-interface.c | 2 +-
net/bluetooth/hci_core.c | 2 +-
net/bluetooth/l2cap_sock.c | 2 +-
net/bridge/br_fdb.c | 2 +-
net/bridge/br_ioctl.c | 2 +-
net/caif/caif_socket.c | 2 +-
net/core/dev.c | 12 +-
net/core/filter.c | 2 +-
net/core/link_watch.c | 2 +-
net/core/rtnetlink.c | 4 +-
net/core/skbuff.c | 2 +-
net/core/sock.c | 10 +-
net/dccp/output.c | 2 +-
net/dsa/mv88e6131.c | 2 +-
net/ipv4/arp.c | 2 +-
net/ipv4/cipso_ipv4.c | 8 +-
net/ipv4/fib_trie.c | 2 +-
net/ipv4/icmp.c | 2 +-
net/ipv4/ip_output.c | 2 +-
net/ipv4/ipconfig.c | 2 +-
net/ipv4/netfilter/arp_tables.c | 4 +-
net/ipv4/netfilter/ip_tables.c | 2 +-
net/ipv4/netfilter/ipt_ECN.c | 4 +-
net/ipv4/netfilter/nf_nat_core.c | 4 +-
net/ipv4/raw.c | 2 +-
net/ipv4/route.c | 4 +-
net/ipv4/tcp_input.c | 2 +-
net/ipv4/tcp_lp.c | 2 +-
net/ipv4/tcp_output.c | 6 +-
net/ipv4/tcp_yeah.c | 2 +-
net/ipv4/udp.c | 4 +-
net/ipv6/addrconf.c | 8 +-
net/ipv6/af_inet6.c | 2 +-
net/ipv6/ip6_output.c | 2 +-
net/ipv6/netfilter/ip6_tables.c | 2 +-
net/ipv6/netfilter/nf_defrag_ipv6_hooks.c | 2 +-
net/ipv6/route.c | 12 +-
net/irda/irlap.c | 2 +-
net/irda/irlap_event.c | 8 +-
net/irda/irlap_frame.c | 2 +-
net/irda/irlmp_event.c | 2 +-
net/irda/irnet/irnet.h | 2 +-
net/irda/irqueue.c | 2 +-
net/irda/irttp.c | 2 +-
net/irda/qos.c | 8 +-
net/irda/timer.c | 2 +-
net/iucv/af_iucv.c | 2 +-
net/iucv/iucv.c | 4 +-
net/mac80211/ieee80211_i.h | 2 +-
net/mac80211/mesh_pathtbl.c | 2 +-
net/mac80211/rc80211_minstrel_ht.c | 2 +-
net/mac80211/rc80211_pid.h | 2 +-
net/mac80211/rx.c | 2 +-
net/mac80211/sta_info.c | 4 +-
net/mac80211/sta_info.h | 2 +-
net/netfilter/ipset/ip_set_core.c | 2 +-
net/netfilter/ipvs/ip_vs_conn.c | 4 +-
net/netfilter/ipvs/ip_vs_lblc.c | 2 +-
net/netfilter/ipvs/ip_vs_lblcr.c | 2 +-
net/netfilter/ipvs/ip_vs_proto_sctp.c | 8 +-
net/netfilter/nf_conntrack_core.c | 4 +-
net/netfilter/nf_conntrack_proto_dccp.c | 2 +-
net/netfilter/nf_conntrack_proto_sctp.c | 6 +-
net/netfilter/nf_conntrack_sip.c | 2 +-
net/netfilter/nf_queue.c | 2 +-
net/netlabel/netlabel_domainhash.c | 10 +-
net/netlabel/netlabel_mgmt.c | 2 +-
net/rds/ib_send.c | 2 +-
net/rds/iw_cm.c | 2 +-
net/rds/iw_rdma.c | 2 +-
net/rds/iw_send.c | 2 +-
net/rds/send.c | 2 +-
net/rose/rose_route.c | 2 +-
net/sched/act_api.c | 2 +-
net/sched/act_pedit.c | 2 +-
net/sched/em_meta.c | 2 +-
net/sched/sch_htb.c | 2 +-
net/sched/sch_netem.c | 6 +-
net/sctp/associola.c | 2 +-
net/sctp/auth.c | 6 +-
net/sctp/input.c | 2 +-
net/sctp/output.c | 6 +-
net/sctp/outqueue.c | 2 +-
net/sctp/sm_sideeffect.c | 2 +-
net/sctp/sm_statefuns.c | 20 +-
net/sctp/socket.c | 2 +-
net/sctp/ulpevent.c | 2 +-
net/sctp/ulpqueue.c | 2 +-
net/socket.c | 4 +-
net/sunrpc/auth_gss/svcauth_gss.c | 2 +-
net/sunrpc/xprtsock.c | 4 +-
net/tipc/link.c | 2 +-
net/unix/af_unix.c | 2 +-
net/wanrouter/wanproc.c | 2 +-
net/wireless/reg.c | 4 +-
net/x25/x25_facilities.c | 2 +-
net/x25/x25_forward.c | 4 +-
net/xfrm/xfrm_user.c | 6 +-
samples/Kconfig | 2 +-
samples/hw_breakpoint/data_breakpoint.c | 2 +-
scripts/Makefile.modpost | 4 +-
scripts/checkpatch.pl | 6 +-
scripts/dtc/libfdt/libfdt.h | 2 +-
scripts/dtc/livetree.c | 2 +-
scripts/gen_initramfs_list.sh | 2 +-
scripts/kernel-doc | 2 +-
scripts/package/buildtar | 2 +-
scripts/rt-tester/rt-tester.py | 2 +-
security/apparmor/match.c | 2 +-
security/apparmor/policy_unpack.c | 2 +-
security/selinux/netlabel.c | 2 +-
security/selinux/ss/services.c | 4 +-
security/smack/smack_access.c | 2 +-
security/smack/smack_lsm.c | 6 +-
security/smack/smackfs.c | 6 +-
security/tomoyo/load_policy.c | 2 +-
sound/aoa/codecs/tas.c | 2 +-
sound/core/pcm_memory.c | 6 +-
sound/core/pcm_native.c | 2 +-
sound/core/seq/seq_dummy.c | 2 +-
sound/core/vmaster.c | 2 +-
sound/drivers/pcm-indirect2.c | 4 +-
sound/drivers/vx/vx_pcm.c | 2 +-
sound/i2c/other/ak4113.c | 2 +-
sound/i2c/other/ak4114.c | 2 +-
sound/i2c/other/ak4117.c | 2 +-
sound/isa/sb/emu8000.c | 2 +-
sound/isa/wavefront/wavefront_midi.c | 2 +-
sound/isa/wss/wss_lib.c | 2 +-
sound/oss/Kconfig | 2 +-
sound/oss/ac97_codec.c | 6 +-
sound/oss/audio.c | 4 +-
sound/oss/dmasound/dmasound_core.c | 2 +-
sound/oss/midibuf.c | 2 +-
sound/oss/sb_card.c | 2 +-
sound/oss/sb_ess.c | 6 +-
sound/oss/swarm_cs4297a.c | 2 +-
sound/oss/vidc.c | 2 +-
sound/pci/ad1889.c | 2 +-
sound/pci/asihpi/asihpi.c | 2 +-
sound/pci/asihpi/hpi.h | 2 +-
sound/pci/asihpi/hpi6000.c | 2 +-
sound/pci/asihpi/hpi6205.c | 2 +-
sound/pci/asihpi/hpi_internal.h | 2 +-
sound/pci/asihpi/hpimsgx.c | 2 +-
sound/pci/au88x0/au88x0.h | 2 +-
sound/pci/au88x0/au88x0_a3d.c | 4 +-
sound/pci/au88x0/au88x0_core.c | 4 +-
sound/pci/au88x0/au88x0_pcm.c | 2 +-
sound/pci/azt3328.c | 2 +-
sound/pci/ca0106/ca0106.h | 6 +-
sound/pci/ca0106/ca0106_main.c | 2 +-
sound/pci/ca0106/ca0106_mixer.c | 2 +-
sound/pci/ca0106/ca0106_proc.c | 2 +-
sound/pci/cmipci.c | 8 +-
sound/pci/ctxfi/ctatc.c | 2 +-
sound/pci/ctxfi/cthw20k1.c | 2 +-
sound/pci/emu10k1/memory.c | 2 +-
sound/pci/emu10k1/p16v.c | 2 +-
sound/pci/emu10k1/p16v.h | 4 +-
sound/pci/hda/hda_codec.c | 4 +-
sound/pci/hda/patch_realtek.c | 4 +-
sound/pci/hda/patch_sigmatel.c | 2 +-
sound/pci/ice1712/aureon.c | 4 +-
sound/pci/ice1712/ice1712.c | 4 +-
sound/pci/ice1712/pontis.c | 2 +-
sound/pci/ice1712/prodigy_hifi.c | 4 +-
sound/pci/intel8x0.c | 2 +-
sound/pci/intel8x0m.c | 2 +-
sound/pci/mixart/mixart_core.c | 4 +-
sound/pci/pcxhr/pcxhr_core.c | 12 +-
sound/pci/rme96.c | 2 +-
sound/pci/rme9652/hdspm.c | 6 +-
sound/pci/sis7019.c | 6 +-
sound/ppc/snd_ps3.c | 2 +-
sound/ppc/snd_ps3_reg.h | 14 +-
sound/soc/atmel/atmel_ssc_dai.c | 2 +-
sound/soc/codecs/alc5623.c | 2 +-
sound/soc/codecs/lm4857.c | 2 +-
sound/soc/codecs/tlv320aic26.h | 4 +-
sound/soc/codecs/tlv320aic3x.c | 2 +-
sound/soc/codecs/tlv320dac33.c | 2 +-
sound/soc/codecs/twl4030.c | 4 +-
sound/soc/codecs/wm8510.c | 14 +-
sound/soc/codecs/wm8580.c | 2 +-
sound/soc/codecs/wm8753.c | 2 +-
sound/soc/codecs/wm8904.c | 2 +-
sound/soc/codecs/wm8955.c | 2 +-
sound/soc/codecs/wm8962.c | 2 +-
sound/soc/codecs/wm8974.c | 22 +-
sound/soc/codecs/wm8978.c | 6 +-
sound/soc/codecs/wm8985.c | 6 +-
sound/soc/codecs/wm8991.c | 2 +-
sound/soc/codecs/wm8993.c | 2 +-
sound/soc/codecs/wm8994.c | 6 +-
sound/soc/codecs/wm9081.c | 4 +-
sound/soc/imx/imx-ssi.c | 2 +-
sound/soc/kirkwood/kirkwood-dma.c | 4 +-
sound/soc/mid-x86/sst_platform.c | 4 +-
sound/soc/omap/ams-delta.c | 6 +-
sound/soc/samsung/neo1973_wm8753.c | 4 +-
sound/sparc/amd7930.c | 4 +-
sound/usb/6fire/firmware.c | 4 +-
sound/usb/mixer.c | 2 +-
sound/usb/quirks.c | 2 +-
sound/usb/usx2y/usx2yhwdeppcm.c | 4 +-
tools/perf/util/string.c | 2 +-
tools/perf/util/trace-event-parse.c | 16 +-
.../x86_energy_perf_policy.c | 2 +-
virt/kvm/eventfd.c | 2 +-
2530 files changed, 4988 insertions(+), 4988 deletions(-)

2011-03-22 12:34:12

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH 2/4] perf: fix common misspellings


* Lucas De Marchi <[email protected]> wrote:

> 2530 files changed, 4988 insertions(+), 4988 deletions(-)

Hm, i definitely think we do not want hundreds of commits per cycle to have a
'split up' patchset for these spelling fixes.

A once per cycle patch to fix such things would be the most optimal model IMHO
- and hopefully with time the patches will be getting (much) smaller :-)

Anyway, it's all up to Linus whether he'll take a big patch.

Thanks,

Ingo

2011-03-22 12:39:58

by Lucas De Marchi

[permalink] [raw]
Subject: Re: [PATCH 2/4] perf: fix common misspellings

On Tue, Mar 22, 2011 at 9:33 AM, Ingo Molnar <[email protected]> wrote:
>
> * Lucas De Marchi <[email protected]> wrote:
>
>> ?2530 files changed, 4988 insertions(+), 4988 deletions(-)
>
> Hm, i definitely think we do not want hundreds of commits per cycle to have a
> 'split up' patchset for these spelling fixes.
>
> A once per cycle patch to fix such things would be the most optimal model IMHO
> - and hopefully with time the patches will be getting (much) smaller :-)


I don't think a patchset per cycle is needed. Or at least some cycles
could be skipped.

Maybe this check could be added to checkpatch.


Lucas De Marchi

2011-03-22 16:39:46

by Linus Torvalds

[permalink] [raw]
Subject: Re: [PATCH 2/4] perf: fix common misspellings

On Tue, Mar 22, 2011 at 5:33 AM, Ingo Molnar <[email protected]> wrote:
>
> * Lucas De Marchi <[email protected]> wrote:
>
>> ?2530 files changed, 4988 insertions(+), 4988 deletions(-)
>
> Hm, i definitely think we do not want hundreds of commits per cycle to have a
> 'split up' patchset for these spelling fixes.
>
> A once per cycle patch to fix such things would be the most optimal model IMHO
> - and hopefully with time the patches will be getting (much) smaller :-)
>
> Anyway, it's all up to Linus whether he'll take a big patch.

I can take a big patch, but not during the merge window when there are
outstanding pull reqeuests etc. But possibly soon after -rc1, if it
gets some review and I feel comfortable that the patch is clearly only
spelling in comments (or whatever the exact rules are for codespell)

Linus

2011-03-22 16:48:28

by Lucas De Marchi

[permalink] [raw]
Subject: Re: [PATCH 2/4] perf: fix common misspellings

On Tue, Mar 22, 2011 at 1:31 PM, Linus Torvalds
<[email protected]> wrote:
>> Anyway, it's all up to Linus whether he'll take a big patch.
>
> I can take a big patch, but not during the merge window when there are
> outstanding pull reqeuests etc. But possibly soon after -rc1, if it
> gets some review and I feel comfortable that the patch is clearly only
> spelling in comments (or whatever the exact rules are for codespell)

I care most about misspellings in user visible strings like docs and
printks, but there is no such distinction. In real code though changes
are usually not done (var names and the like).



Lucas De Marchi