[PATCH] Staging: tm6000: fix coding style issues of tm6000-cards.c
fix coding style issues Signed-off-by: Roel Van Nyen <roel.vannyen(a)gmail.com> --- drivers/staging/tm6000/tm6000-cards.c | 131 ++++++++++++++++----------------- 1 files changed, 63 insertions(+), 68 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index... 27 Apr 2010 17:56
Hello
Good Day, I have a Business Proposal of $21,300,000.00 for you to handle with me from my bank. I need to know if you will be able to handle this with me, if you agree to work with me please send me the below details via my email address: {from_icbc_liuling(a)yahoo.com.hk} 1,Full names, 2,occupation, 3,p... 27 Apr 2010 17:56
staging: winbond: Cleaned up whitespace, brackets and indentation in mac_structures.h I fixed all problems found by checkpatch.pl except typedefs and also replaced lots of spaces with tabs. Signed-off-by: Lars Lindley <lindley@coyote.org>
On Sat, Mar 13, 2010 at 11:10:45AM +0100, Lars Lindley wrote: Oops, here it comes.. Can you address the issues that Pavel had here? thanks, 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 More majordomo info at ht... 27 Apr 2010 17:56
Staging: comedi: fixes the checkpatch error in skel.c
On Sat, Mar 13, 2010 at 01:51:34PM +1100, Jacob David wrote: From: Jacob David <jacobselvin(a)gmail.com> This is a patch to the skel.c file that fixes the 80 line exceeding warning and the printk warning found by chekpatch.pl tool Sorry, but someone already sent in a patch to do this same thing. greg k... 27 Apr 2010 17:56
Staging: winbond: Renamed README to TODO and corrected Pavel's mail
I need a "Signed-off-by:" line in order to be able to apply this. Care to resend it with it? thanks, 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 More majordomo info at http://vger.kernel.org/majordomo-info.html ... 2 May 2010 04:27
Staging:dt3155: fix coding style issue in dt3155_drv.c This is a patch to the dt3155_drv.c file that fixes up a coding style warning and errors found by the checkpatch.pl tool;
On Sat, Mar 13, 2010 at 01:34:37PM +0500, Gorskin Ilya wrote: @@ -183,241 +183,215 @@ static inline void dt3155_isr( int irq, void *dev_id, struct pt_regs *regs ) u32 buffer_addr; /* find out who issued the interrupt */ - for ( index = 0; index < ndevices; index++ ) { - if( dev_id == (void... 27 Apr 2010 17:56
staging: winbond: Formatting, whitespace etc in mds.c I fixed most of the problems found by checkpatch.pl. Some long lines are left and some KERN_.. Signed-off-by: Lars Lindley <lindley@coyote.org>
On Tue, Apr 27, 2010 at 01:47:04PM -0700, Greg KH wrote: On Sat, Mar 13, 2010 at 11:08:09AM +0100, Lars Lindley wrote: Oops, here it comes again.. Can you fix it up based on the review comments? Oh nevermind, you did... thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscr... 27 Apr 2010 17:56
2.6.33.3-rt16: WARNING: at fs/namespace.c:1197 umount_tree+0x127/0x175()
On Tue, 27 Apr 2010, Luis Claudio R. Goncalves wrote: CC'ed John Hello! I see this warning during system boot and it hangs while loading X and even though I can change from one VT to another (ctrl+alt+F<num>) no keys pressed seem to have any effect. ------------[ cut here ]------------ WA... 30 Apr 2010 15:07
ftrace: print sample std dev when function profiling
On Mon, 2010-04-26 at 14:02 -0400, Chase Douglas wrote: + /* Sample standard deviation (s^2) */ + if (rec->counter <= 1) + stddev = 0; + else { + stddev = rec->time_squared - rec->counter * avg * avg; + do_div(stddev, (rec->counter - 1) * 1000); /* ns^2 -> us^2 */ Shouldn't this be: do_div... 27 Apr 2010 19:05
[PATCH 0/3] p9auth fs: introduction
Hi, Here is an updated version of the p9auth setuid capability module, which hopefully addresses all previous feedback. It is now a separate filesystem instead of a device, as per Eric's suggestion. During the last round, Alan Cox made a great suggestion of sending credentials over AF_UNIX sock allowing the ... 27 Apr 2010 17:56