staging: winbond: sme_api.h Coding style fixes.
On Sun 2010-03-21 17:55:03, Lars Lindley wrote: I fixed the things reported by checkpatch.pl except one long line and a __inline. I also removed commented away code and versioning comments. Signed-off-by: Lars Lindley <lindley(a)coyote.org> ACK. @@ -18,42 +12,42 @@ #include "localpara.h" ... 21 Mar 2010 17:20
staging: winbond: mds_f.h whitespace and CamelCase corrections.
On Thu 2010-03-18 09:54:53, Lars Lindley wrote: I fixed the whitespaces, the C99 comment and the CamelCase parameter names. New patch against master -> forget the old patch: Message-Id: <1268899193-16034-1-git-send-email-lindley(a)coyote.org> Signed-off-by: Lars Lindley <lindley(a)coyote.org> ACK. ... 21 Mar 2010 16:13
staging: winbond: mds.c: converted long if-else to switch
On Tue 2010-03-16 23:37:28, Lars Lindley wrote: I converted the long if-else in function Mds_HeaderCopy() to a switch instead. It compiles fine but i don't have the hardware to test. Please check that I didn't do anything bad to it.. The patch applies on top of this patch: Message-Id: <1268670973-6223-1-... 21 Mar 2010 16:13
panic: Allow taint flag for warnings to be changed from TAINT_WARN
Ben Hutchings <ben(a)decadent.org.uk> writes: WARN() is used in some places to report firmware or hardware bugs that are then worked-around. These bugs do not affect the stability of the kernel and should not set the usual TAINT_WARN flag. To allow for this, add WARN_TAINT() and WARN_TAINT_ONCE() macros t... 23 Mar 2010 04:32
[PATCH -mm 3/3] exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct()
Move taskstats_tgid_free() from __exit_signal() to free_signal_struct(). This way signal->stats never points to nowhere and we can read ->stats lockless. Signed-off-by: Oleg Nesterov <oleg(a)redhat.com> --- kernel/exit.c | 1 - kernel/fork.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) ---... 21 Mar 2010 15:04
irq: Start the transition of irq_chip methods taking a desc
On 03/21/2010 07:43 AM, Thomas Gleixner wrote: Eric, On Sun, 21 Mar 2010, Eric W. Biederman wrote: With SPARSE_IRQ irq_to_desc becomes an unnecessary lookup operation on the fast path of dispatching irqs to their handlers. We can avoid this cost by passing an irq_desc pointer instead of using... 21 Mar 2010 15:04
[PATCH -mm 2/3] kill the obsolete thread_group_cputime_free() and taskstats_tgid_init() helpers
Trivial, but a separate patch for paranoid reasons. - Kill the empty thread_group_cputime_free() helper. It was needed to free the per-cpu data which we no longer have. - Kill taskstats_tgid_init(), unneeded since "copy_signal() cleanup: use zalloc and remove initializations" a56704ef6b0c5796c9ff38cc78aa... 21 Mar 2010 15:04
[PATCH -mm 1/3] exit: __exit_signal: use thread_group_leader() consistently
Cleanup: - Add the boolean, group_dead = thread_group_leader(), for clarity. - Do not test/set sig == NULL to detect the all-dead case, use this boolean. - Pass this boolen to __unhash_process() and use it instead of another thread_group_leader() call which needs ->group_leader. This can be consider... 21 Mar 2010 15:04
[PATCH -mm 0/3] make task_struct->signal stable, final cleanups
Simple conclusive cleanups. The next step is cleanup the remaining users of signal->count. Oleg. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read ... 21 Mar 2010 15:04
0004-Staging-cx25821-fix-coding-style-issues-in-cx25821-i.patch
>From 5f02f6af270ce061174806a039d8d44a35b2ce5e Mon Sep 17 00:00:00 2001 From: Olimpiu Pascariu <olimpiu.pascariu(a)gmail.com> Date: Sun, 21 Mar 2010 19:52:31 +0200 Subject: [PATCH 4/4] Staging: cx25821: fix coding style issues in cx25821-i2c.c This is a patch to cx25821-i2c.c file that fixes up warnings and errors f... 21 Mar 2010 15:04