NET: tg3: fix brace, switch, and comma spacing coding style in tg3.c This is a patch to the tg3.c file that aligns switch and case statements, else statements following braces, and inserts a space after commas listed in the coding style g
From: Steven Harms <thisdyingdream(a)gmail.com> Date: Sat, 13 Mar 2010 14:52:26 -0500 Would you like me to submit the patch adding only the spaces after commas and leave the rest of the defines as is, or discard the changes all together? I would like you to toss them altogether. -- To unsubscribe from th... 13 Mar 2010 16:29
NET: tg3: fix brace, switch, and comma spacing coding style in tg3.c This is a patch to the tg3.c file that aligns switch and case statements, else statements following braces, and inserts a space after commas listed in the coding style guidelines
From: Steven Harms <sjharms(a)gmail.com> Date: Sat, 13 Mar 2010 14:39:11 -0500 -#define tw32_mailbox(reg, val) tp->write32_mbox(tp, reg, val) -#define tw32_mailbox_f(reg, val) tw32_mailbox_flush(tp, (reg), (val)) -#define tw32_rx_mbox(reg, val) tp->write32_rx_mbox(tp, reg, val) -#define tw32_tx_mbox(reg, v... 13 Mar 2010 15:21
[PATCH] base firmware: Fix BUG from sysfs attributes change in commit a2db6842873c8e5a70652f278d469128cb52db70
Commit a2db6842873c8e5a70652f278d469128cb52db70 changed the way that sysfs attributes are handled. With lockdep checking enabled, a firmware loading request from b43 generates the following BUG: BUG: key ffff8800b85f4870 not in .data! ------------[ cut here ]------------ WARNING: at kernel/lockdep.c:2706 lockdep... 13 Mar 2010 15:21
Security: Add break judge to smk_import_entry() in security/smack/smack_access.c
wzt.wzt(a)gmail.com wrote: In smk_import_entry(), smack[i] = '\0' was set if found = 1, so: if (found) smack[i] = '\0'; No need to continue again, just can break the loop. Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> Nacked-by: Casey Schaufler <casey(a)schaufler-ca.com> --- ... 13 Mar 2010 15:21
[PATCH v2 2/3] ipmi: Convert tracking of the ACPI device pointer to a PNP device
Convert PNP patch (git 9e368fa011d4e0aa050db348d69514900520e40b) to maintain a pointer to a PNP device, 'pnp_dev', instead of the ACPI device, 'acpi_dev', that is currently being tracked with PNP based IPMI device discovery. Signed-off-by: Myron Stowe <myron.stowe(a)hp.com> Cc: Zhao Yakui <yakui.zhao(a)intel.com> -... 13 Mar 2010 14:13
[PATCH v2 1/3] ipmi: Raise precedence of PNP based discovery mechanisms (ACPI, PCI)
This raises the precedence of PNP discovery mechanisms, ACPI and PCI, above SMBIOS and SPMI as indicated by Appendix C1 of the IPMI specification. Reference: IPMI - Intelligent Platform Management Interface Specification v2.0, Document Revision 1.0, 05.05.2005 Markup Appendix C1 - Locating IPMI S... 13 Mar 2010 14:13
[PATCH] USB: ftdi_sio: Fix locking for change_speed() function
The change_speed() function should be serialized against multiple calls. Use the cfg_lock mutex to do this. Signed-off-by: Alessio Igor Bogani <abogani(a)texware.it> --- drivers/usb/serial/ftdi_sio.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/usb/serial/ftdi_sio.c b/dr... 13 Mar 2010 13:05
[GIT PULL] scheduler fixes
Linus, Please pull the latest sched-fixes-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git sched-fixes-for-linus Thanks, Ingo ------------------> Dan Carpenter (1): sched: Cleanup: remove unused variable in try_to_wake_up() Dimitri Sivanich (1):... 13 Mar 2010 11:57
[PATCH 2.6.33] hid-tmff: Add RGT ff clutch device id
From: Markus Rathgeb This patch enables force feedback for the "RGT Force Feedback CLUTCH Racing Wheel". It only modifies hid-core.c (hid_blacklist) and hid-tmff.c to add the new USB IDs. Signed-off-by: Markus Rathgeb <rathgeb.markus(a)googlemail.com> --- --- a/a/drivers/hid/hid-core.c +++ b/b/drivers/hid/hid-c... 13 Mar 2010 11:57
[tip:perf/core] x86, perf: Unmask LVTPC only if we have APIC supported
Commit-ID: 8576e1971663ffdb6139041de97cdd2e1d4791cc Gitweb: http://git.kernel.org/tip/8576e1971663ffdb6139041de97cdd2e1d4791cc Author: Cyrill Gorcunov <gorcunov(a)openvz.org> AuthorDate: Sat, 13 Mar 2010 11:11:16 +0300 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Sat, 13 Mar 2010 13:32:27 +0100 x8... 13 Mar 2010 11:57