Staging: asus_oled: fix space where tab should be This patches the asus_oled.c file so that checkpatch.pl doesn't provide any more warnings. Signed-off-by: Wouter Van Rooy <wouter.vanrooy@gmail.com>
On Wed, Mar 10, 2010 at 10:00:15PM +0100, wouter.vanrooy(a)gmail.com wrote: From: wouter <wouter(a)wouter-desktop.(none)> --- drivers/staging/asus_oled/asus_oled.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Sorry, someone already sent this fix in. greg k-h -- To unsubscribe from th... 27 Apr 2010 14:28
Staging: crystalhd: fix brace and whitespace coding style issue in crystalhd_hw.c
On Thu, Mar 11, 2010 at 09:15:43PM +0100, Niklas Gottschalk wrote: From 33c0dbc048046e0666926de47a74d8870e3d4099 Mon Sep 17 00:00:00 2001 From: coach <coach(a)GentooBox.(none)> Date: Thu, 11 Mar 2010 20:42:18 +0100 Subject: [PATCH] Staging: crystalhd: fix brace and whitespace coding style issue in crystalhd_... 27 Apr 2010 14:28
Staging: netwave: fixed coding style in netwave_cs.c
On Tue, Mar 09, 2010 at 11:15:07PM -0600, Jacob Silva wrote: This is a patch to the netwave_cs.c file that fixes up multiple whitespace and brace warnings found by the checkpatch.pl tool Signed-off-by: Jacob Silva <questforall(a)gmail.com> Sorry, someone else already sent this fix in. greg k-h -- To uns... 27 Apr 2010 14:28
Staging: wlan-ng: Fixed 80-character line coding style issues in p80211req.c
On Wed, Mar 10, 2010 at 08:46:30AM +0000, Patrick Rooney wrote: Sorry to add this as an attachment, but copying and pasting corrupts the patch, and git is telling me that: "git: 'send-email' is not a git-command. See 'git --help'." (was following the instructions in http://www.tuxradar.com/content/newbies-g... 27 Apr 2010 14:28
Staging: asus_oled: fix spaces coding style in asus_oled.c
On Sat, Mar 20, 2010 at 07:03:31PM +0000, Laura Parkes wrote: From ada5a2f3c991cbbf8f6fbd97d72718c9bb806580 Mon Sep 17 00:00:00 2001 From: Laura Parkes <laura_parkes(a)btinternet.com> Date: Sat, 20 Mar 2010 17:16:19 +0000 Subject: [PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c This is... 27 Apr 2010 14:28
[PATCH][NOMMU] microblaze: re-enable interrupts before calling schedule
schedule() should not be called with interrupts disabled. Signed-off-by: Steven J. Magnani <steve(a)digidescorp.com> --- diff -uprN a/arch/microblaze/kernel/entry-nommu.S b/arch/microblaze/kernel/entry-nommu.S --- a/arch/microblaze/kernel/entry-nommu.S 2010-04-27 10:14:33.000000000 -0500 +++ b/arch/microblaze/kern... 27 Apr 2010 14:28
Staging: phison: fix space before TAB coding style issue in phison.c This is a patch to the phison.c file that fixes up a space before TAB warning found by the checkpatch.pl tool Signed-off-by: Lin Chan Hsiao <linchan.hsiao@gmail.com>
On Wed, Mar 10, 2010 at 04:06:24PM +0800, linchan.hsiao(a)gmail.com wrote: From: matt <matt(a)matt-ubuntu.(none)> I don't think that this is your email address :) Anyway, this patch is in base64 format, and can't be applied, care to try it again? thanks, greg k-h -- To unsubscribe from this list: send the... 27 Apr 2010 14:28
asus_oled: whitespace cleanup
On Wed, Mar 10, 2010 at 05:57:23PM +0100, Thomas Klute wrote: Remove space in indentation to make checkpatch.pl happy. Sorry, someone else already sent this fix in. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org ... 27 Apr 2010 14:28
cris: push down BKL into some device drivers
On Tue, Apr 27, 2010 at 04:24:21PM +0200, Arnd Bergmann wrote: A number of cris specific device drivers still use the locked ->ioctl operation. Convert them to unlocked_ioctl with explicit lock_kernel calls. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> (Adding some more cris related Cc on this one)... 16 May 2010 23:25
ACPI: fix fan module removal when ACPI_PROCFS is disabled
> When ACPI_PROCFS is disabled, /proc/acpi/fan/ directory is not created. So, it should not be removed during the module removal either. Yes, this patch would make the #ifdefs consistent. But it looks like remove_proc_entry() just silently does nothing if the directory is not there, yes? What I'd really like... 27 Apr 2010 14:28